On Mon, 29 Nov 2004, Timo Sirainen wrote:
On 29.11.2004, at 19:50, Nicolas.Kowalski@imag.fr wrote:
Thanks for the pointer. autogen now works. However, configure fails with the following error messages:
./configure: line 14374: syntax error near unexpected token
PKG_CHECK_MODULES(SSL,' ./configure: line 14374:
PKG_CHECK_MODULES(SSL, openssl)'You need to have pkg-config installed. Maybe it's also in Debian backports?
Thanks.
I installed the one coming with woody. configure now works, but now, it is the compilation which fails (I must be damned...):
gcc -DHAVE_CONFIG_H -I. -I. -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -c compat.c compat.c:3: config.h: No such file or directory In file included from lib.h:23, from compat.c:11: compat.h:17: #error uoff_t size not set compat.c:171: #error Missing seteuid functionality make[2]: *** [compat.o] Error 1
-- Nicolas