when i do ldconfig -v (linux redhat 6) i saw this:
/usr/local/lib:
libhlwon.so => libhlwon.so
libmidgard.so.2 => libmidgard.so.2.1.2
/usr/lib/mysql:
/usr/lib:
libz.so.1 => libz.so.1.1.3
libsnmp.so.0 => libsnmp.so.0.3.6.1
the /usr/lib/mysql is empty and i�m not getting the libraries linked.
the content of my /usr/lib/mysql directory is:
libdbug.a libmerge.a libmysqlclient.la libmysys.a
libheap.a libmysqlclient.a libmystrings.a libnisam.a
that is the default for the Mysql rpm.
if any body could help me it would be grate thanks
-----Original Message-----
From: Martijn van Dorst [mailto:[EMAIL PROTECTED]]
Sent: Mi�rcoles, 17 de Noviembre de 1999 10:57 a.m.
To: [EMAIL PROTECTED]
Subject: Re: [midgard] help building 1.2.5
>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]
--
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]