Aditya Dhekney wrote:
> Ok...now that that is all done (rebuilding everything except data,cause
> that's compatible?),
Yes.
> I tried to start apache...key word tried..:( I got the
> following error:
> [root@oddjob /]# /usr/sbin/httpd start
> Syntax error on line 918 of /etc/httpd/conf/httpd.conf:
> Cannot load /usr/lib/apache/mod_midgard.so into server: undefined symbol:
> mgd_authfailure_msg
Chances are you have old header files somewhere during the recompile
of the midgard-lib from CVS. The previous release did not include this
header file, and the compiler you use may give preference to the
allready installed (older) header files. Try (re)moving the older
header files (and libs, probably) and recompile the lot.
> I don't know if this solves this, but i have the loction for libexpat.so in
> my ld.so.conf file: /apps/expat/lib
> when i run ldd on it, i get:
> [root@oddjob bin]# ./ldd /apps/expat/lib/libexpat.so
> libc.so.6 => /lib/libc.so.6 (0x4002b000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
> I don't know if this is helpfull, but i thought i might tell you, just in
> case...
The compiler doesn't use the information available from ld.so, so the
compiler would still need to be told where to find them.
I just checked in a script that will help with these issues, I hope.
Re-run fetchcvs, run 'make clean' in all directories.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]