shivammathur / php-builder

:elephant: Build PHP 5.6 and newer
https://github.com/shivammathur/php-builder/releases
MIT License
65 stars 8 forks source link

Installation successfully done but php not properly installed #5

Closed ZobairQ closed 3 years ago

ZobairQ commented 3 years ago

After I installed it php 8.0 using your instructions, when I run php -v I get the following error

php: symbol lookup error: php: undefined symbol: zip_encryption_method_supported

shivammathur commented 3 years ago

I have removed --no-upgrade from the install script. Since you are installing libzip-dev in your dockerfile before running install.sh, it did not upgrade it to the required version of libzip-dev, now it will. So please try again.

ZobairQ commented 3 years ago

It is working perfectly thank you alot Shivam!

billede