[Samba] Re: Samba with Mysql, compilation problem. (Additionnal information)

paul kölle paul at subsignal.org
Thu Sep 22 15:54:23 GMT 2005


MARTIN Pierre wrote:
> Hey people,
> 
> i just had a compilation error! I'm pretty happy because it means that i
> am doing something wrong. It seems that the compiler doesn't find
> mysql.h include header file. The point is that i have all these includes
> files in this folder:
> /usr/local/mysql/include/mysql/
> 
try:
CFLAGS="$CFLAGS -I/usr/local/mysql/include/" LDFLAGS="$LDFLAGS
-L/usr/local/mysql/lib" ./configure --foo --bar

not sure if you have to add the last /mysql/ part also, just try it ;)

hth
 Paul



More information about the samba mailing list