Skip to content
New issue

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

bcgen.so is missing after "make install" #17

Open
John1881 opened this issue Mar 20, 2020 · 2 comments
Open

bcgen.so is missing after "make install" #17

John1881 opened this issue Mar 20, 2020 · 2 comments

Comments

@John1881
Copy link

John1881 commented Mar 20, 2020

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?

@francescocordani02
Copy link

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

@francescocordani02
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants