building FR3.0 jlibtool problem

Scott Armitage S.P.Armitage at lboro.ac.uk
Thu Sep 13 13:32:09 CEST 2012


All,

is anyone else having problems with using building FR3.0  I get the following:

[root at boppity-new freeradius-server]# ./configure --prefix=/usr --with-large-files --with-raddbdir=/etc/raddb --with-experimental-modules --enable-developer | grep WARN
configure: WARNING: snmpget not found - Simultaneous-Use and checkrad.pl may not work
configure: WARNING: snmpwalk not found - Simultaneous-Use and checkrad.pl may not work
configure: WARNING: pcap library not found, silently disabling the RADIUS sniffer.
configure: WARNING: silently not building rlm_counter.
configure: WARNING: FAILURE: rlm_counter requires:  libgdbm.
configure: WARNING: FAILURE: rlm_dbm requires:  (ndbm.h or gdbm/ndbm.h or gdbm-ndbm.h) (libndbm or libgdbm or libgdbm_compat).
configure: WARNING: silently not building rlm_dbm.
configure: WARNING: the TNCS library isn't found!
configure: WARNING: silently not building rlm_eap_tnc.
configure: WARNING: FAILURE: rlm_eap_tnc requires:  -lTNCS.
configure: WARNING: silently not building rlm_eap_pwd.
configure: WARNING: FAILURE: rlm_eap_pwd requires: EC_GROUP_free.
configure: WARNING: silently not building rlm_eap_ikev2.
configure: WARNING: FAILURE: rlm_eap_ikev2 requires:  libeap-ikev2 EAPIKEv2/connector.h.
configure: WARNING: silently not building rlm_ippool.
configure: WARNING: FAILURE: rlm_ippool requires:  libgdbm.
configure: WARNING: silently not building rlm_opendirectory.
configure: WARNING: FAILURE: rlm_opendirectory requires:  membership.h.
configure: WARNING: silently not building rlm_pam.
configure: WARNING: FAILURE: rlm_pam requires:  libpam.
configure: WARNING: silently not building rlm_python.
configure: WARNING: FAILURE: rlm_python requires:  Python.h libpython2.6.
configure: WARNING: hiredis libraries not found. Use --with-redis-lib-dir=<path>.
configure: WARNING: hiredis headers not found. Use --with-redis-include-dir=<path>.
configure: WARNING: silently not building rlm_redis.
configure: WARNING: FAILURE: rlm_redis requires: libhiredis hiredis.h.
configure: WARNING: hiredis libraries not found. Use --with-redis-lib-dir=<path>.
configure: WARNING: hiredis headers not found. Use --with-redis-include-dir=<path>.
configure: WARNING: silently not building rlm_rediswho.
configure: WARNING: FAILURE: rlm_rediswho requires: libhiredis hiredis.h.
configure: WARNING: silently not building rlm_rest.
configure: WARNING: FAILURE: rlm_rest requires:  curl/curl.h.
configure: WARNING: silently not building rlm_ruby.
configure: WARNING: FAILURE: rlm_ruby requires: ruby-binary.
configure: WARNING: silently not building rlm_sql_postgresql.
configure: WARNING: FAILURE: rlm_sql_postgresql requires:  libpq-fe.h libpq.
configure: WARNING: silently not building rlm_sql_iodbc.
configure: WARNING: FAILURE: rlm_sql_iodbc requires: libiodbc isql.h.
configure: WARNING: Sqlite libraries not found. Use --with-sqlite-lib-dir=<path>.
configure: WARNING: Sqlite headers not found. Use --with-sqlite-include-dir=<path>.
configure: WARNING: silently not building rlm_sql_sqlite.
configure: WARNING: FAILURE: rlm_sql_sqlite requires: libsqlite3 sqlite.h.
configure: WARNING: silently not building rlm_sql_db2.
configure: WARNING: FAILURE: rlm_sql_db2 requires: libdb2 sqlcli.h.
configure: WARNING: oracle headers not found.  Use --with-oracle-include-dir=<path>.
configure: WARNING: silently not building rlm_sql_oracle.
configure: WARNING: FAILURE: rlm_sql_oracle requires: oci.h.
configure: WARNING: silently not building rlm_sql_unixodbc.
configure: WARNING: FAILURE: rlm_sql_unixodbc requires: libodbc sql.h.
configure: WARNING: silently not building rlm_sql_firebird.
configure: WARNING: FAILURE: rlm_sql_firebird requires: libfbclient ibase.h.
configure: WARNING: MySQL libraries not found. Use --with-mysql-lib-dir=<path>.
configure: WARNING: MySQL headers not found. Use --with-mysql-include-dir=<path>.
configure: WARNING: silently not building rlm_sql_mysql.
configure: WARNING: FAILURE: rlm_sql_mysql requires: libmysqlclient_r mysql.h.

[root at boppity-new freeradius-server]# make
Making all in src...
Making all in src/include...
gmake[4]: Nothing to be done for `all'.
Making all in src/lib...
CC dict.c
gmake[4]: /usr/local/src/freeradius-server/libtool: Command not found
gmake[4]: *** [dict.lo] Error 127
gmake[3]: *** [lib] Error 2
gmake[2]: *** [all] Error 2
gmake[1]: *** [src] Error 2
make: *** [all] Error 2




Even if I try:


[root at boppity-new freeradius-server]# echo 'BOILER=yes' >> Make.inc
[root at boppity-new freeradius-server]# make
Making all in src...
Making all in src/include...
gmake[4]: Nothing to be done for `all'.
Making all in src/lib...
CC dict.c
gmake[4]: /usr/local/src/freeradius-server/libtool: Command not found
gmake[4]: *** [dict.lo] Error 127
gmake[3]: *** [lib] Error 2
gmake[2]: *** [all] Error 2
gmake[1]: *** [src] Error 2
make: *** [all] Error 2





Am I being an idiot? 


Regards


Scott Armitage




More information about the Freeradius-Users mailing list