- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Openssl and perl problem
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
09-13-2002 12:16 AM
09-13-2002 12:16 AM
Re: Openssl and perl problem
The problem still persists, however i think i have narrowed it down to the fact that the
libfl.sl is not on the box.
$ make
+ rm -f libcrypto
+ rm -f libssl
making all in crypto...
ar r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o tmdi
ff.o cpt_err.o ebcdic.o uid.o
/usr/lib/dld.sl: Can't find path for shared library: libfl.sl
/usr/lib/dld.sl: No such file or directory
*** Termination signal 134
Stop.
*** Error exit code 1
Stop.
$
I now have to get a copy of this lib somewhere!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 12:33 AM
09-13-2002 12:33 AM
SolutionYou can get it from here:
http://hpux.connect.org.uk/hppd/hpux/Gnu/flex-2.5.4a/
Please notice that the bison depot is a dependency for flex, you can get it from here:
http://hpux.connect.org.uk/hppd/hpux/Gnu/bison-1.35/
both depots are dependencies for gcc and needed to be install (like make too http://hpux.connect.org.uk/hppd/hpux/Gnu/make-3.79.1/ )
regards
Dirk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 01:47 AM
09-13-2002 01:47 AM
Re: Openssl and perl problem
Install the flex s/w straight from the hp website and the make has now worked!!!
However still more problems, i have performed the 'make install' for ssl and i am getting the following compilation errors -
Can't locate Getopt/Long.pm in @INC <@INC contains: /opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi /opt/perl/lib/5.6.1
Any ideas what may cause this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 02:29 AM
09-13-2002 02:29 AM
Re: Openssl and perl problem
The new problem is the same like the strict.pm problem with another file.
You can copy it also, but I think it's better to install perl5 new in the default /opt/perl5 directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 04:43 AM
09-16-2002 04:43 AM
Re: Openssl and perl problem
1. Do you *need* threads?
2. gcc-3.x support is much better in 5.8.0
You could start with a precompiled 5.8.0 with a lot of modules from https://www.beepz.com/personal/merijn and continue from there. The gcc-compiler that was used to build it can be fetched there too.
- « Previous
-
- 1
- 2
- Next »