On Wed, Jun 27, 2001 at 01:43:18PM +0200, Emiliano wrote:
> midgardnewby wrote:
> 
> > >> The explaination is (./configure --help)
> > >>   --with-midgard=DIR   Prefix of the Midgard installation.
> > >>                        The header file midgard.h should be in
> > >>                        DIR/include, and the library libmidgard in
> > >>                        DIR/lib.
> > >
> > >is libmysqlclient.so in /usr/local/mysql/lib ?
> > 
> > No, there is only a libmysqlclient.a file
> > 
> > Is that the problem ? What do I have to do?
> 
> It might be. If you don't have libmysqlclient.so elsewhere you could
> try
> 
> CFLAGS="-L/usr/local/mysql -lmysqlclient" LIB=$CFLAGS LIB=$CFLAGS ./configure ...
> 
> Having the shared libs makes things much easier, so if you can get
> them, do. If not, we'll try to fashion a way around this. Alexander,
> isn't libtool supposed to solve these headaches?
libtool was specifically designed to hide differences between shared 
libraries' implementations on different platforms. For static libraries it
is better to use --disable-shared option for configure. But I haven't
checked that with DSO build of mod_midgard/midgard-php.
-- 
--
Sincerely yours, Alexander Bokovoy 
  The Midgard Project   | www.midgard-project.org | ALT Linux Team
Minsk Linux Users Group |    www.minsk-lug.net    | www.altlinux.ru
-- Now is the time for all good men to come to.
                -- Walt Kelly

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

Reply via email to