error: Failed dependencies: libeap-1.1.2.so is needed by freeradius-1.1.2-0.i386
Hi everybody. I'm trying to install the RPM file that I built for RedHat Entrerprise 4.0 (RHEL4) and Freeradius 1.1.2 When I tried the command I'm getting the following error: error: Failed dependencies: libeap-1.1.2.so is needed by freeradius-1.1.2-0.i386 Do I need to install something else before the freeradius RPM file? Should I had added a prefix/option at the time of build the RPM packet in order to include the libeap-1.1.2 libray? Regards Alberto Cruz
Hi Alan DeKok. I'm installing the Freeradius with a RPM packet that I built from the TAR file. Do I need to specific or add a parameter at the time when I execute the "rmpbuild -bb redhat.spec" command in order to include the libeap? Regards Alberto Cruz Alan DeKok wrote:
Alberto Cruz <acruz@tekbrain.com> wrote:
When I tried the command I'm getting the following error: error: Failed dependencies: libeap-1.1.2.so is needed by freeradius-1.1.2-0.i386
libeap is included with the server, and is installed with it.
Alan DEKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Friday 09 June 2006 11:34, Alberto Cruz wrote:
Hi everybody. I'm trying to install the RPM file that I built for RedHat Entrerprise 4.0 (RHEL4) and Freeradius 1.1.2
When I tried the command I'm getting the following error: error: Failed dependencies: libeap-1.1.2.so is needed by freeradius-1.1.2-0.i386
Do I need to install something else before the freeradius RPM file? Should I had added a prefix/option at the time of build the RPM packet in order to include the libeap-1.1.2 libray?
Regards
Alberto Cruz
Can you provide the output to the following commands? rpm -qp --provides freeradius-1.1.2-0.i386.rpm rpm -qp --requires freeradius-1.1.2-0.i386.rpm Thanks, Kevin Bonner
These is the output from the commands: [root@cdr i386]# rpm -qp --provides freeradius-1.1.2-0.i386.rpm config(freeradius) = 1.1.2-0 libradius-1.1.2.so libradius-1.1.2.so.debug radiusd rlm_sql_mysql-1.1.2.so rlm_sql_mysql-1.1.2.so.debug freeradius = 1.1.2-0 [root@cdr i386]# rpm -qp --requires freeradius-1.1.2-0.i386.rpm /bin/sh /bin/sh /bin/sh /bin/sh /bin/sh /sbin/chkconfig /usr/bin/perl config(freeradius) = 1.1.2-0 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.2) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) libcrypt.so.1 libcrypt.so.1(GLIBC_2.0) libcrypto.so.4 libdl.so.2 libeap-1.1.2.so libgdbm.so.2 libltdl.so.3 libm.so.6 libmysqlclient_r.so.14 libnsl.so.1 libpthread.so.0 libpthread.so.0(GLIBC_2.0) libpthread.so.0(GLIBC_2.1) libpthread.so.0(GLIBC_2.2) libradius-1.1.2.so libresolv.so.2 libssl.so.4 libz.so.1 perl(DBI) perl(Fcntl) perl(Getopt::Std) perl(POSIX) perl(strict) perl(warnings) rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 As you can see the RPM is not providing the libeap-1.1.2.so What is wrong? Regards Alberto Cruz Kevin Bonner wrote:
On Friday 09 June 2006 11:34, Alberto Cruz wrote:
Hi everybody. I'm trying to install the RPM file that I built for RedHat Entrerprise 4.0 (RHEL4) and Freeradius 1.1.2
When I tried the command I'm getting the following error: error: Failed dependencies: libeap-1.1.2.so is needed by freeradius-1.1.2-0.i386
Do I need to install something else before the freeradius RPM file? Should I had added a prefix/option at the time of build the RPM packet in order to include the libeap-1.1.2 libray?
Regards
Alberto Cruz
Can you provide the output to the following commands?
rpm -qp --provides freeradius-1.1.2-0.i386.rpm rpm -qp --requires freeradius-1.1.2-0.i386.rpm
Thanks, Kevin Bonner
------------------------------------------------------------------------
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Alberto Cruz wrote:
As you can see the RPM is not providing the libeap-1.1.2.so
What is wrong?
The RPM is broken. As Alan says, libeap comes with the server. What does: rpm -ql | grep eap ...give? I suspect libeap won't be there, and thus the .spec file was broken and did not package it. Look to the .spec file to fix it.
On Friday 09 June 2006 17:19, Alberto Cruz wrote:
These is the output from the commands: [root@cdr i386]# rpm -qp --provides freeradius-1.1.2-0.i386.rpm config(freeradius) = 1.1.2-0 libradius-1.1.2.so libradius-1.1.2.so.debug radiusd rlm_sql_mysql-1.1.2.so rlm_sql_mysql-1.1.2.so.debug freeradius = 1.1.2-0
That is a very short list. There should be lots of rlm_ modules listed, not just mysql. Look for any warnings/errors when you try to build the RPM, or specifically the rlm_eap module. My guess is that you're being hit by the same libtool problem I've run into when trying to build an RPM on my CentOS 4 box. Kevin Bonner
How do you fix your problem? Should I add something else to the freeradius.spec or should I have to include something else? Hi Aland Dekok , is this is a bug for the RPM build process for RedHat Enterprise 4.0? Regards Alberto Cruz Kevin Bonner wrote:
On Friday 09 June 2006 17:19, Alberto Cruz wrote:
These is the output from the commands: [root@cdr i386]# rpm -qp --provides freeradius-1.1.2-0.i386.rpm config(freeradius) = 1.1.2-0 libradius-1.1.2.so libradius-1.1.2.so.debug radiusd rlm_sql_mysql-1.1.2.so rlm_sql_mysql-1.1.2.so.debug freeradius = 1.1.2-0
That is a very short list. There should be lots of rlm_ modules listed, not just mysql. Look for any warnings/errors when you try to build the RPM, or specifically the rlm_eap module. My guess is that you're being hit by the same libtool problem I've run into when trying to build an RPM on my CentOS 4 box.
Kevin Bonner
------------------------------------------------------------------------
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Monday 12 June 2006 23:41, Alberto Cruz wrote:
How do you fix your problem? Should I add something else to the freeradius.spec or should I have to include something else?
My libtool problem may or may not be related, which is why I've excluded my "fix" from all responses (if you really want to know, look at the -devel list). You have posted some info and have received several responses saying your RPM is broken. The problem most likely lies with your RPM build step. Build the RPM again and look at the output for those errors/warnings. If you can't find any, post the output so that we can see what is happening. Kevin Bonner
Hi Kevin and everybody. I'm attaching a file with all the warnings that I got with the rpmbuild process. It seems there is something wrong with the "libtool" Is this a problem related to RedHAT Enterprise 4.0 or is this a problem with the Make files process? Could anybody help me to fix this behavior? Regards Alberto Cruz Kevin Bonner wrote:
On Monday 12 June 2006 23:41, Alberto Cruz wrote:
How do you fix your problem? Should I add something else to the freeradius.spec or should I have to include something else?
My libtool problem may or may not be related, which is why I've excluded my "fix" from all responses (if you really want to know, look at the -devel list).
You have posted some info and have received several responses saying your RPM is broken. The problem most likely lies with your RPM build step. Build the RPM again and look at the output for those errors/warnings. If you can't find any, post the output so that we can see what is happening.
Kevin Bonner
------------------------------------------------------------------------
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
checking for snmpget... no configure: warning: snmpget not found - Simultaneous-Use and checkrad.pl may not work checking for snmpwalk... no configure: warning: snmpwalk not found - Simultaneous-Use and checkrad.pl may not work checking for rusers... /usr/bin/rusers configuring in ./drivers/rlm_sql_iodbc running /bin/sh ./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu --target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --prefix=/usr --localstatedir=/var --sysconfdir=/etc --mandir=/usr/share/man --disable-ltdl-install --with-ltdl-lib=/usr/lib --with-ltdl-include=/usr/include --with-large-files --with-udpfromto --with-edir --with-rlm-sql_postgresql-include-dir=/usr/include/pgsql --with-rlm-krb5-include-dir=/usr/kerberos/include --with-rlm-krb5-lib-dir=/usr/kerberos/lib --enable-ltdl-install=no --cache-file=../../../../.././config.cache --srcdir=. loading cache ../../../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for isql.h... no configure: warning: iodbc headers not found. Use --with-iodbc-include-dir=<path>. configure: warning: sql submodule 'iodbc' disabled creating ./config.status creating Makefile configuring in ./drivers/rlm_sql_postgresql running /bin/sh ./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu --target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --prefix=/usr --localstatedir=/var --sysconfdir=/etc --mandir=/usr/share/man --disable-ltdl-install --with-ltdl-lib=/usr/lib --with-ltdl-include=/usr/include --with-large-files --with-udpfromto --with-edir --with-rlm-sql_postgresql-include-dir=/usr/include/pgsql --with-rlm-krb5-include-dir=/usr/kerberos/include --with-rlm-krb5-lib-dir=/usr/kerberos/lib --enable-ltdl-install=no --cache-file=../../../../.././config.cache --srcdir=. loading cache ../../../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for libpq-fe.h... no checking for PQconnectdb in -lpq... no configure: warning: silently not building rlm_sql_postgresql. configure: warning: FAILURE: rlm_sql_postgresql requires: libpq-fe.h libpq. creating ./config.status creating Makefile configuring in ./drivers/rlm_sql_oracle running /bin/sh ./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu --target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --prefix=/usr --localstatedir=/var --sysconfdir=/etc --mandir=/usr/share/man --disable-ltdl-install --with-ltdl-lib=/usr/lib --with-ltdl-include=/usr/include --with-large-files --with-udpfromto --with-edir --with-rlm-sql_postgresql-include-dir=/usr/include/pgsql --with-rlm-krb5-include-dir=/usr/kerberos/include --with-rlm-krb5-lib-dir=/usr/kerberos/lib --enable-ltdl-install=no --cache-file=../../../../.././config.cache --srcdir=. loading cache ../../../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for oci.h... no configure: warning: oracle headers not found. Use --with-oracle-home-dir=<path>. configure: warning: sql submodule 'oracle' disabled creating ./config.status creating Makefile configuring in ./drivers/rlm_sql_unixodbc running /bin/sh ./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu --target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --prefix=/usr --localstatedir=/var --sysconfdir=/etc --mandir=/usr/share/man --disable-ltdl-install --with-ltdl-lib=/usr/lib --with-ltdl-include=/usr/include --with-large-files --with-udpfromto --with-edir --with-rlm-sql_postgresql-include-dir=/usr/include/pgsql --with-rlm-krb5-include-dir=/usr/kerberos/include --with-rlm-krb5-lib-dir=/usr/kerberos/lib --enable-ltdl-install=no --cache-file=../../../../.././config.cache --srcdir=. loading cache ../../../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for sql.h... no configure: warning: unixODBC headers not found. Use --with-unixodbc-include-dir=<path>. configure: warning: sql submodule 'unixodbc' disabled creating ./config.status creating Makefile /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=compile gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LIBRADIUS -I../include -c print.c rm -f .libs/print.lo gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LIBRADIUS -I../include -c print.c -fPIC -DPIC -o .libs/print.lo print.c: In function `vp_prints_value': print.c:198: warning: assignment discards qualifiers from pointer target type gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LIBRADIUS -I../include -c print.c -o print.o >/dev/null 2>&1 mv -f .libs/print.lo print.lo /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=compile gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LIBRADIUS -I../include -c rbtree.c rm -f .libs/rbtree.lo gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LIBRADIUS -I../include -c rbtree.c -fPIC -DPIC -o .libs/rbtree.lo rbtree.c:45: warning: initialization discards qualifiers from pointer target type rbtree.c:45: warning: initialization discards qualifiers from pointer target type rbtree.c: In function `rbtree_create': rbtree.c:106: warning: assignment discards qualifiers from pointer target type rbtree.c: In function `rbtree_insert': rbtree.c:281: warning: assignment discards qualifiers from pointer target type rbtree.c:282: warning: assignment discards qualifiers from pointer target type gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LIBRADIUS -I../include -c rbtree.c -o rbtree.o >/dev/null 2>&1 mv -f .libs/rbtree.lo rbtree.lo /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=compile gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -DHAVE_GDBM_NDBM_H -c rlm_dbm.c mkdir .libs gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -DHAVE_GDBM_NDBM_H -c rlm_dbm.c -fPIC -DPIC -o .libs/rlm_dbm.lo rlm_dbm.c: In function `sm_parse_user': rlm_dbm.c:176: warning: assignment discards qualifiers from pointer target type rlm_dbm.c:210: warning: passing arg 2 of `paircmp' discards qualifiers from pointer target type gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -DHAVE_GDBM_NDBM_H -c rlm_dbm.c -o rlm_dbm.o >/dev/null 2>&1 mv -f .libs/rlm_dbm.lo rlm_dbm.lo /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=compile gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -DHAVE_GDBM_NDBM_H -c rlm_dbm_parser.c rm -f .libs/rlm_dbm_parser.lo gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -DHAVE_GDBM_NDBM_H -c rlm_dbm_parser.c -fPIC -DPIC -o .libs/rlm_dbm_parser.lo rlm_dbm_parser.c: In function `storecontent': rlm_dbm_parser.c:165: warning: assignment discards qualifiers from pointer target type gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -DHAVE_GDBM_NDBM_H -c rlm_dbm_parser.c -o rlm_dbm_parser.o >/dev/null 2>&1 mv -f .libs/rlm_dbm_parser.lo rlm_dbm_parser.lo /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=compile gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -c rlm_digest.c mkdir .libs gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -c rlm_digest.c -fPIC -DPIC -o .libs/rlm_digest.lo rlm_digest.c: In function `digest_authenticate': rlm_digest.c:85: warning: unused variable `i' gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -c rlm_digest.c -o rlm_digest.o >/dev/null 2>&1 mv -f .libs/rlm_digest.lo rlm_digest.lo /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=compile gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -I/usr/src/redhat/BUILD/freeradius-1.1.2/libltdl -I../.. -I../../libeap -c rlm_eap_gtc.c mkdir .libs gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -I/usr/src/redhat/BUILD/freeradius-1.1.2/libltdl -I../.. -I../../libeap -c rlm_eap_gtc.c -fPIC -DPIC -o .libs/rlm_eap_gtc.lo rlm_eap_gtc.c: In function `gtc_detach': rlm_eap_gtc.c:61: warning: passing arg 1 of `free' discards qualifiers from pointer target type rlm_eap_gtc.c:62: warning: passing arg 1 of `free' discards qualifiers from pointer target type gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -I/usr/src/redhat/BUILD/freeradius-1.1.2/libltdl -I../.. -I../../libeap -c rlm_eap_gtc.c -o rlm_eap_gtc.o >/dev/null 2>&1 mv -f .libs/rlm_eap_gtc.lo rlm_eap_gtc.lo /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=compile gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -I../.. -I../../libeap -I/usr/src/redhat/BUILD/freeradius-1.1.2/libltdl -c rlm_eap_mschapv2.c mkdir .libs gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -I../.. -I../../libeap -I/usr/src/redhat/BUILD/freeradius-1.1.2/libltdl -c rlm_eap_mschapv2.c -fPIC -DPIC -o .libs/rlm_eap_mschapv2.lo rlm_eap_mschapv2.c: In function `eapmschapv2_compose': rlm_eap_mschapv2.c:127: warning: assignment from incompatible pointer type gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -I../.. -I../../libeap -I/usr/src/redhat/BUILD/freeradius-1.1.2/libltdl -c rlm_eap_mschapv2.c -o rlm_eap_mschapv2.o >/dev/null 2>&1 mv -f .libs/rlm_eap_mschapv2.lo rlm_eap_mschapv2.lo /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=compile gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -I../.. -I../../libeap -I/usr/src/redhat/BUILD/freeradius-1.1.2/libltdl -DOPENSSL_NO_KRB5 -c peap.c rm -f .libs/peap.lo gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -I../.. -I../../libeap -I/usr/src/redhat/BUILD/freeradius-1.1.2/libltdl -DOPENSSL_NO_KRB5 -c peap.c -fPIC -DPIC -o .libs/peap.lo peap.c: In function `eappeap_postproxy': peap.c:394: warning: unused variable `vp' gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -I../.. -I../../libeap -I/usr/src/redhat/BUILD/freeradius-1.1.2/libltdl -DOPENSSL_NO_KRB5 -c peap.c -o peap.o >/dev/null 2>&1 mv -f .libs/peap.lo peap.lo /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=compile gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -I../.. -I../../libeap -I/usr/src/redhat/BUILD/freeradius-1.1.2/libltdl -DOPENSSL_NO_KRB5 -c ttls.c rm -f .libs/ttls.lo gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -I../.. -I../../libeap -I/usr/src/redhat/BUILD/freeradius-1.1.2/libltdl -DOPENSSL_NO_KRB5 -c ttls.c -fPIC -DPIC -o .libs/ttls.lo ttls.c: In function `eapttls_postproxy': ttls.c:743: warning: unused variable `vp' gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -I../.. -I../../libeap -I/usr/src/redhat/BUILD/freeradius-1.1.2/libltdl -DOPENSSL_NO_KRB5 -c ttls.c -o ttls.o >/dev/null 2>&1 mv -f .libs/ttls.lo ttls.lo /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=compile gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -I/usr/src/redhat/BUILD/freeradius-1.1.2/libltdl -Ilibeap -c rlm_eap.c mkdir .libs gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -I/usr/src/redhat/BUILD/freeradius-1.1.2/libltdl -Ilibeap -c rlm_eap.c -fPIC -DPIC -o .libs/rlm_eap.lo rlm_eap.c: In function `eap_authenticate': rlm_eap.c:285: warning: passing arg 5 of `request_data_add' from incompatible pointer type rlm_eap.c:308: warning: passing arg 5 of `request_data_add' from incompatible pointer type gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -I/usr/src/redhat/BUILD/freeradius-1.1.2/libltdl -Ilibeap -c rlm_eap.c -o rlm_eap.o >/dev/null 2>&1 mv -f .libs/rlm_eap.lo rlm_eap.lo /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=compile gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -c rlm_exec.c mkdir .libs gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -c rlm_exec.c -fPIC -DPIC -o .libs/rlm_exec.lo rlm_exec.c: In function `exec_detach': rlm_exec.c:162: warning: passing arg 2 of `xlat_unregister' from incompatible pointer type rlm_exec.c: In function `exec_instantiate': rlm_exec.c:264: warning: passing arg 2 of `xlat_register' from incompatible pointer type gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -c rlm_exec.c -o rlm_exec.o >/dev/null 2>&1 mv -f .libs/rlm_exec.lo rlm_exec.lo /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=compile gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -c rlm_expr.c mkdir .libs gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -c rlm_expr.c -fPIC -DPIC -o .libs/rlm_expr.lo rlm_expr.c: In function `expr_instantiate': rlm_expr.c:282: warning: passing arg 2 of `xlat_register' from incompatible pointer type rlm_expr.c: In function `expr_detach': rlm_expr.c:296: warning: passing arg 2 of `xlat_unregister' from incompatible pointer type gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -c rlm_expr.c -o rlm_expr.o >/dev/null 2>&1 mv -f .libs/rlm_expr.lo rlm_expr.lo /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=compile gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -I/usr/kerberos/include -I/usr/include/et -c rlm_krb5.c mkdir .libs gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -I/usr/kerberos/include -I/usr/include/et -c rlm_krb5.c -fPIC -DPIC -o .libs/rlm_krb5.lo rlm_krb5.c: In function `verify_krb5_tgt': rlm_krb5.c:105: warning: passing arg 2 of `krb5_kt_read_service_key' discards qualifiers from pointer target type rlm_krb5.c: In function `krb5_auth': rlm_krb5.c:305: warning: implicit declaration of function `krb5_get_in_tkt_with_password' gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -I/usr/kerberos/include -I/usr/include/et -c rlm_krb5.c -o rlm_krb5.o >/dev/null 2>&1 mv -f .libs/rlm_krb5.lo rlm_krb5.lo /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=compile gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -DHAVE_LDAP_START_TLS -DHAVE_LDAP_INITIALIZE -DHAVE_LDAP_INT_TLS_CONFIG -DNOVELL_UNIVERSAL_PASSWORD -DNOVELL -c rlm_ldap.c mkdir .libs gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -DHAVE_LDAP_START_TLS -DHAVE_LDAP_INITIALIZE -DHAVE_LDAP_INT_TLS_CONFIG -DNOVELL_UNIVERSAL_PASSWORD -DNOVELL -c rlm_ldap.c -fPIC -DPIC -o .libs/rlm_ldap.lo rlm_ldap.c: In function `ldap_connect': rlm_ldap.c:2026: warning: implicit declaration of function `ldap_int_tls_config' gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -DHAVE_LDAP_START_TLS -DHAVE_LDAP_INITIALIZE -DHAVE_LDAP_INT_TLS_CONFIG -DNOVELL_UNIVERSAL_PASSWORD -DNOVELL -c rlm_ldap.c -o rlm_ldap.o >/dev/null 2>&1 mv -f .libs/rlm_ldap.lo rlm_ldap.lo *** Warning: Linking the shared library rlm_perl.la against the *** static library /usr/lib/perl5/5.8.5/i386-linux-thread-multi/auto/DynaLoader/DynaLoader.a is not portable! rm -fr .libs/rlm_perl.la .libs/rlm_perl.* .libs/rlm_perl-1.1.2.* /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=compile gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -c rlm_preprocess.c mkdir .libs gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -c rlm_preprocess.c -fPIC -DPIC -o .libs/rlm_preprocess.lo rlm_preprocess.c: In function `preprocess_authorize': rlm_preprocess.c:551: warning: pointer type mismatch in conditional expression rlm_preprocess.c:552: warning: char format, void arg (arg 3) gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -c rlm_preprocess.c -o rlm_preprocess.o >/dev/null 2>&1 mv -f .libs/rlm_preprocess.lo rlm_preprocess.lo /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=compile gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I../.. -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -I/usr/include/mysql -g -pipe -m32 -march=i386 -mtune=pentium4 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -I/usr/src/redhat/BUILD/freeradius-1.1.2/libltdl -c sql_mysql.c mkdir .libs gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I../.. -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -I/usr/include/mysql -g -pipe -m32 -march=i386 -mtune=pentium4 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -I/usr/src/redhat/BUILD/freeradius-1.1.2/libltdl -c sql_mysql.c -fPIC -DPIC -o .libs/sql_mysql.lo sql_mysql.c: In function `sql_error': sql_mysql.c:333: warning: return discards qualifiers from pointer target type gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I../.. -I/usr/src/redhat/BUILD/freeradius-1.1.2/src/include -I/usr/include/mysql -g -pipe -m32 -march=i386 -mtune=pentium4 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -I/usr/src/redhat/BUILD/freeradius-1.1.2/libltdl -c sql_mysql.c -o sql_mysql.o >/dev/null 2>&1 mv -f .libs/sql_mysql.lo sql_mysql.lo creating .libs/radiusdS.c (cd .libs && gcc -c -fno-builtin -fno-rtti -fno-exceptions "radiusdS.c") cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C rm -f .libs/radiusdS.c .libs/radiusd.nm .libs/radiusd.nmS .libs/radiusd.nmT /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=compile gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -DHOSTINFO=\"\" -DRADIUSD_VERSION=\"1.1.2\" -c radrelay.c rm -f .libs/radrelay.lo gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -DHOSTINFO=\"\" -DRADIUSD_VERSION=\"1.1.2\" -c radrelay.c -fPIC -DPIC -o .libs/radrelay.lo radrelay.c: In function `main': radrelay.c:875: warning: passing arg 1 of `free' discards qualifiers from pointer target type gcc -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -DHOSTINFO=\"\" -DRADIUSD_VERSION=\"1.1.2\" -c radrelay.c -o radrelay.o >/dev/null 2>&1 mv -f .libs/radrelay.lo radrelay.lo ranlib /var/tmp/freeradius-root/usr/lib/libradius.a chmod 644 /var/tmp/freeradius-root/usr/lib/libradius.a libtool: install: warning: remember to run `libtool --finish /usr/lib' libtool: install: warning: relinking `rlm_acct_unique.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_acct_unique; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_acct_unique.la -rpath /usr/lib rlm_acct_unique.lo rlm_acct_unique.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_acct_unique.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_acct_unique-1.1.2.so -o .libs/rlm_acct_unique-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_acct_unique.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_acct_unique' libtool: install: warning: relinking `rlm_always.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_always; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_always.la -rpath /usr/lib rlm_always.lo rlm_always.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_always.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_always-1.1.2.so -o .libs/rlm_always-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_always.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_always' libtool: install: warning: relinking `rlm_attr_filter.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_attr_filter; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_attr_filter.la -rpath /usr/lib rlm_attr_filter.lo rlm_attr_filter.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_attr_filter.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_attr_filter-1.1.2.so -o .libs/rlm_attr_filter-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_attr_filter.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_attr_filter' libtool: install: warning: relinking `rlm_attr_rewrite.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_attr_rewrite; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_attr_rewrite.la -rpath /usr/lib rlm_attr_rewrite.lo rlm_attr_rewrite.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_attr_rewrite.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_attr_rewrite-1.1.2.so -o .libs/rlm_attr_rewrite-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_attr_rewrite.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_attr_rewrite' libtool: install: warning: relinking `rlm_chap.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_chap; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_chap.la -rpath /usr/lib rlm_chap.lo rlm_chap.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_chap.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_chap-1.1.2.so -o .libs/rlm_chap-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_chap.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_chap' libtool: install: warning: relinking `rlm_counter.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_counter; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_counter.la -rpath /usr/lib rlm_counter.lo rlm_counter.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lgdbm -lnsl -lresolv -lpthread) gcc -shared rlm_counter.lo -L/usr/lib -lradius -lgdbm -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_counter-1.1.2.so -o .libs/rlm_counter-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_counter.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_counter' libtool: install: warning: `../../lib/libradius.la' has not been installed in `/usr/lib' /usr/src/redhat/BUILD/freeradius-1.1.2/install-sh -c -m 755 -s .libs/rlm_dbm_cat /var/tmp/freeradius-root/usr/bin/rlm_dbm_cat /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=install /usr/src/redhat/BUILD/freeradius-1.1.2/install-sh -c -m 755 -s \ rlm_dbm_parser /var/tmp/freeradius-root/usr/bin libtool: install: warning: `../../lib/libradius.la' has not been installed in `/usr/lib' /usr/src/redhat/BUILD/freeradius-1.1.2/install-sh -c -m 755 -s .libs/rlm_dbm_parser /var/tmp/freeradius-root/usr/bin/rlm_dbm_parser gmake[7]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_dbm' libtool: install: warning: relinking `rlm_dbm.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_dbm; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_dbm.la -rpath /usr/lib rlm_dbm.lo rlm_dbm.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lgdbm -lnsl -lresolv -lpthread) gcc -shared rlm_dbm.lo -L/usr/lib -lradius -lgdbm -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_dbm-1.1.2.so -o .libs/rlm_dbm-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_dbm.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_dbm' libtool: install: warning: relinking `rlm_detail.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_detail; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_detail.la -rpath /usr/lib rlm_detail.lo rlm_detail.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_detail.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_detail-1.1.2.so -o .libs/rlm_detail-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_detail.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_detail' libtool: install: warning: relinking `rlm_digest.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_digest; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_digest.la -rpath /usr/lib rlm_digest.lo rlm_digest.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_digest.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_digest-1.1.2.so -o .libs/rlm_digest-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_digest.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_digest' libtool: install: warning: relinking `libeap.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_eap/libeap; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -export-dynamic -o libeap.la -rpath /usr/lib eapcommon.lo eapcrypto.lo eapsimlib.lo fips186prf.lo cb.lo eap_tls.lo mppe_keys.lo tls.lo /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared eapcommon.lo eapcrypto.lo eapsimlib.lo fips186prf.lo cb.lo eap_tls.lo mppe_keys.lo tls.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,libeap-1.1.2.so -o .libs/libeap-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `libeap.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' rm -f /var/tmp/freeradius-root/usr/lib/libeap-1.1.2.la; ln -s libeap.la /var/tmp/freeradius-root/usr/lib/libeap-1.1.2.la gmake[9]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_eap/libeap' libtool: install: warning: relinking `rlm_eap_gtc.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_eap/types/rlm_eap_gtc; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_eap_gtc.la -rpath /usr/lib rlm_eap_gtc.lo rlm_eap_gtc.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_eap_gtc.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_eap_gtc-1.1.2.so -o .libs/rlm_eap_gtc-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_eap_gtc.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[11]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_eap/types/rlm_eap_gtc' libtool: install: warning: relinking `rlm_eap_leap.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_eap/types/rlm_eap_leap; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_eap_leap.la -rpath /usr/lib rlm_eap_leap.lo eap_leap.lo smbdes.lo rlm_eap_leap.c eap_leap.c smbdes.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_eap_leap.lo eap_leap.lo smbdes.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_eap_leap-1.1.2.so -o .libs/rlm_eap_leap-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_eap_leap.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[11]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_eap/types/rlm_eap_leap' libtool: install: warning: relinking `rlm_eap_md5.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_eap/types/rlm_eap_md5; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_eap_md5.la -rpath /usr/lib rlm_eap_md5.lo eap_md5.lo rlm_eap_md5.c eap_md5.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_eap_md5.lo eap_md5.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_eap_md5-1.1.2.so -o .libs/rlm_eap_md5-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_eap_md5.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[11]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_eap/types/rlm_eap_md5' libtool: install: warning: relinking `rlm_eap_mschapv2.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_eap/types/rlm_eap_mschapv2; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_eap_mschapv2.la -rpath /usr/lib rlm_eap_mschapv2.lo rlm_eap_mschapv2.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_eap_mschapv2.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_eap_mschapv2-1.1.2.so -o .libs/rlm_eap_mschapv2-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_eap_mschapv2.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[11]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_eap/types/rlm_eap_mschapv2' libtool: install: warning: relinking `rlm_eap_peap.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_eap/types/rlm_eap_peap; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_eap_peap.la -rpath /usr/lib rlm_eap_peap.lo peap.lo rlm_eap_peap.c peap.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la ../../libeap/libeap.la -lcrypto -lssl -lcrypto -lnsl -lresolv -lpthread) gcc -shared rlm_eap_peap.lo peap.lo -L/usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/.libs -L/usr/lib -lradius -leap -lcrypto -lssl -lcrypto -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_eap_peap-1.1.2.so -o .libs/rlm_eap_peap-1.1.2.so /usr/bin/ld: cannot find -leap collect2: ld returned 1 exit status libtool: install: error: relink `rlm_eap_peap.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[11]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_eap/types/rlm_eap_peap' libtool: install: warning: relinking `rlm_eap_sim.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_eap/types/rlm_eap_sim; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_eap_sim.la -rpath /usr/lib rlm_eap_sim.lo rlm_eap_sim.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la ../../libeap/libeap.la -lnsl -lresolv -lpthread) gcc -shared rlm_eap_sim.lo -L/usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/.libs -L/usr/lib -lradius -leap -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_eap_sim-1.1.2.so -o .libs/rlm_eap_sim-1.1.2.so /usr/bin/ld: cannot find -leap collect2: ld returned 1 exit status libtool: install: error: relink `rlm_eap_sim.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[11]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_eap/types/rlm_eap_sim' libtool: install: warning: relinking `rlm_eap_tls.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_eap/types/rlm_eap_tls; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_eap_tls.la -rpath /usr/lib rlm_eap_tls.lo rlm_eap_tls.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la ../../libeap/libeap.la -lcrypto -lssl -lcrypto -lnsl -lresolv -lpthread) gcc -shared rlm_eap_tls.lo -L/usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/.libs -L/usr/lib -lradius -leap -lcrypto -lssl -lcrypto -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_eap_tls-1.1.2.so -o .libs/rlm_eap_tls-1.1.2.so /usr/bin/ld: cannot find -leap collect2: ld returned 1 exit status libtool: install: error: relink `rlm_eap_tls.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[11]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_eap/types/rlm_eap_tls' libtool: install: warning: relinking `rlm_eap_ttls.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_eap/types/rlm_eap_ttls; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_eap_ttls.la -rpath /usr/lib rlm_eap_ttls.lo ttls.lo rlm_eap_ttls.c ttls.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la ../../libeap/libeap.la -lcrypto -lssl -lcrypto -lnsl -lresolv -lpthread) gcc -shared rlm_eap_ttls.lo ttls.lo -L/usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/.libs -L/usr/lib -lradius -leap -lcrypto -lssl -lcrypto -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_eap_ttls-1.1.2.so -o .libs/rlm_eap_ttls-1.1.2.so /usr/bin/ld: cannot find -leap collect2: ld returned 1 exit status libtool: install: error: relink `rlm_eap_ttls.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[11]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_eap/types/rlm_eap_ttls' /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=install /usr/src/redhat/BUILD/freeradius-1.1.2/install-sh -c -m 755 -s radeapclient /var/tmp/freeradius-root/usr/bin libtool: install: warning: `libeap/libeap.la' has not been installed in `/usr/lib' libtool: install: warning: `/usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la' has not been installed in `/usr/lib' /usr/src/redhat/BUILD/freeradius-1.1.2/install-sh -c -m 755 -s .libs/radeapclient /var/tmp/freeradius-root/usr/bin/radeapclient gmake[7]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_eap' libtool: install: warning: relinking `rlm_eap.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_eap; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_eap.la -rpath /usr/lib rlm_eap.lo eap.lo mem.lo state.lo rlm_eap.c eap.c mem.c state.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la libeap/libeap.la -lltdl -lnsl -lresolv -lpthread) gcc -shared rlm_eap.lo eap.lo mem.lo state.lo -L/usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/.libs -L/usr/lib -lradius -leap -lltdl -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_eap-1.1.2.so -o .libs/rlm_eap-1.1.2.so /usr/bin/ld: cannot find -leap collect2: ld returned 1 exit status libtool: install: error: relink `rlm_eap.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_eap' libtool: install: warning: relinking `rlm_exec.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_exec; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_exec.la -rpath /usr/lib rlm_exec.lo rlm_exec.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_exec.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_exec-1.1.2.so -o .libs/rlm_exec-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_exec.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_exec' libtool: install: warning: relinking `rlm_expr.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_expr; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_expr.la -rpath /usr/lib rlm_expr.lo rlm_expr.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_expr.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_expr-1.1.2.so -o .libs/rlm_expr-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_expr.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_expr' libtool: install: warning: relinking `rlm_fastusers.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_fastusers; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_fastusers.la -rpath /usr/lib rlm_fastusers.lo rlm_fastusers.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_fastusers.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_fastusers-1.1.2.so -o .libs/rlm_fastusers-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_fastusers.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_fastusers' libtool: install: warning: relinking `rlm_files.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_files; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_files.la -rpath /usr/lib rlm_files.lo rlm_files.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_files.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_files-1.1.2.so -o .libs/rlm_files-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_files.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_files' libtool: install: warning: `../../lib/libradius.la' has not been installed in `/usr/lib' /usr/src/redhat/BUILD/freeradius-1.1.2/install-sh -c -m 755 -s .libs/rlm_ippool_tool /var/tmp/freeradius-root/usr/bin/rlm_ippool_tool gmake[7]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_ippool' libtool: install: warning: relinking `rlm_ippool.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_ippool; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_ippool.la -rpath /usr/lib rlm_ippool.lo rlm_ippool.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lgdbm -lnsl -lresolv -lpthread) gcc -shared rlm_ippool.lo -L/usr/lib -lradius -lgdbm -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_ippool-1.1.2.so -o .libs/rlm_ippool-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_ippool.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_ippool' libtool: install: warning: relinking `rlm_krb5.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_krb5; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_krb5.la -rpath /usr/lib rlm_krb5.lo rlm_krb5.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -L/usr/kerberos/lib -lkrb5 -L/usr/kerberos/lib -lcom_err -L/usr/kerberos/lib -lcrypto -L/usr/kerberos/lib -lk5crypto -lnsl -lresolv -lpthread) gcc -shared rlm_krb5.lo -L/usr/lib -lradius -L/usr/kerberos/lib -lkrb5 -lcom_err -lcrypto -lk5crypto -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_krb5-1.1.2.so -o .libs/rlm_krb5-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_krb5.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_krb5' libtool: install: warning: relinking `rlm_ldap.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_ldap; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_ldap.la -rpath /usr/lib rlm_ldap.lo edir_ldapext.lo rlm_ldap.c edir_ldapext.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lldap_r -lnsl -lresolv -lpthread) gcc -shared rlm_ldap.lo edir_ldapext.lo -L/usr/lib -lradius -lldap_r -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_ldap-1.1.2.so -o .libs/rlm_ldap-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_ldap.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_ldap' libtool: install: warning: `../../lib/libradius.la' has not been installed in `/usr/lib' /usr/src/redhat/BUILD/freeradius-1.1.2/install-sh -c -m 755 -s .libs/smbencrypt /var/tmp/freeradius-root/usr/bin/smbencrypt gmake[7]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_mschap' libtool: install: warning: relinking `rlm_mschap.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_mschap; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_mschap.la -rpath /usr/lib rlm_mschap.lo smbdes.lo rlm_mschap.c smbdes.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_mschap.lo smbdes.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_mschap-1.1.2.so -o .libs/rlm_mschap-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_mschap.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_mschap' libtool: install: warning: relinking `rlm_ns_mta_md5.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_ns_mta_md5; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_ns_mta_md5.la -rpath /usr/lib rlm_ns_mta_md5.lo rlm_ns_mta_md5.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_ns_mta_md5.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_ns_mta_md5-1.1.2.so -o .libs/rlm_ns_mta_md5-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_ns_mta_md5.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_ns_mta_md5' libtool: install: warning: relinking `rlm_otp.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_otp; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_otp.la -rpath /usr/lib otp_rlm.lo otp_util.lo otp_radstate.lo otp_x99.lo otp_state.lo otp_site.lo otp_pwe.lo otp_log.lo otp_cardops.lo otp_hotp.lo otp_rlm.c otp_util.c otp_radstate.c otp_x99.c otp_state.c otp_site.c otp_pwe.c otp_log.c otp_cardops.c otp_hotp.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lcrypto -lssl -lcrypto cardops/cryptocard.lo -lnsl -lresolv -lpthread) gcc -shared otp_rlm.lo otp_util.lo otp_radstate.lo otp_x99.lo otp_state.lo otp_site.lo otp_pwe.lo otp_log.lo otp_cardops.lo otp_hotp.lo cardops/cryptocard.lo -L/usr/lib -lradius -lcrypto -lssl -lcrypto -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_otp-1.1.2.so -o .libs/rlm_otp-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_otp.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_otp' libtool: install: warning: relinking `rlm_pam.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_pam; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_pam.la -rpath /usr/lib rlm_pam.lo rlm_pam.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lpam -ldl -lnsl -lresolv -lpthread) gcc -shared rlm_pam.lo -L/usr/lib -lradius -lpam -ldl -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_pam-1.1.2.so -o .libs/rlm_pam-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_pam.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_pam' libtool: install: warning: relinking `rlm_pap.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_pap; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_pap.la -rpath /usr/lib rlm_pap.lo rlm_pap.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_pap.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_pap-1.1.2.so -o .libs/rlm_pap-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_pap.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_pap' libtool: install: warning: relinking `rlm_passwd.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_passwd; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_passwd.la -rpath /usr/lib rlm_passwd.lo rlm_passwd.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_passwd.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_passwd-1.1.2.so -o .libs/rlm_passwd-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_passwd.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_passwd' libtool: install: warning: relinking `rlm_perl.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_perl; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_perl.la -rpath /usr/lib rlm_perl.lo rlm_perl.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -Wl,-E -Wl,-rpath,/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE -L/usr/local/lib /usr/lib/perl5/5.8.5/i386-linux-thread-multi/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE -lperl -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc -lnsl -lresolv -lpthread) *** Warning: Linking the shared library rlm_perl.la against the *** static library /usr/lib/perl5/5.8.5/i386-linux-thread-multi/auto/DynaLoader/DynaLoader.a is not portable! gcc -shared rlm_perl.lo -L/usr/lib -lradius -L/usr/local/lib /usr/lib/perl5/5.8.5/i386-linux-thread-multi/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE -lperl -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc -lnsl -lresolv -lpthread -Wl,-E -Wl,-rpath -Wl,/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE -Wl,-soname -Wl,rlm_perl-1.1.2.so -o .libs/rlm_perl-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_perl.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_perl' libtool: install: warning: relinking `rlm_preprocess.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_preprocess; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_preprocess.la -rpath /usr/lib rlm_preprocess.lo rlm_preprocess.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_preprocess.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_preprocess-1.1.2.so -o .libs/rlm_preprocess-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_preprocess.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_preprocess' libtool: install: warning: relinking `rlm_radutmp.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_radutmp; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_radutmp.la -rpath /usr/lib rlm_radutmp.lo rlm_radutmp.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_radutmp.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_radutmp-1.1.2.so -o .libs/rlm_radutmp-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_radutmp.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_radutmp' libtool: install: warning: relinking `rlm_realm.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_realm; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_realm.la -rpath /usr/lib rlm_realm.lo rlm_realm.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_realm.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_realm-1.1.2.so -o .libs/rlm_realm-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_realm.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_realm' /usr/src/redhat/BUILD/freeradius-1.1.2/install-sh -c -c .libs/rlm_sql_mysql-1.1.2.so /var/tmp/freeradius-root/usr/lib/rlm_sql_mysql-1.1.2.so (cd /var/tmp/freeradius-root/usr/lib && rm -f rlm_sql_mysql.so && ln -s rlm_sql_mysql-1.1.2.so rlm_sql_mysql.so) /usr/src/redhat/BUILD/freeradius-1.1.2/install-sh -c -c .libs/rlm_sql_mysql.lai /var/tmp/freeradius-root/usr/lib/rlm_sql_mysql.la /usr/src/redhat/BUILD/freeradius-1.1.2/install-sh -c -c .libs/rlm_sql_mysql.a /var/tmp/freeradius-root/usr/lib/rlm_sql_mysql.a ranlib /var/tmp/freeradius-root/usr/lib/rlm_sql_mysql.a chmod 644 /var/tmp/freeradius-root/usr/lib/rlm_sql_mysql.a libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[11]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_sql/drivers/rlm_sql_mysql' libtool: install: warning: relinking `rlm_sql.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_sql; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_sql.la -rpath /usr/lib rlm_sql.lo sql.lo rlm_sql.c sql.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lltdl -lnsl -lresolv -lpthread) gcc -shared rlm_sql.lo sql.lo -L/usr/lib -lradius -lltdl -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_sql-1.1.2.so -o .libs/rlm_sql-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_sql.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_sql' libtool: install: warning: relinking `rlm_sql_log.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_sql_log; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_sql_log.la -rpath /usr/lib rlm_sql_log.lo rlm_sql_log.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_sql_log.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_sql_log-1.1.2.so -o .libs/rlm_sql_log-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_sql_log.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_sql_log' libtool: install: warning: relinking `rlm_sqlcounter.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_sqlcounter; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_sqlcounter.la -rpath /usr/lib rlm_sqlcounter.lo rlm_sqlcounter.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_sqlcounter.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_sqlcounter-1.1.2.so -o .libs/rlm_sqlcounter-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_sqlcounter.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_sqlcounter' libtool: install: warning: relinking `rlm_unix.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_unix; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_unix.la -rpath /usr/lib rlm_unix.lo cache.lo compat.lo rlm_unix.c cache.c compat.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lcrypt -lnsl -lresolv -lpthread) gcc -shared rlm_unix.lo cache.lo compat.lo -L/usr/lib -lradius -lcrypt -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_unix-1.1.2.so -o .libs/rlm_unix-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_unix.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_unix' libtool: install: warning: relinking `rlm_checkval.la' (cd /usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_checkval; /bin/sh /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=relink gcc -release 1.1.2 -module -export-dynamic -o rlm_checkval.la -rpath /usr/lib rlm_checkval.lo rlm_checkval.c /usr/src/redhat/BUILD/freeradius-1.1.2/src/lib/libradius.la -lnsl -lresolv -lpthread) gcc -shared rlm_checkval.lo -L/usr/lib -lradius -lnsl -lresolv -lpthread -Wl,-soname -Wl,rlm_checkval-1.1.2.so -o .libs/rlm_checkval-1.1.2.so /usr/bin/ld: cannot find -lradius collect2: ld returned 1 exit status libtool: install: error: relink `rlm_checkval.la' with the above command before installing it libtool: install: warning: remember to run `libtool --finish /usr/lib' gmake[6]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.1.2/src/modules/rlm_checkval' /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=install /usr/src/redhat/BUILD/freeradius-1.1.2/install-sh -c -m 755 -s radiusd /var/tmp/freeradius-root/usr/sbin libtool: install: warning: `../lib/libradius.la' has not been installed in `/usr/lib' /usr/src/redhat/BUILD/freeradius-1.1.2/install-sh -c -m 755 -s .libs/radiusd /var/tmp/freeradius-root/usr/sbin/radiusd /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=install /usr/src/redhat/BUILD/freeradius-1.1.2/install-sh -c -m 755 -s radclient /var/tmp/freeradius-root/usr/bin libtool: install: warning: `../lib/libradius.la' has not been installed in `/usr/lib' /usr/src/redhat/BUILD/freeradius-1.1.2/install-sh -c -m 755 -s .libs/radclient /var/tmp/freeradius-root/usr/bin/radclient /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=install /usr/src/redhat/BUILD/freeradius-1.1.2/install-sh -c -m 755 -s radrelay /var/tmp/freeradius-root/usr/bin libtool: install: warning: `../lib/libradius.la' has not been installed in `/usr/lib' /usr/src/redhat/BUILD/freeradius-1.1.2/install-sh -c -m 755 -s .libs/radrelay /var/tmp/freeradius-root/usr/bin/radrelay /usr/src/redhat/BUILD/freeradius-1.1.2/libtool --mode=install /usr/src/redhat/BUILD/freeradius-1.1.2/install-sh -c -m 755 -s radwho /var/tmp/freeradius-root/usr/bin libtool: install: warning: `../lib/libradius.la' has not been installed in `/usr/lib' /usr/src/redhat/BUILD/freeradius-1.1.2/install-sh -c -m 755 -s .libs/radwho /var/tmp/freeradius-root/usr/bin/radwho
On Thursday 29 June 2006 01:49, Alberto Cruz wrote:
Hi Kevin and everybody.
I'm attaching a file with all the warnings that I got with the rpmbuild process.
It seems there is something wrong with the "libtool"
Is this a problem related to RedHAT Enterprise 4.0 or is this a problem with the Make files process? Could anybody help me to fix this behavior?
Regards
Alberto Cruz
On my CentOS 4 test box, I tried building the 1.1.2 RPM and received the same errors I see in your output file. I used the "--with-system-libtool" configure option to get the RPM build to work correctly. My system libtool version is 1.5.6, and I've has no RPM build issues on older Fedora/CentOS boxes with system libtool versions of 1.5.X. According to bug#330, someone tried building on CentOS 4 and had problems using the system libtool and GNU ld configure options, so those options were removed. Kevin Bonner
participants (4)
-
Alan DeKok -
Alberto Cruz -
Kevin Bonner -
Phil Mayers