Re: make install of openssl-1.0.0 exits error

2013-11-11 Thread Joost Ringoot
2013/10/15 Matt Caswell fr...@baggins.org

 make install_sw



Hi Matt,

That seems to go without errors alas it doesn't render me a
libcrypto.so.1.0.0 like I expected.
I am sorry I gave up on this.
I has al to do with the application being partly wine emulated and fully
32-bit. It runs fine on a 32 bit platform without the need of hand
compilation.

Thanks for your effort.

Joost


make install of openssl-1.0.0 exits error

2013-10-14 Thread Joost Ringoot
Hello,

I am trying to install openssl-1.0.0 on fedora 19.
I tried different versions:
openssl-1.0.0k.tar.gz
openssl-1.0.0f.tar.gz
and
openssl-1.0.0.tar.gz

./config and make appear ok

but make install always ends like this:

installing man1/gendsa.1
installing man1/genpkey.1
genpkey.pod around line 117: You forgot a '=back' before '=head1'
POD document had syntax errors at /bin/pod2man line 69.
make: *** [install_docs] Error 1
[root@legolas openssl-1.0.0f]#

Any ideas, suggestions?

BTW: I am trying this because packettracer asks for this version:

[root@legolas Downloads]# cd /opt/pt/bin
[root@legolas bin]# ./PacketTracer6
./PacketTracer6: error while loading shared libraries: libcrypto.so.1.0.0:
cannot open shared object file: No such file or directory
[root@legolas bin]#


Thanks

Joost


Re: make install of openssl-1.0.0 exits error

2013-10-14 Thread Matt Caswell
On 14 October 2013 22:29, Joost Ringoot jo...@ringoot.org wrote:
 Hello,

 I am trying to install openssl-1.0.0 on fedora 19.
 I tried different versions:
 openssl-1.0.0k.tar.gz
 openssl-1.0.0f.tar.gz
 and
 openssl-1.0.0.tar.gz

 ./config and make appear ok

 but make install always ends like this:

 installing man1/gendsa.1
 installing man1/genpkey.1
 genpkey.pod around line 117: You forgot a '=back' before '=head1'
 POD document had syntax errors at /bin/pod2man line 69.
 make: *** [install_docs] Error 1
 [root@legolas openssl-1.0.0f]#


Not familiar with PacketTracer so can't help there, but the above just
looks like a bug building the documentation (possibly something to do
with your perl version??)

If you're not fussed about installing the docs, try the following instead:

make install_sw
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org