- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Radius: aaa libraries not found
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 10:41 PM
01-26-2005 10:41 PM
Re: Radius: aaa libraries not found
That statement returned the following
/opt/aaa/bin/radiusd
/opt/aaa/bin/radiusd
/opt/aaa/remotecontrol/com/hp/aaa/rmiserver/RMIServerManagement.class
/opt/aaa/remotecontrol/com/hp/aaa/rmiserver/RMIServerManagement.class
When I run ldd on radiusd it returns the
error
"Unable to find library 'libcrypto.so.0.9.7'."
which I believe is an openssl library. Openssl
is installed on the platform and in the directories /opt/openssl/lib/hpux32 and /opt/openssl/lib/hpux64 I created a soft link libcrypto.so.0.9.7 to libcrypto.so.0.9.7e but it didn't work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 11:04 PM
01-26-2005 11:04 PM
Re: Radius: aaa libraries not found
seems like a hint.
I think you could make a softlink to /opt/aaa/lib
or
enlarge the lines: with LD_LIBRARY_PATH and SHLIB_PATH with opt/openssl/lib/hpux32 and opt/openssl/lib/hpux64.
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 11:06 PM
01-26-2005 11:06 PM
Re: Radius: aaa libraries not found
You have two logins!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 11:13 PM
01-26-2005 11:13 PM
Re: Radius: aaa libraries not found
well - one path should be enough.
You have a 11.23 so I would take the hpux64 version.
Steven
you have created a new forum profile today:
http://forums1.itrc.hp.com/service/forums/publicProfile.do?userId=BR834998&forumId=1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 11:14 PM
01-26-2005 11:14 PM
Solutionln -s /opt/openssl/lib/hpux32/libcrypto.so.0.9.7e /opt/aaa/lib/libcrypto.so.0.9.7
Or
ln -s /opt/openssl/lib/hpux64/libcrypto.so.0.9.7e /opt/aaa/lib/libcrypto.so.0.9.7
and it didn't work?
The binary won't look in /opt/openssl/lib/... because it isn't
on the SHLIB_PATH or hard coded into the binary.
If you have edit access to the startup script you could always add
/opt/openssl/lib/hpux32 or /opt/openssl/lib/hpux64 to the SHLIB_PATH
so that the ldd works?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 11:20 PM
01-26-2005 11:20 PM
Re: Radius: aaa libraries not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 11:21 PM
01-26-2005 11:21 PM
Re: Radius: aaa libraries not found
ln -s /opt/openss7/lib/hpux64/libcryto.so.0.9.7e /opt/aaa/lib/libcrypto.so.0.9.7
and
ln -s /opt/openss7/lib/hpux64/libcryto.so.0.9.7e /opt/aaa/lib/libcrypto.so.0.9.7e
but it still cannot find the shared library.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 11:28 PM
01-26-2005 11:28 PM
Re: Radius: aaa libraries not found
you have to create a link in a directory, where the start script is looking in!
You can do it in /opt/aaa/lib.
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 11:32 PM
01-26-2005 11:32 PM
Re: Radius: aaa libraries not found
I did create a link in /opt/aaa/lib and
it didn't work. I have put one in
/usr/lib/hpux32 to point to /opt/openssl/lib/hpux32/libcrypto.so.0.9.7e
and it worked.
Thanks to all for their help. It is very
much appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 11:35 PM
01-26-2005 11:35 PM
Re: Radius: aaa libraries not found
why are you creating 'libcrypto.so.0.9.7e'?
ldd says:
"Unable to find library 'libcrypto.so.0.9.7'."
So create /opt/aaa/lib/libcrypto.so.0.9.7
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 11:37 PM
01-26-2005 11:37 PM
Re: Radius: aaa libraries not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 11:40 PM
01-26-2005 11:40 PM
Re: Radius: aaa libraries not found
/usr/lib/hpux32/libcrypto.so.0.9.7 to /opt/openssl/lib/hpux32/libcrypto.so.0.9.7e
- « Previous
-
- 1
- 2
- Next »