nufw-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nufw-users] Several errors in configure and compiling


From: Vincent Schultz
Subject: [Nufw-users] Several errors in configure and compiling
Date: Sun, 22 May 2005 15:36:38 +0200

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 ?

So I decided to use Postgresql :

# ./configure --prefix=/opt/nufw  --with-ldap --with-user-mark --with-
pgsql-log

I have the following error in the "make"

....
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

What did I miss ?

Thanks,

Vincent






reply via email to

[Prev in Thread] Current Thread [Next in Thread]