OK... I've tried the process of /usr/local/lsws/lsphp5/bin/pecl install imagick to install imagemagick and the same for geoip. The .so files get written to the /usr/local/lsws/lsphp5/lib/php/extensions/no-debug-non-zts-20121212 location but when I place the extenstion=geoip.so (and the one for imagemagick) in the php.ini file I get the following error.
Can this be compiled into php at compile time? And if so, what extra arguments are used?
This is being installed (and compiled) on a Debian system. I've got to get at least this (and password protection) working before I can move from nginx over.
Code:
root@marge:/usr/local/lsws/lsphp5/lib# /usr/local/lsws/fcgi-bin/lsphp5 -i >/home/tracy/inf.txt
PHP Warning: PHP Startup: Unable to load dynamic library './imagick.so' - ./imagick.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library './geoip.so' - ./geoip.so: cannot open shared object file: No such file or directory in Unknown on line 0
This is being installed (and compiled) on a Debian system. I've got to get at least this (and password protection) working before I can move from nginx over.
Last edited: