bcgen icon indicating copy to clipboard operation
bcgen copied to clipboard

bcgen.so is missing after "make install"

Open John1881 opened this issue 4 years ago • 2 comments

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?

John1881 avatar Mar 20 '20 13:03 John1881

Same issue for me, seeing no answer, did you solved?

francescocordani02 avatar Jan 22 '22 22:01 francescocordani02

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

francescocordani02 avatar Feb 08 '22 15:02 francescocordani02