Forum Bugs

Redhat Enterprise Linux 6 Installation Failure

michaeltoddglazier
I upgraded my desktop authoring box from CentOS 5.5 to 6, and wanted to install Prince 8 to take advantage of my upgrade period. Installing the 64-bit Redhat RPM from you site gets the following errors:

# rpm -i prince-8.0-1.centos55.x86_64.rpm
error: Failed dependencies:
libcrypto.so.6()(64bit) is needed by prince-8.0-1.x86_64
libcurl.so.3()(64bit) is needed by prince-8.0-1.x86_64
libexpat.so.0()(64bit) is needed by prince-8.0-1.x86_64
libssl.so.6()(64bit) is needed by prince-8.0-1.x86_64

All of these libs are installed, are of fairly recent versions, and 64-bit.

Detail:

openssl-devel-1.0.0-10.el6_1.4.x86_64 : Files for development of applications which will use OpenSSL
Repo : installed
Matched from:
Filename : /usr/lib64/libcrypto.so

libcurl-devel-7.19.7-26.el6_1.2.x86_64 : Files needed for building applications with libcurl
Repo : installed
Matched from:
Filename : /usr/lib64/libcurl.so

expat-devel-2.0.1-9.1.el6.x86_64 : Libraries and header files to develop applications using expat
Repo : installed
Matched from:
Filename : /usr/lib64/libexpat.so

openssl-devel-1.0.0-10.el6_1.4.x86_64 : Files for development of applications which will use OpenSSL
Repo : installed
Matched from:
Filename : /usr/lib64/libssl.so


Is this something that can be rectified? I really prefer to use RPMs. If not, will anything have to change in my workflow to use the generic linux version?

Thanks!

mt
mikeday
We are creating RPMs for CentOS 6.0 when we release Prince 8.1. In the meantime, using the statically linked 64-bit package is most likely to work: prince-8.0-linux-amd64-static.tar.gz.
ticheek
new RPM does not work for real RHEL 6

rpm -ivh prince-8.1-4.centos60.i686.rpm
error: Failed dependencies:
libcrypto.so.10 is needed by prince-8.1-4.i686

but I do have this file:

yum provides */libcrypto.so.*
Loaded plugins: product-id, rhnplugin, security, subscription-manager
Updating certificate-based repositories.
openssl-1.0.0-20.el6_2.4.i686 : A general purpose cryptography library with TLS
: implementation
Repo : rhel-x86_64-server-6
Matched from:
Filename : /usr/lib/libcrypto.so.1.0.0
Filename : /usr/lib/libcrypto.so.10
mikeday
Does Prince work if you install it with --nodeps?