midgardnewby wrote:
> Hello,
> I have a problem with the apache after installing midgard. I can run it. I only get
>this error. I'm running it on RH7.1
>
> Starting httpd: Syntax error on line 923 of /etc/httpd/conf/httpd.conf:
> Cannot load /etc/httpd/lib/apache/mod_midgard.so into server:
>/etc/httpd/lib/apache/mod_midgard.so: undefined symbol: mgd_authfailure_msg
> [FAILED]
>
> This is the part of th httpd.conf file, which is the reason for the error.
>
> 922: #LoadModule put_module modules/mod_put.so
> 923: LoadModule midgard_module lib/apache/mod_midgard.so
> 924: LoadModule php4_module lib/apache/libphp4.so
> 925: #AddModule mod_put.c
> 926: AddModule mod_midgard.c
If you do
$ ldd libmidgard.so | grep _msg
does it show something like
0000fd70 D mgd_authfailure_msg
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]