radiusplugin-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Radiusplugin-users] plugin error on FreeBSD 7.2


From: Ralf Lübben
Subject: Re: [Radiusplugin-users] plugin error on FreeBSD 7.2
Date: Mon, 5 Apr 2010 18:16:02 +0200
User-agent: KMail/1.12.2 (Linux/2.6.31-20-generic; KDE/4.3.2; i686; ; )

Hello,

did you use the newest beta version and did you use the BSD makefile with 
gmake?

Otherwise please try:

gmake -f Makefile.bsd (only available the newest beta version)

If it doesn't solve the problem please change the line

LIBS=-lgcrypt -lgpg-error -lstdc++ -lm

to

LIBS=-lgcrypt -lgpg-error -lstdc++ -lpthread -lm

in Makefile.bsd .

Let me know if the addition of "-lpthread" solves the problem, than I will add 
it in further releases.

Ralf



Am Montag, 5. April 2010 17:05:53 schrieb Volvo240:
> I got next error while start OpenVPN server with RADIUS support:
> 
> Mon Apr  5 18:56:54 2010 PLUGIN_INIT: could not load plugin shared object
>  /usr/local/etc/openvpn/radiusplugin.so:
>  /usr/local/etc/openvpn/radiusplugin.so: Undefined symbol "pthread_create":
>  No such file or directory (errno=2) Mon Apr  5 18:56:54 2010 Exiting
> 
> $ uname -a
> FreeBSD gw.local 7.3-STABLE FreeBSD 7.3-STABLE
> 
> 
> $ sudo ldd  /usr/local/etc/openvpn/radiusplugin.so
> /usr/local/etc/openvpn/radiusplugin.so:
>         libgcrypt.so.16 => /usr/local/lib/libgcrypt.so.16 (0x28300000)
>         libgpg-error.so.0 => /usr/local/lib/libgpg-error.so.0 (0x281e2000)
>         libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x28378000)
>         libm.so.5 => /lib/libm.so.5 (0x281e6000)
>         libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2846d000)
>         libc.so.7 => /lib/libc.so.7 (0x28083000)
>         libintl.so.8 => /usr/local/lib/libintl.so.8 (0x28478000)
>         libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x2848a000)
> 
> Any ideas ?
> Mike.
> 
> 
> 
> _______________________________________________
> Radiusplugin-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/radiusplugin-users
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]