Install FR 2.1.10 on OS X 10.4.11
Hello, I´m using version of 1.1.7 on a production system and it was working quite well for me. For severall reasons I want to update my setup now. When I startet to try the new versions some days ago, the "Frontpage"- Version was 2.1.9. I'm running my server under Mac OS X 10.4.11 PPC. 2.1.9 was building nicely but I was suffering the bug mentioned here: http://lists.freeradius.org/mailman/htdig/freeradius-users/2010-June/msg0016... I tried to install the newest git version or the 2.1.10 release on this system, but failed. Part of output, created by "make" below. More on request. Is there a way to install 2.1.10 on this system? Thank you very much. Best regards, Wolfgang Making all in main... /usr/bin/make -C main all /Users/system/Desktop/freeradius-server-2.1.10/libtool --mode=link gcc -o radsniff radsniff.lo /Users/system/Desktop/freeradius- server-2.1.10/src/lib/libfreeradius-radius.la -framework DirectoryService -lresolv -lpthread -lpcap gcc -o radsniff radsniff.o -framework DirectoryService /Users/system/ Desktop/freeradius-server-2.1.10/src/lib/.libs/libfreeradius-radius.a - lresolv -lpthread -lpcap /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols: _pcap_dump_fopen _pcap_fopen_offline collect2: ld returned 1 exit status make[4]: *** [radsniff] Error 1 make[3]: *** [main] Error 2 make[2]: *** [all] Error 2 make[1]: *** [src] Error 2 make: *** [all] Error 2
Wolfgang Burger wrote:
Is there a way to install 2.1.10 on this system?
Yes. Edit the src/main/Makefile, and delete the line saying: PCAP_LIBS = -lpcap I had no idea that those functions were in some versions of pcap, and not in others. Every system I checked had those functions defined. <sigh> Alan DeKok.
participants (2)
-
Alan DeKok -
Wolfgang Burger