php5 dyld: error
Ryan Schmidt
ryandesign at macports.org
Tue Nov 14 09:54:54 PST 2006
On Nov 13, 2006, at 21:18, Marco Battistella wrote:
> When i ran a configtest this is what i get:
>
> # apachectl configtest
> Processing config directory: /etc/httpd/sites/*.conf
> Processing config file: /etc/httpd/sites/virtual_host_global.conf
> Syntax OK
> dyld: /usr/sbin/httpd Undefined symbols:
> _checkpw
> /usr/sbin/apachectl: line 193: 18723 Trace/BPT trap $HTTPD -t
I searched for that error message on Google and according to this
page...
http://blogs.montclair.edu/copelanda/archives/category/general/page/2/
...this problem can occur with the Apache on Mac OS X Server
depending on the load order of the modules.
It seems that the apple_auth_module must be loaded *after* the php5
module. Can you try rearranging your LoadModule and AddModule
directives?
More information about the macports-users
mailing list