[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gnu-radius] build of gnuradius 1.2 fails
From: |
Greg G |
Subject: |
[Help-gnu-radius] build of gnuradius 1.2 fails |
Date: |
Wed, 04 Feb 2004 14:16:54 -0500 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) |
I'm trying to build gnu radius 1.2 on a Solaris 7 box. Here's my
configure line:
$ ./configure --with-mysql
--with-include-path=/usr/local/mysql4017/include
--with-lib-path=/usr/local/mysql4017/lib/mysql --with-client --disable-pam
However, I'm getting the following results:
Making all in pam_radius
/bin/ksh ../../libtool --mode=link gcc -g -O2 -o pam_radius.la
-module -avoid-version -no-undefined -rpath /usr/local/lib/security
-Wl,-Bsymbolic pam_radius.lo -lpam ../../lib/librad.la
../../lib/libdebug.la ../../intl/libintl.a -lcrypt -lnsl -lsocket
-L/usr/local/mysql4017/lib/mysql
*** Warning: Linking the shared library pam_radius.la against the
*** static library ../../intl/libintl.a is not portable!
rm -fr .libs/pam_radius.la .libs/pam_radius.* .libs/pam_radius.*
/usr/ccs/bin/ld -G -z defs -h pam_radius.so -o .libs/pam_radius.so
pam_radius.lo -z allextract ../../lib/.libs/librad.a
../../lib/.libs/libdebug.a -z defaultextract -lpam
-L/usr/local/mysql4017/lib/mysql ../../intl/libintl.a -lcrypt -lnsl
-lsocket -lc -Bsymbolic
Undefined first referenced
symbol in file
__eprintf ../../lib/.libs/librad.a(argp-help.o)
ld: fatal: Symbol referencing errors. No output written to
.libs/pam_radius.so
*** Error code 1
make: Fatal error: Command failed for target `pam_radius.la'
Current working directory /usr/local/src/radius-1.2/client/pam_radius
*** Error code 1
Any idea what's happening here? I get the same results with or without
the "--disable-pam":
Thanks.
-Greg G
- [Help-gnu-radius] build of gnuradius 1.2 fails,
Greg G <=