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

2005-09-22 Thread MARTIN Pierre

Hi,

Thank you for the help. I have managed to make the ./configure and 
compilation end with no errors, with the help of Collen who told me to 
make few symlinks of mysql and some little adds in the configure script. 
Now i am trying to get the mysql module to work with samba, and i still 
get the stupid message like "No builtin mysql plugin" or something.


I also have try to locate anything named pdb_mysql but there is nothing, 
so maybe it has been compiled with samba like Collen said! I'm not sure 
of what to do now, so any help will be greatly appreciated.


Thank you all,
Pierre

paul kölle wrote:


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

 



--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


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

2005-09-22 Thread paul kölle
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

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba