Re: [gentoo-user] freeradius eap tls issue

2006-12-14 Thread Yiannis Kontekakis
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



Re: [gentoo-user] freeradius eap tls issue

2006-12-12 Thread Yiannis Kontekakis
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



Re: [gentoo-user] freeradius eap tls issue

2006-12-11 Thread Mick
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


pgpcYITTkGkKX.pgp
Description: PGP signature


[gentoo-user] freeradius eap tls issue

2006-12-07 Thread Yiannis Kontekakis
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