1748169 Members
4244 Online
108758 Solutions
New Discussion юеВ

Openssl install

 
marco_186
Advisor

Openssl install

Dear all,
i still ve a problem with openssl when i try to make ./config
--------------------
post01:/usr/local/src/openssl-0.9.7a#./config -d
Operating system: 9000/800-hp-hpux10
WARNING! If you wish to build 64-bit library then you have to
invoke './Configure hpux64-parisc2-cc' *manually*.
You have about 5 seconds to press Ctrl-C to abort.

Can't locate strict.pm in @INC (@INC contains: /opt/perl5/lib/5.00502/PA-RISC1.1 /opt/perl5/lib/5.00502 /opt/perl5/lib/site_perl/5.005/PA-RISC1.1 /opt/perl5/lib/site_perl/5.005 .) at ./Configure line 9.
BEGIN failed--compilation aborted at ./Configure line 9.
Can't locate strict.pm in @INC (@INC contains: /opt/perl5/lib/5.00502/PA-RISC1.1 /opt/perl5/lib/5.00502 /opt/perl5/lib/site_perl/5.005/PA-RISC1.1 /opt/perl5/lib/site_perl/5.005 .) at ./Configure line 9.
BEGIN failed--compilation aborted at ./Configure line 9.
This system (debug-hpux-parisc2-cc) is not supported. See file INSTALL for details.
--------------------------------------------

that was the message i recived

Best regards
4 REPLIES 4
Denver Osborn
Honored Contributor

Re: Openssl install

What ver of HP-UX and do you have an an ansi-c or gcc compiler installed?

You should also have a look at this thread, it may help you w/ your problem

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=20812

-denver
Arunvijai_4
Honored Contributor

Re: Openssl install

Perl 5.0 is quite older and you can use Perl 5.6 that comes with 11.11.Its installed under /opt/perl. Also, OpenSSL0.9.7a is old as well. You can download newer version from http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=OPENSSL11I

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Ranjith_5
Honored Contributor

Re: Openssl install

Hi,

If possible, installing your own new version of Perl -- currently 5.8.6 or higher--should solve this and lots of other problems. Old perl versions are not having a lot of functionalities that the newer versions are having.

Download Perl from HP site from the following URL.

http://h20293.www2.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=PERL

Regards,
Syam
Senthil Prabu.S_1
Trusted Contributor

Re: Openssl install

It seems that ur compiler cannot find strict.pm, a perl module. So try to find manually where it is located in ur machine and export it's base directory to PATH variable. This is short-term solution.

It's better to use latest perl, that can be downloaded from http://hpux.connect.org.uk/.
It is also better to use updated GCC to compile SSL.

HTH,
Prabu.S
One man's "magic" is another man's engineering. "Supernatural" is a null word.