Open kstan79 opened 7 years ago
Up!
Please see https://lists.apple.com/archives/unix-porting/2003/Oct/msg00032.html
It looks like for Mac instead of -Wl,-soname,libphpcpp.so.2.0
you will have to use -Wl,-dylib_install_name -Wl,libphpcpp.so.2.0
I just replaced -soname
with -install_name
in Makefile, and it works.
Hi,
I'd tried to build php-cpp in mac seems failed:
kstans-MacBook-Pro:PHP-CPP kstan$ make
I'm tried to download php7.0.15, replace zend folder result same.
Currently I'm use MAMP, I'd further edit Makefile as below: PHP_CONFIG=/Applications/MAMP/bin/php/php7.0.15/bin/php-config
It build for sometimes but halt at:
Anything I can do for make it work?