Apache v 2.0.54
php 4.4.1
SCO 5.05
STEP 1
Apache
./configure --enable-module=shared
make
make install
./apachectl start
comes up and stops ok.
STEP2
PHP
./configure --prefix=/usr/local/php --without-mysql --with-informix --with-apxs2=/usr/local/apache2/bin/apxs --enable-shared --enable-track-vars
make
make install
Everything compiling, and installed smoothly.
/usr/local/php/bin/php -i works
made sure AddModule is in conf
# ./apachectl start
Syntax error on line 232 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp4.so into server: dynamic linker: /usr/local/apache2/bin/httpd: relocation error: symbol not found: getspnam
Any ideas?
Thanks in Advance.
php 4.4.1
SCO 5.05
STEP 1
Apache
./configure --enable-module=shared
make
make install
./apachectl start
comes up and stops ok.
STEP2
PHP
./configure --prefix=/usr/local/php --without-mysql --with-informix --with-apxs2=/usr/local/apache2/bin/apxs --enable-shared --enable-track-vars
make
make install
Everything compiling, and installed smoothly.
/usr/local/php/bin/php -i works
made sure AddModule is in conf
# ./apachectl start
Syntax error on line 232 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp4.so into server: dynamic linker: /usr/local/apache2/bin/httpd: relocation error: symbol not found: getspnam
Any ideas?
Thanks in Advance.