* [gentoo-user] freeradius eap tls issue
@ 2006-12-07 22:58 Yiannis Kontekakis
2006-12-10 19:23 ` Drew
0 siblings, 1 reply; 6+ messages in thread
From: Yiannis Kontekakis @ 2006-12-07 22:58 UTC (permalink / raw
To: gentoo-user
Hello,
I am trying to set up a radius server (using eap tls) for my wpa capable
access point.
I am using net-dialup/freeradius-1.1.3-r1 with the following USE
flags="frxp mysql pam ssl"
I have read multiple howtos ( one of them is
http://www.urbanwireless.co.nz/?page_id=22 ) but when I start freeradius
in debugging mode I get the following error message:
Failed to link to module 'rlm_eap': /usr/lib/libeap-1.1.3.so: undefined
symbol: SSL_set_ex_data
After some googling I found out that this problem relates with libtool.
Does anyone has experience with this configuration/problem?
Thanks in advance
Yiannis
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] freeradius eap tls issue
2006-12-07 22:58 [gentoo-user] freeradius eap tls issue Yiannis Kontekakis
@ 2006-12-10 19:23 ` Drew
2006-12-10 22:21 ` Yiannis Kontekakis
0 siblings, 1 reply; 6+ messages in thread
From: Drew @ 2006-12-10 19:23 UTC (permalink / raw
To: gentoo-user
On 12/7/06, Yiannis Kontekakis <ykontekakis@gmail.com> wrote:
> Hello,
>
> I am trying to set up a radius server (using eap tls) for my wpa capable
> access point.
> I am using net-dialup/freeradius-1.1.3-r1 with the following USE
> flags="frxp mysql pam ssl"
> I have read multiple howtos ( one of them is
> http://www.urbanwireless.co.nz/?page_id=22 ) but when I start freeradius
> in debugging mode I get the following error message:
> Failed to link to module 'rlm_eap': /usr/lib/libeap-1.1.3.so: undefined
> symbol: SSL_set_ex_data
>
> After some googling I found out that this problem relates with libtool.
> Does anyone has experience with this configuration/problem?
Did you recently upgrade SSL? I seem to remember somewhere that
anytime you update SSL, you need to recompile any apps that depend on
it. The reason being some things may change between versions and you
could have problems similar to what you described.
-Drew
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] freeradius eap tls issue
2006-12-10 19:23 ` Drew
@ 2006-12-10 22:21 ` Yiannis Kontekakis
2006-12-11 8:34 ` Mick
0 siblings, 1 reply; 6+ messages in thread
From: Yiannis Kontekakis @ 2006-12-10 22:21 UTC (permalink / raw
To: gentoo-user
I have re-emerged freeradius and openssl(for a different reason) several
times. Also I have also checked with revdep-rebuild for missing library
dependencies.
I think it is not an openssl dependency issue.
Drew wrote:
> On 12/7/06, Yiannis Kontekakis <ykontekakis@gmail.com> wrote:
>> Hello,
>>
>> I am trying to set up a radius server (using eap tls) for my wpa capable
>> access point.
>> I am using net-dialup/freeradius-1.1.3-r1 with the following USE
>> flags="frxp mysql pam ssl"
>> I have read multiple howtos ( one of them is
>> http://www.urbanwireless.co.nz/?page_id=22 ) but when I start freeradius
>> in debugging mode I get the following error message:
>> Failed to link to module 'rlm_eap': /usr/lib/libeap-1.1.3.so: undefined
>> symbol: SSL_set_ex_data
>>
>> After some googling I found out that this problem relates with libtool.
>> Does anyone has experience with this configuration/problem?
>
> Did you recently upgrade SSL? I seem to remember somewhere that
> anytime you update SSL, you need to recompile any apps that depend on
> it. The reason being some things may change between versions and you
> could have problems similar to what you described.
>
>
> -Drew
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] freeradius eap tls issue
2006-12-10 22:21 ` Yiannis Kontekakis
@ 2006-12-11 8:34 ` Mick
2006-12-12 15:31 ` Yiannis Kontekakis
0 siblings, 1 reply; 6+ messages in thread
From: Mick @ 2006-12-11 8:34 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 611 bytes --]
On Sunday 10 December 2006 22:21, Yiannis Kontekakis wrote:
> I have re-emerged freeradius and openssl(for a different reason) several
> times. Also I have also checked with revdep-rebuild for missing library
> dependencies.
> I think it is not an openssl dependency issue.
According to the openssl ebuild, after you emerge openssl you will need to
run:
# revdep-rebuild --library libssl.so.0.9.6
# revdep-rebuild --library libcrypto.so.0.9.6
before you can delete /usr/lib/libssl.so.0.9.6
and /usr/lib/libcrypto.so.0.9.6.
Not sure if this is related to your error.
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] freeradius eap tls issue
2006-12-11 8:34 ` Mick
@ 2006-12-12 15:31 ` Yiannis Kontekakis
2006-12-15 1:01 ` Yiannis Kontekakis
0 siblings, 1 reply; 6+ messages in thread
From: Yiannis Kontekakis @ 2006-12-12 15:31 UTC (permalink / raw
To: gentoo-user
Hello again,
dev-libs/openssl-0.9.8d is currently installed on my system.Also, there
is no libcrypto.so.* library other than /usr/lib/libcrypto.so.0.9.8.
>From my emerge.log I found out that I upgraded from
dev-libs/openssl-0.9.7e-r1 to the current one(see above). I do not
remember whether I run revdep-rebuild --library libssl.so.0.9.7 and
revdep-rebuild --library libcrypto.so.0.9.7 after upgrading (but I did
run it now and found no package using this library), so I checked with #
ldd /usr/lib/libeap-1.1.3.so and obtained:
libradius-1.1.3.so => /usr/lib/libradius-1.1.3.so
libnsl.so.1 => /lib/libnsl.so.1
libresolv.so.2 => /lib/libresolv.so.2
libpthread.so.0 => /lib/libpthread.so.0
libc.so.6 => /lib/libc.so.6
libcrypt.so.1 => /lib/libcrypt.so.1
/lib/ld-linux.so.2
I suppose there should also be /usr/lib/libssl.so.0.9.8 on the above
list but there is not.I am not sure whether it is a bug in freeradius
ebuild and whether I should enter a bug report for it. Does any one have
this implementation working ?
Any other ideas ?
Regards
Yiannis
Mick wrote:
> On Sunday 10 December 2006 22:21, Yiannis Kontekakis wrote:
>> I have re-emerged freeradius and openssl(for a different reason) several
>> times. Also I have also checked with revdep-rebuild for missing library
>> dependencies.
>> I think it is not an openssl dependency issue.
>
> According to the openssl ebuild, after you emerge openssl you will
> need to
> run:
>
> # revdep-rebuild --library libssl.so.0.9.6
> # revdep-rebuild --library libcrypto.so.0.9.6
>
> before you can delete /usr/lib/libssl.so.0.9.6
> and /usr/lib/libcrypto.so.0.9.6.
>
> Not sure if this is related to your error.
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] freeradius eap tls issue
2006-12-12 15:31 ` Yiannis Kontekakis
@ 2006-12-15 1:01 ` Yiannis Kontekakis
0 siblings, 0 replies; 6+ messages in thread
From: Yiannis Kontekakis @ 2006-12-15 1:01 UTC (permalink / raw
To: gentoo-user
In order to close this issue,
the freeradius rlm_eap issue was fixed in net-dialup/freeradius-1.1.3-r2
thanks to mr Nastac (http://bugs.gentoo.org/show_bug.cgi?id=158062)
Regards
Yiannis
Yiannis Kontekakis wrote:
> Hello again,
>
> dev-libs/openssl-0.9.8d is currently installed on my system.Also, there
> is no libcrypto.so.* library other than /usr/lib/libcrypto.so.0.9.8.
> >From my emerge.log I found out that I upgraded from
> dev-libs/openssl-0.9.7e-r1 to the current one(see above). I do not
> remember whether I run revdep-rebuild --library libssl.so.0.9.7 and
> revdep-rebuild --library libcrypto.so.0.9.7 after upgrading (but I did
> run it now and found no package using this library), so I checked with #
> ldd /usr/lib/libeap-1.1.3.so and obtained:
>
> libradius-1.1.3.so => /usr/lib/libradius-1.1.3.so
> libnsl.so.1 => /lib/libnsl.so.1
> libresolv.so.2 => /lib/libresolv.so.2
> libpthread.so.0 => /lib/libpthread.so.0
> libc.so.6 => /lib/libc.so.6
> libcrypt.so.1 => /lib/libcrypt.so.1
> /lib/ld-linux.so.2
>
> I suppose there should also be /usr/lib/libssl.so.0.9.8 on the above
> list but there is not.I am not sure whether it is a bug in freeradius
> ebuild and whether I should enter a bug report for it. Does any one have
> this implementation working ?
> Any other ideas ?
>
> Regards
>
> Yiannis
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-12-15 1:07 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-07 22:58 [gentoo-user] freeradius eap tls issue Yiannis Kontekakis
2006-12-10 19:23 ` Drew
2006-12-10 22:21 ` Yiannis Kontekakis
2006-12-11 8:34 ` Mick
2006-12-12 15:31 ` Yiannis Kontekakis
2006-12-15 1:01 ` Yiannis Kontekakis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox