>checking for mgd_connect in -lmidgard... no
>*** You need the Midgard library for using mod_midgard. ***
>*** Use the --with-midgard option to tell ***
>*** the configure script where to look for the library. ***
>*** Check also that both the Midgard library and the MySQL ***
>*** client library are on your dynamic library load path. ***
>configure: error: Midgard library libmidgard not found
>
>
>the midagrd libraries are in the correct place, when i run ldconfig -v i saw
>them but i think the problem is with the mysql libraries, how do i solve it
>what line do i have to run in the ./conmfigure to make it work.?
I had the same prob. I solved it by adding libs manual (FreeBSD machine):
ldconfig -elf -m /usr/local/lib
ldconfig -elf -m /usr/local/lib/mysql
ldconfig -R # rebuild liblist
ldconfig -r # view liblist, now ya see the libs refs.
hope it works
grtx Martijn van Dorst
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]