so my libmidgard problem is not solved yet :(

i read the file "INSTALL" in the main directory of this package now ...

---CUT---
>If the configure script cannot find the Midgard library even if you're
>sure that the library is in place and that you have given the correct
>--with-midgard option, then the problem might be caused by a
>misconfigured dynamic library loader. On Linux, you can check this by
running
>the command:
>
>  $ /sbin/ldconfig -p
>
>that prints all the dynamic libraries on the system. Check that this
>listing contains BOTH the libmidgard and libmysqlclient libraries. If
>not, then you should locate the libraries and add their directory
>paths to the file /etc/ld.so.conf. Then you should run the command
>
>  # /sbin/ldconfig
>
>as root to recreate the library cache.
---CUT---

that is what i've found ... i did those steps and here there was/is the
mistake

>Check that this listing contains BOTH the libmidgard and libmysqlclient
libraries.

then i looked via "locate libmysqlclient" for this library and found
this "/usr/local/mysql/lib/libmysqlclient.a" then i pulled
"/usr/local/mysql/lib" into /etc/ld.so.conf and updated this via
/sbin/ldconfig -v ... but in the output it couldn't find the library for
mysqlclient anywhere ...

what can i do ?!

thanks much!


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to