We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We got the following error while trying to install PDO on a MacBook pro from 2013:
$ docker run -it php:8.0.8-fpm-alpine3.14 sh /var/www/html # docker-php-ext-install pdo /bin/sh /usr/src/php/ext/pdo/libtool --mode=compile cc -I. -I/usr/src/php/ext/pdo -I/usr/src/php/ext/pdo/include -I/usr/src/php/ext/pdo/main -I/usr/src/php/ext/pdo -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c /usr/src/php/ext/pdo/pdo.c -o pdo.lo make: /bin/sh: Operation not permitted make: *** [Makefile:243: pdo.lo] Error 127
By trying to run ./bin/sh, we got:
./bin/sh
/var/www/html # ./bin/sh sh: ./bin/sh: not found
After investigating a bit, we decided to try alpine 3.13 and it worked fine.
The text was updated successfully, but these errors were encountered:
Duplicate of #1177
Sorry, something went wrong.
No branches or pull requests
We got the following error while trying to install PDO on a MacBook pro from 2013:
By trying to run
./bin/sh
, we got:/var/www/html # ./bin/sh sh: ./bin/sh: not found
After investigating a bit, we decided to try alpine 3.13 and it worked fine.
The text was updated successfully, but these errors were encountered: