Hi Alan No good luck. I have the same problem that was posted by Robert Abbate in 14 Nov 2001. Don't find mysql.h., but this library is present in /usr/local/mysql/include. If i go in dir "rlm_sql_mysql" and i launch ./configure., this is the result:
bash-2.03# ./configure --disable-shared --with-mysql-include-dir=/usr/local/mysql/inclu de/ loading cache ./config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for compress in -lz... (cached) yes checking for mysql/mysql.h... no configure: warning: mysql headers not found. Use --with-mysql-include-dir=<path>. configure: warning: sql submodule 'mysql' disabled creating ./config.status creating Makefile I have no more ideas !! Help me > -----Messaggio originale----- > Da: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Per conto di Alan DeKok > Inviato: mercoled� 6 febbraio 2002 18.23 > A: [EMAIL PROTECTED] > Oggetto: Re: Always on "rlm_sql: Could not link driver rlm_sql_mysql" > > > "Maurice Foschiatti" <[EMAIL PROTECTED]> wrote: > > We have tried to install FreeRadius 0.4 on ur server Sun > (Solaris 8.0), > > with MySQL as our RDBM (it is installed on /usr/local/mysql, > the libraies > > are on /usr/local/mysql/lib and /usr/local/mysql/include). It > works on the > > 'text version', but when we tried to work with mysql it return > the 'usual > > error': > > Do you have the *shared* versions of the mysql libraries installed? > > If all else fails, do: > > ./configure --disable-shared > > and you will avoid the problem. > > Alan DeKok. > > - > List info/subscribe/unsubscribe? See > http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
