Forum Documentation

which Princexml ver to install

lm1969
Hi Mike

Thanks for taking care of our fonts problem. The PDFs printed pretty good and we are now moving to install on our production server.

We need clarification about which ver to install on our production server. Are there any dependencies that need to be satisfied during installation?


[root@pdf-prod1 ~]# uname -a
Linux pdf-prod1 2.6.32-358.23.2.el6.x86_64 #1 SMP Wed Oct 16 18:37:12 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
[root@pdf-prod1 ~]#

[root@pdf-prod1 ~]# cat /etc/redhat-release
CentOS release 6.4 (Final)
[root@pdf-prod1 ~]#

[root@pdf-prod1 ~]# arch
x86_64


regards

lm



mikeday
Try installing the 64-bit RPM package for CentOS 6. There are dependencies on image loading libraries like libtiff, libpng, etc. but these are probably already installed, or easy to install with yum.
lm1969
[root@pdf-test1 ~]# rpm -i --test prince-9.0-2.centos60.x86_64.rpm
error: Failed dependencies:
libgif.so.4()(64bit) is needed by prince-9.0-2.x86_64
libungif.so.4()(64bit) is needed by prince-9.0-2.x86_64

I have checked and these 2 files exist, how can we resolve this ?

/usr/lib/libgif.so.4.1.6
/usr/lib/libungif.so.4

The files are installed and in the YUM db.
giflib-4.1.6-3.1.el6.i686 : Library for manipulating GIF format image files
Repo : installed
Matched from:
Filename : /usr/lib/libgif.so.4.1.6

giflib-4.1.6-3.1.el6.i686 : Library for manipulating GIF format image files
Repo : installed
Matched from:
Filename : /usr/lib/libungif.so.4
mikeday
These are the 32-bit versions (i686 instead of x86_64). Can you install the 64-bit library packages?
lm1969
Nice eyes .. done .. testing.

Keep up the good work.

Thanks for all your help.

lm ;)