I'm trying to compile Freeradius 1.0.5 in a Debian Sarge to add PostgreSQL support, but it requires libtool 1.4. I can't install 1.4 because it removes apache2. Trying to compile Freeradius with libtool 1.5.6 returns this: (...) /usr/bin/libtool --mode=link ld \ -module -static -Wall -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -D_LIBRADIUS -I../include -DHMAC_SHA1_DATA_PROBLEMS dict.o print.o radius.o valuepair.o token.o misc.o log.o filters.o missing.o md4.o md5.o sha1.o hmac.o hmacsha1.o snprintf.o isaac.o crypt.o udpfromto.o rbtree.o -o libradius.a libtool: link: unable to infer tagged configuration libtool: link: specify a tag with `--tag' make[5]: *** [libradius.a] Error 1 make[5]: Leaving directory `/usr/local/src/freeradius-1.0.5/src/lib' make[4]: *** [common] Error 2 make[4]: Leaving directory `/usr/local/src/freeradius-1.0.5/src' make[3]: *** [all] Error 2 make[3]: Leaving directory `/usr/local/src/freeradius-1.0.5/src' make[2]: *** [common] Error 2 make[2]: Leaving directory `/usr/local/src/freeradius-1.0.5' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/local/src/freeradius-1.0.5' make: *** [build-simple] Error 2 -- Humberto Diógenes Diginet Brasil -- Esta mensagem foi verificada pelo sistema de anti-virus e acredita-se estar livre de perigo.
Solved: after an apt-get upgrade, libtool1.4 doesn't require apache2 removal anymore. P.S.: shouldn't debian/control "Build-Depends" section include dpatch? I had to install it for compiling... Humberto Diogenes wrote:
I'm trying to compile Freeradius 1.0.5 in a Debian Sarge to add PostgreSQL support, but it requires libtool 1.4. I can't install 1.4 because it removes apache2. (...)
-- Humberto Diógenes Administração de Redes Diginet Brasil -- Esta mensagem foi verificada pelo sistema de anti-virus e acredita-se estar livre de perigo.
participants (1)
-
Humberto Diogenes