problems with some libraires
hi there, my name is Ernesto from Chile and i'm doing my final project using a RADIUS server. I'm writing because i have some troubles to start the server. I use Debian Lenny and the output of the debug is this: *casa:/usr/local/etc/raddb# radiusd -X radiusd: error while loading shared libraries: libfreeradius-radius-2.1.5.so: cannot open shared object file: No such file or directory* i know that i have to point to the right directions of where are the libraries, but i don't have so much experience using linux, and if you could give me some info to fix the problem it would be nice. Best regards and thanks for the help. Ernesto Cádiz Lara.
Hi,
*casa:/usr/local/etc/raddb# radiusd -X radiusd: error while loading shared libraries: libfreeradius-radius-2.1.5.so: cannot open shared object file: No such file or directory*
with the current 2.1.4 release there is an identity crisis - please check the source code and replace the 2.1.5 with 2.1.4 and rebuilt/reinstall alan
OK, i try to find the script where is that part of the libraries but i can't find it......can anyone tell wich is the script?......thank for all 2009/4/24 <A.L.M.Buxey@lboro.ac.uk>
Hi,
*casa:/usr/local/etc/raddb# radiusd -X radiusd: error while loading shared libraries: libfreeradius-radius-2.1.5.so: cannot open shared object file: No such file or directory*
with the current 2.1.4 release there is an identity crisis - please check the source code and replace the 2.1.5 with 2.1.4 and rebuilt/reinstall
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Ernesto Cadiz wrote:
OK, i try to find the script where is that part of the libraries but i can't find it......can anyone tell wich is the script?......thank for all
2009/4/24 <A.L.M.Buxey@lboro.ac.uk <mailto:A.L.M.Buxey@lboro.ac.uk>>
Hi,
> *casa:/usr/local/etc/raddb# radiusd -X > radiusd: error while loading shared libraries: libfreeradius-radius-2.1.5.so <http://libfreeradius-radius-2.1.5.so>: > cannot open shared object file: No such file or directory*
with the current 2.1.4 release there is an identity crisis - please check the source code and replace the 2.1.5 with 2.1.4 and rebuilt/reinstall
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
------------------------------------------------------------------------
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html In the top level directory is a file called VERSION. It incorrectly has the string 2.1.5 in it. Use an editor change it to 2.1.4. Then run ./configure and make again to pick up the correct version information during the build.
-- John Dennis <jdennis@redhat.com> Looking to carve out IT costs? www.redhat.com/carveoutcosts/
First do updatedb. Then see if locate can find this library. If it can, radius will probably run. If it doesn't - well, it's in the FAQ. Ivan Kalik Kalik Informatika ISP
OK, i try to find the script where is that part of the libraries but i can't find it......can anyone tell wich is the script?......thank for all
2009/4/24 <A.L.M.Buxey@lboro.ac.uk>
Hi,
*casa:/usr/local/etc/raddb# radiusd -X radiusd: error while loading shared libraries: libfreeradius-radius-2.1.5.so: cannot open shared object file: No such file or directory*
with the current 2.1.4 release there is an identity crisis - please check the source code and replace the 2.1.5 with 2.1.4 and rebuilt/reinstall
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Well I've changed the version problem with the libraries but when i run radius it appear this trouble: tls { rsa_key_exchange = no dh_key_exchange = yes rsa_key_length = 512 dh_key_length = 512 verify_depth = 0 pem_file_type = yes private_key_file = "/usr/local/etc/raddb/certs/servored/servored_cert.pem" certificate_file = "/usr/local/etc/raddb/certs/servored/servored_cert.pem" CA_file = "/usr/local/etc/raddb/certs/servored/cacert.pem" private_key_password = "cisco" dh_file = "/usr/local/etc/raddb/certs/dh" random_file = "/usr/local/etc/raddb/certs/random" fragment_size = 1024 include_length = yes check_crl = no cipher_list = "DEFAULT" cache { enable = no lifetime = 24 max_entries = 255 } } rlm_eap: SSL error error:0906D06C:PEM routines:PEM_read_bio:no start line rlm_eap_tls: Error reading private key file /usr/local/etc/raddb/certs/servored/servored_cert.pem rlm_eap: Failed to initialize type tls /usr/local/etc/raddb/eap.conf[17]: Instantiation failed for module "eap" /usr/local/etc/raddb/sites-enabled/inner-tunnel[223]: Failed to find module "eap". /usr/local/etc/raddb/sites-enabled/inner-tunnel[176]: Errors parsing authenticate section. } i think this happens because i use a RSA key length on the certificate with 1024 bites and in the rsa_key_length line is equal to 512. i don't know if i have to change this line too and in which script i can find the line to change it. Thanks to all for the help Best Regards. Ernesto 2009/4/27 Ivan Kalik <tnt@kalik.net>
First do updatedb. Then see if locate can find this library. If it can, radius will probably run. If it doesn't - well, it's in the FAQ.
Ivan Kalik Kalik Informatika ISP
OK, i try to find the script where is that part of the libraries but i can't find it......can anyone tell wich is the script?......thank for all
2009/4/24 <A.L.M.Buxey@lboro.ac.uk>
Hi,
*casa:/usr/local/etc/raddb# radiusd -X radiusd: error while loading shared libraries: libfreeradius-radius-2.1.5.so: cannot open shared object file: No such file or directory*
with the current 2.1.4 release there is an identity crisis - please check the source code and replace the 2.1.5 with 2.1.4 and rebuilt/reinstall
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hi, I had similar problem ("radiusd: error while loading shared libraries: libfreeradius-radius-2.1.5.so") several times these days... just a few hours ago as well. Issuing a ldconfig on GNU / Linux after installation from source fixes the problem for me. Not source editing, version replacement etc needed. On 28.04.2009, at 03:55, Ernesto Cadiz wrote:
Well I've changed the version problem with the libraries but when i run radius it appear this trouble:
tls { rsa_key_exchange = no dh_key_exchange = yes rsa_key_length = 512 dh_key_length = 512 verify_depth = 0 pem_file_type = yes private_key_file = "/usr/local/etc/raddb/certs/servored/ servored_cert.pem" certificate_file = "/usr/local/etc/raddb/certs/servored/ servored_cert.pem" CA_file = "/usr/local/etc/raddb/certs/servored/cacert.pem" private_key_password = "cisco" dh_file = "/usr/local/etc/raddb/certs/dh" random_file = "/usr/local/etc/raddb/certs/random" fragment_size = 1024 include_length = yes check_crl = no cipher_list = "DEFAULT" cache { enable = no lifetime = 24 max_entries = 255 } } rlm_eap: SSL error error:0906D06C:PEM routines:PEM_read_bio:no start line rlm_eap_tls: Error reading private key file /usr/local/etc/raddb/ certs/servored/servored_cert.pem rlm_eap: Failed to initialize type tls /usr/local/etc/raddb/eap.conf[17]: Instantiation failed for module "eap" /usr/local/etc/raddb/sites-enabled/inner-tunnel[223]: Failed to find module "eap". /usr/local/etc/raddb/sites-enabled/inner-tunnel[176]: Errors parsing authenticate section. }
i think this happens because i use a RSA key length on the certificate with 1024 bites and in the rsa_key_length line is equal to 512. i don't know if i have to change this line too and in which script i can find the line to change it.
Thanks to all for the help Best Regards. Ernesto
2009/4/27 Ivan Kalik <tnt@kalik.net> First do updatedb. Then see if locate can find this library. If it can, radius will probably run. If it doesn't - well, it's in the FAQ.
Ivan Kalik Kalik Informatika ISP
OK, i try to find the script where is that part of the libraries but i can't find it......can anyone tell wich is the script?......thank for all
2009/4/24 <A.L.M.Buxey@lboro.ac.uk>
Hi,
*casa:/usr/local/etc/raddb# radiusd -X radiusd: error while loading shared libraries: libfreeradius-radius-2.1.5.so: cannot open shared object file: No such file or directory*
with the current 2.1.4 release there is an identity crisis - please check the source code and replace the 2.1.5 with 2.1.4 and rebuilt/reinstall
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (5)
-
A.L.M.Buxey@lboro.ac.uk -
Borislav Dimitrov -
Ernesto Cadiz -
Ivan Kalik -
John Dennis