- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- libcryto.sl
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
06-18-2004 04:40 AM
06-18-2004 04:40 AM
I have compiled ssl, removed, and installed ssl from hp porting site.
was able to compile ssh after I installed /dev/random for 11.0 - now passes checking ssl seed test without modifying configure script of ssh.
ssh install fine, but throws this error now when it tries to run ssh-keygen to generate host keys.
any ideas welcome, I have drained all my resources.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 05:09 AM
06-18-2004 05:09 AM
SolutionSimple stuff:
1) File exists?
2) Directory the file is in is on the SHLIB_PATH?
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 07:26 AM
06-18-2004 07:26 AM
Re: libcryto.sl
If you compiled ssh using your compiled version of ssl, then your ssh would be looking for your compiled ssl libraries. Either you recompile ssh with HP's openssl or you will need to put your openssl back in place.
BTW, I could compile openssl0.9.7d and openssh3.8 successfully. It didn't complain about seeding. It simply said openssl not internally seeded and went ahead. I used 'gcc'.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 08:06 AM
06-18-2004 08:06 AM
Re: libcryto.sl
someone on the forum directed me to freshmeet.net for 11.0 /dev/random
Sri,
do you have a depot created for these tools? I am probibly just tired for this now.
also, we need large file support for ssh(scp), with-pam with-dns with-tcp-wrappers
ssl & zlib compiled in shared mode
I will try one more time with gcc.
thanks
Donny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 08:19 AM
06-18-2004 08:19 AM
Re: libcryto.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 08:26 AM
06-18-2004 08:26 AM
Re: libcryto.sl
Don't recompile everything again with gcc (unless you have to), just link the final object to libgcc.a
.... -L/your/path/to/gcc/lib/ -lgcc ...
Enjoy, Have FUN! H.Merijn [ probably your /dev/random someone ]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 08:39 AM
06-18-2004 08:39 AM
Re: libcryto.sl
appologies for the "someone". I am a very slow dialup at this time and did not want to search through my previous postings.
no an excuse for looking back, but I am sitting on the beach with a cigar, and a scotch (on the rocks) in my swim suit with a cell-phone dialup
maybe thats why nothing works for me today...
peace,
donny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 06:08 PM
06-18-2004 06:08 PM
Re: libcryto.sl
just set LD_PRELOAD=/what/ever/path/libgcc.sl and run the a.out.
--
ranga