20 May
2014
20 May
'14
11:52 a.m.
On Mon, May 19, 2014 at 11:04 AM, Fajar A. Nugraha <list@fajar.net> wrote:
While updating freeradius stable ppa, I found a strange error on ubuntu saucy. This is low priority, just wondering whether anyone got this error before or found a way to fix this.
libtool: link: gcc -o .libs/rlm_dbm_parser .libs/rlm_dbm_parser.o /build/buildd/freeradius-2.2.5/src/lib/.libs/libfreeradius-radius.so -lgdbm_compat -lssl -lcrypto -lnsl -lresolv -lpthread -Wl,-rpath -Wl,/usr/lib/freeradius /build/buildd/freeradius-2.2.5/src/lib/.libs/libfreeradius-radius.so: undefined reference to `pthread_getspecific'
I ended up using clang instead of gcc for saucy. It compiles fine, and basic test auth with radtest works. -- Fajar