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
Hello,
[root@localhost /]# cd /tmp/bcgen-php72 [root@localhost bcgen-php72]# phpize ./configure \ --with-php-config=/bin/php-config make install Configuring for: PHP Api Version: 20170718 Zend Module Api No: 20170718 Zend Extension Api No: 320170718 [root@localhost bcgen-php72]# find / -name "bcgen.so" [root@localhost bcgen-php72]#
After that command bcgen.so in php extension dir is missing..
extension_dir = /usr/lib64/php/modules CentOS Linux release 8.1.1911 (Core) PHP 7.2.11
What I'am doing wrong?
The text was updated successfully, but these errors were encountered:
Same issue for me, seeing no answer, did you solved?
Sorry, something went wrong.
Hi, I solved this today. you should do this commands in order as I made it:
--with-php-config=/bin/php-config
I hope it will help you
No branches or pull requests
Hello,
After that command bcgen.so in php extension dir is missing..
extension_dir = /usr/lib64/php/modules
CentOS Linux release 8.1.1911 (Core)
PHP 7.2.11
What I'am doing wrong?
The text was updated successfully, but these errors were encountered: