Hello there,

> Hello!!
>
>      I am trying to install a new version of openssl in Red Hat 8.0. But
> this package have many dependencies. How can I install it?  I must
> re-install all packages ?!? I am trying with OpenCA 0.9.2.1
>      does it exist a better linux distribution for OpenCA ???
>      I`m going to be crazy if it doesn`t work!!!

by the sound of it you are trying to install OpenSSL via RPM. I found the
best way on the RedHat systems to install a specific version of OpenSSL is
to compile from sources.

Download the latest OpenSSL source(openssl-xxx.tar.gz).
Unpack it to a directory "gzip -d openssl-xxx.tar.gz", "tar -xvf
openssl-xxx.tar".
Move into the directory "cd openssl-xxx".
Compile with:
"./config" or maybe "./configure" depending on what the INSTALL file says.
"make"
"make install"

You will then have a nice seperate copy of OpenSSL in "/usr/local/ssl/bin".
Use this for OpenCA and you will be fine.

Chris...


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to