On 14 October 2013 22:29, Joost Ringoot <[email protected]> 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 List [email protected] Automated List Manager [email protected]
