| View previous topic :: View next topic |
| Author |
Message |
jms.gentoo n00b

Joined: 07 May 2009 Posts: 52
|
Posted: Tue Mar 05, 2013 7:25 pm Post subject: apache\libphp5.so: undefined symbol: ap_unixd_config[solved] |
|
|
when starting apache
| Code: |
/etc/init.d/apache2 restart
* apache2 has detected an error in your setup:
apache2: Syntax error on line 155 of /etc/apache2/httpd.conf: Syntax error on line 4 of /etc/apache2/modules.d/70_mod_php5.conf: Cannot load /usr/lib64/apache2/modules/libphp5.so into server: /usr/lib64/apache2/modules/libphp5.so: undefined symbol: ap_unixd_config
* ERROR: apache2 failed to start
|
just recompile php
I believe this is due to update of apache-tools to apache-tools-2.2.24
renaming of unixd_config to ap_unixd_config. |
|
| Back to top |
|
 |
grimm26 Apprentice


Joined: 23 May 2004 Posts: 299 Location: Chicagoland, IL
|
Posted: Fri Mar 08, 2013 3:13 am Post subject: |
|
|
You also need to make sure that you compile apache 2.4 with module unixd. _________________ "Blessed is he who finds happiness in his own foolishness, for he will always be happy". |
|
| Back to top |
|
 |
|