> Like you see there are a lot of libmidgard.* but there isn't a
> libmidgard without extension. Why?
Tradition. Static libraries end in .a, dynamic libraries end in .so*
> 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
>
> Finally, please can you give me a tip for the so called "dynamic library
> load path", where do I configure it
in /etc/ld.so.conf, see 'man ldconfig'. Add the directory where
libmidgard
was installed, and the directory where libmysqlclient.so* can be found
and
run ldconfig.
If libmysqlclient was installed in /usr/lib/mysql, start configure like
so:
LDFLAGS=-L/usr/lib/mysql ./configure ...
If you don't have the shared libmysqlclient, do:
LDFLAGS="-L/usr/lib/mysql -lmidgard -lmysqlclient" ./configure ...
Bye,
Emile
P.S. my mailclient has some difficulties with HTML posting. I'd rather
see plain
text. Thank you.
--
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]