Thomas Rast <[EMAIL PROTECTED]> said: 

> 
> >gcc -g -O2 -I/usr/lib/glib/include -L/usr/local/mysql//lib/mysql
> >-L/usr/local/lib -o .libs/repligard common.o read.o import.o rpconfig.o
> >iconvxml.o schema.o export.o main.o ../src/.libs/libmidgard.so -lexpat -lm
> >-lz -lcrypt -L/usr/lib -lglib -lexpat -lm -lz -lcrypt -L/usr/lib -lglib
> >-Wl,--rpath -Wl,/usr/local/lib
> >../src/.libs/libmidgard.so: undefined reference to `mysql_store_result'
> <SNIP>
> 
> AFAICT, it should not be a problem with link paths (there is a
> "-L/usr/local/mysql/lib/mysql"), but the actual "-lmysqlclient" that tells
> the linker to link against that library is missing. You might have to check
> your configure output for a line like "checking for mysqlclient ... no". I
> had a similiar problem last weekend, but with a completely different
> program to compile.
> 

dont forget to delete the config.cache file (this will stop it using the
results of the last ./configure to assume the results for the new one....




> hope that helps
> 
> Thomas
> 
> 
> 
> --
> Linux is like a wigwam ...
> No gates, no windows and an Apache inside....
> --
> Thomas Rast
> [EMAIL PROTECTED]
> --
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 



-- 
Technical Director
Linux Center (HK) Ltd.
www.hklc.com



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

Reply via email to