bcgen
bcgen copied to clipboard
bcgen.so is missing after "make install"
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?
Same issue for me, seeing no answer, did you solved?
Hi, I solved this today. you should do this commands in order as I made it:
sudo ./configure \
--with-php-config=/bin/php-config
sudo make install
I hope it will help you