Hi there,
if tried to install php4 into an apache2. The problem is, when i try to
start mine apache2 without php it will work fine but when i uncommend the
loadmod for php it wont start anymore.
If tried to start it with the loglevel debug but it return any error-msgs.
In the error_log isnt anythink too.
Thats the configure-line:
./configure --with-apxs2=/usr/local/apache2/bin/apxs
--with-mysql --enable-sockets --enable-ftp --with-bz2
gdb put out the following (maybe its helpful for someone :-) )
#0 0x08244849 in ?? ()
#1 0x404269e0 in _nss_db_getspnam_r () from /lib/libnss_db.so.2
#2 0x4042611e in _nss_db_endservent () from /lib/libnss_db.so.2
#3 0x404263b3 in _nss_db_getservbyname_r () from /lib/libnss_db.so.2
#4 0x40271a83 in getservbyname_r () from /lib/libc.so.6
#5 0x40271931 in getservbyname () from /lib/libc.so.6
#6 0x402d690a in OnMySQLPort (entry=0x8243d90, new_value=0x0,
new_value_length=3, mh_arg1=0x0, mh_arg2=0x0, mh_arg3=0x0, stage=1)
at /root/php-4.3.5/ext/mysql/php_mysql.c:323
#7 0x403a7753 in zend_register_ini_entries (ini_entry=0x403e3488,
module_number=8) at /root/php-4.3.5/Zend/zend_ini.c:159
#8 0x402d69ed in zm_startup_mysql (type=1, module_number=8)
at /root/php-4.3.5/ext/mysql/php_mysql.c:377
#9 0x403a0bc3 in zend_startup_module (module=0x403e3440)
at /root/php-4.3.5/Zend/zend_API.c:1005
#10 0x40375294 in php_startup_extensions (ptr=0x403f2be0, count=9)
at /root/php-4.3.5/main/main.c:1044
#11 0x403b9673 in php_startup_internal_extensions ()
at main/internal_functions.c:61
#12 0x40375847 in php_module_startup (sf=0x403f28a0,
additional_modules=0x403f2b80, num_additional_modules=1)
at /root/php-4.3.5/main/main.c:1216
#13 0x403b734e in php_apache2_startup (sapi_module=0x403f28a0)
I hope someone is able to help me :-)