pickle icon indicating copy to clipboard operation
pickle copied to clipboard

Installing extension from source doesn't work

Open ruudk opened this issue 3 years ago • 2 comments

pickle install --source --defaults redis

just selects latest stable 5.3.5.

ruudk avatar Jan 07 '22 12:01 ruudk

@mlocati Any idea what this could be?

ruudk avatar Mar 01 '22 19:03 ruudk

I think the problem is that it reads the version from the package.xml: https://github.com/php-memcached-dev/php-memcached/blob/master/package.xml#L32

That version is not updated in main so therefore Pickle says it installs 3.1.5 while in fact it does compile from source.

I think that should be improved.

ruudk avatar Mar 02 '22 09:03 ruudk