hi alan

Alan DeKok wrote:
> 
> =?iso-8859-1?q?ho=20k?= <[EMAIL PROTECTED]> wrote:
> > configure: warning: mysql headers not found.  Use
> > --with-mysql-include-dir=<path>.
> > configure: warning: sql submodule 'mysql' disabled
> 
>   That's pretty definitive.  So why did you bother trying to configure

it is definitive, however, in my case the headers are installed in
/usr/local/mysql/include (the mysql.h file is in this directory) but if
i do:

./configure --with-mysql-include-dir=/usr/local/mysql/include


(i use the snapshot from the FTP site (20020904))

it says:

configuring in src/modules/rlm_sql/drivers/rlm_sql_mysql
running /bin/sh ./configure 
--with-mysql-include-dir=/usr/local/mysql/include --enable-ltdl-install
--enable-ltdl-install --cache-file=../../../../.././config.cache
--srcdir=.
checking for mysql/mysql.h... no
configure: warning: mysql headers not found.  Use
--with-mysql-include-dir=<path>.
configure: warning: sql submodule 'mysql' disabled

why does he look for mysql/mysql.h? the file is directly in the provided
include directory.

i even tried to create a subdir in the include-dir above called "mysql"
and i copied all the files in it, so mysql/mysql.h definitely exists in
the given directory but it doesn't work.

can you help me resolve this? otherwise i will have to change the
makefiles manually...


and another question on the way: the configure script silently discards
the compilation of rlm_eap_tls since it can't find openssl.h and
libcrypto but it doesn't provide any options (--with...) how to give
their location.

and the third one: do you know if the MPPE-patch for the TLS module
(Henrik and Lars) has been integrated into sources?



thanks for your time,

artur


-- 
Artur Hecker                                 Groupe Accès et Mobilité
hecker[at]enst[dot]fr             Département Informatique et Réseaux
+33 1 45 81 7507                46, rue Barrault 75634 Paris cedex 13
http://www.infres.enst.fr                                  ENST Paris

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to