Hello, I am trying to compile 1.1.3 on Mac OS X so FreeRADIUS will work with PostgreSQL 8.3 as it does not have libpq.3.dylib but libpq.4.1.dylib but I get the following error: Making all in rlm_perl... /Users/mat/Desktop/freeradius-1.1.3/libtool --mode=link gcc -release 1.1.3 \ -module -export-dynamic -o rlm_perl.la \ -rpath /usr/local/freeRADIUS/lib rlm_perl.lo rlm_perl.c /Users/mat/Desktop/freeradius-1.1.3/src/lib/libradius.la \ `perl -MExtUtils::Embed -e ldopts` -lresolv -lpthread *** Warning: Linking the shared library rlm_perl.la against the *** static library /System/Library/Perl/5.8.6/darwin-thread-multi-2level/auto/DynaLoader/DynaLo ader.a is not portable! rm -fr .libs/rlm_perl-1.1.3.so .libs/rlm_perl.a .libs/rlm_perl.so gcc ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/rlm_perl-1.1.3.so -bundle .libs/rlm_perl.o /Users/mat/Desktop/freeradius-1.1.3/src/lib/.libs/libradius.dylib -L/usr/local/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level/auto/DynaLoader/DynaLo ader.a -L/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE -lperl -ldl -lm -lc -lresolv -lpthread (cd .libs && rm -f rlm_perl.so && ln -s rlm_perl-1.1.3.so rlm_perl.so) ar cru .libs/rlm_perl.a /System/Library/Perl/5.8.6/darwin-thread-multi-2level/auto/DynaLoader/DynaLo ader.a rlm_perl.o /System/Library/Perl/5.8.6/darwin-thread-multi-2level/auto/DynaLoader/DynaLo ader.a ranlib: archive member: .libs/rlm_perl.a(DynaLoader.a) fat file for cputype (7) cpusubtype (3) is not an object file (bad magic number) ar: internal ranlib command failed make[6]: *** [rlm_perl.la] Error 1 make[5]: *** [common] Error 2 make[4]: *** [all] Error 2 make[3]: *** [common] Error 2 make[2]: *** [all] Error 2 make[1]: *** [common] Error 2 make: *** [all] Error 2 Any ideas why? Thanks in advance Mat
Matthew Green wrote:
Hello,
I am trying to compile 1.1.3 on Mac OS X so FreeRADIUS will work with PostgreSQL 8.3 as it does not have libpq.3.dylib but libpq.4.1.dylib but I get the following error:
Making all in rlm_perl...
If you're not planning on using rlm_perl, just delete the directory. At some point next spring, Apple should submit their patches/additions back to the server, so that it will build easily on MacOS. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
Hello, I delete the source directory, done a 'make clean', re-ran the configure script and done a make again but I still get the same error. So which directory are you referring to? Thanks Mat On 22/11/06 17:02, "Alan DeKok" <aland@deployingradius.com> wrote:
Matthew Green wrote:
Hello,
I am trying to compile 1.1.3 on Mac OS X so FreeRADIUS will work with PostgreSQL 8.3 as it does not have libpq.3.dylib but libpq.4.1.dylib but I get the following error:
Making all in rlm_perl...
If you're not planning on using rlm_perl, just delete the directory.
At some point next spring, Apple should submit their patches/additions back to the server, so that it will build easily on MacOS.
Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Found the directory you were talking about. Thanks for the help. M On 23/11/06 09:43, "Matthew Green" <matthew.green@aggregator.tv> wrote:
Hello,
I delete the source directory, done a 'make clean', re-ran the configure script and done a make again but I still get the same error. So which directory are you referring to?
Thanks Mat
On 22/11/06 17:02, "Alan DeKok" <aland@deployingradius.com> wrote:
Matthew Green wrote:
Hello,
I am trying to compile 1.1.3 on Mac OS X so FreeRADIUS will work with PostgreSQL 8.3 as it does not have libpq.3.dylib but libpq.4.1.dylib but I get the following error:
Making all in rlm_perl...
If you're not planning on using rlm_perl, just delete the directory.
At some point next spring, Apple should submit their patches/additions back to the server, so that it will build easily on MacOS.
Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hello, I have been able to compile & install radius but when I try a run it I get the following error: Thu Nov 23 16:18:57 2006 : Error: radiusd.conf[1585] Failed to link to module 'rlm_exec': dlopen(/usr/local/lib/rlm_exec-1.1.3.so, 9): Symbol not found: _debug_flag Referenced from: /usr/local/lib/rlm_exec-1.1.3.so Expected in: flat namespace Does anyone know what is cause this? Thanks in advance, Mac & Radius newbie (Converting from windows) Mat On 23/11/06 15:23, "Matthew Green" <matthew.green@aggregator.tv> wrote:
Found the directory you were talking about. Thanks for the help.
M
On 23/11/06 09:43, "Matthew Green" <matthew.green@aggregator.tv> wrote:
Hello,
I delete the source directory, done a 'make clean', re-ran the configure script and done a make again but I still get the same error. So which directory are you referring to?
Thanks Mat
On 22/11/06 17:02, "Alan DeKok" <aland@deployingradius.com> wrote:
Matthew Green wrote:
Hello,
I am trying to compile 1.1.3 on Mac OS X so FreeRADIUS will work with PostgreSQL 8.3 as it does not have libpq.3.dylib but libpq.4.1.dylib but I get the following error:
Making all in rlm_perl...
If you're not planning on using rlm_perl, just delete the directory.
At some point next spring, Apple should submit their patches/additions back to the server, so that it will build easily on MacOS.
Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hello, Found the answer at: http://lists.cistron.nl/pipermail/freeradius-devel/2006-August/010208.html Mat On 23/11/06 16:22, "Matthew Green" <matthew.green@aggregator.tv> wrote:
Hello,
I have been able to compile & install radius but when I try a run it I get the following error:
Thu Nov 23 16:18:57 2006 : Error: radiusd.conf[1585] Failed to link to module 'rlm_exec': dlopen(/usr/local/lib/rlm_exec-1.1.3.so, 9): Symbol not found: _debug_flag Referenced from: /usr/local/lib/rlm_exec-1.1.3.so Expected in: flat namespace
Does anyone know what is cause this?
Thanks in advance, Mac & Radius newbie (Converting from windows) Mat
On 23/11/06 15:23, "Matthew Green" <matthew.green@aggregator.tv> wrote:
Found the directory you were talking about. Thanks for the help.
M
On 23/11/06 09:43, "Matthew Green" <matthew.green@aggregator.tv> wrote:
Hello,
I delete the source directory, done a 'make clean', re-ran the configure script and done a make again but I still get the same error. So which directory are you referring to?
Thanks Mat
On 22/11/06 17:02, "Alan DeKok" <aland@deployingradius.com> wrote:
Matthew Green wrote:
Hello,
I am trying to compile 1.1.3 on Mac OS X so FreeRADIUS will work with PostgreSQL 8.3 as it does not have libpq.3.dylib but libpq.4.1.dylib but I get the following error:
Making all in rlm_perl...
If you're not planning on using rlm_perl, just delete the directory.
At some point next spring, Apple should submit their patches/additions back to the server, so that it will build easily on MacOS.
Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Matthew Green wrote:
Hello,
I have been able to compile & install radius but when I try a run it I get the following error:
Thu Nov 23 16:18:57 2006 : Error: radiusd.conf[1585] Failed to link to module 'rlm_exec': dlopen(/usr/local/lib/rlm_exec-1.1.3.so, 9): Symbol not found: _debug_flag Referenced from: /usr/local/lib/rlm_exec-1.1.3.so Expected in: flat namespace
Does anyone know what is cause this?
Various platform issues. See the FAQ you want to do "./configure --disabled-shared", which should work around most of the issues. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (2)
-
Alan DeKok -
Matthew Green