Hello All, So I symlinked files to all the files in /usr/lib/mysql, like this one :
/usr/lib/libmysqlclient_r.so -> mysql/libmysqlclient_r.so.10.0.0 I started a fresh new ./configure XXX --with-mysql-log and it was OK. But the make does not work, the same error with --with-psql-log option : if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Iinclude/ -O2 -Wall -fno-strict-aliasing -Werror-implicit-function-declaration -DCONFIG_DIR=\"/opt/nufw/etc\" -DMODULE_DIR=\"/opt/nufw/lib\" -DLOCAL_STATE_DIR=\"/opt/nufw/var\" -g -O2 -MT auth_common.o -MD -MP -MF ".deps/auth_common.Tpo" -c -o auth_common.o auth_common.c; \ then mv -f ".deps/auth_common.Tpo" ".deps/auth_common.Po"; else rm -f ".deps/auth_common.Tpo"; exit 1; fi auth_common.c: In function `change_state': auth_common.c:40: attention : return transforme un pointeur en entier sans transtypage auth_common.c: In function `search_and_fill': auth_common.c:131: erreur: type d'argument erroné pour le point d'exclamation unaire auth_common.c:136: erreur: type d'argument erroné pour le point d'exclamation unaire make[3]: *** [auth_common.o] Erreur 1 make[3]: Leaving directory `/tmp/nufw-1.0.5/src/nuauth' make[2]: *** [all-recursive] Erreur 1 make[2]: Leaving directory `/tmp/nufw-1.0.5/src/nuauth' make[1]: *** [all-recursive] Erreur 1 make[1]: Leaving directory `/tmp/nufw-1.0.5/src' make: *** [all-recursive] Erreur 1 I think I will test on a Sarge ! ;-) Vincent Lemardi 24 mai 2005 à 18:15 +0200, Vincent Deffontaines a écrit : Vincent Schultz said: > > Hello, > > > > I try to compile NuFW on a FC3 with a kernel+iptables patched with > > ip_queue_vwmare. > > > > First I have a error in ./configure --with-mysql-log option. > > > > # ./configure --prefix=/opt/nufw --with-mysql-log --with-ldap --with- > > user-mark > > ... > > checking for mysql_real_connect in -lmysqlclient... no > > configure: error: mysqlclient library needed if selected > > > > But I have : > > > > # rpm -qa | grep -i mysql > > mysql-3.23.58-16.FC3.1 > > perl-DBD-MySQL-2.9003-5 > > mysql-devel-3.23.58-16.FC3.1 > > > > And I got libmysqlclient.so.10.0.0, libmysqlclient_r.so.10.0.0 ans so > > in /usr/lib/mysql, and the directory /usr/lib/mysql is > > in /etc/ld.config.conf. > > > > Any idea ? > > > > I have no idea... This is too weird. > Regit is unavailable this week, he might have a clue when he gets back. > This sucks, but could you try linking the libmysqlclient.* files from > /usr/lib/mysql to /usr/lib, just for testing purposes? > > Vincent > > > > > _______________________________________________ > Nufw-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/nufw-users > _______________________________________________ Nufw-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/nufw-users
