Forum Bugs

/usr/local/lib/prince/bin/prince: /usr/lib64/libcurl.so.4: no version information available

hopley@ipcloud.com

Good Day,

Am not finding details to let me know what the issue is related to: "no version information available"

Any direction or feedback?

This is a relatively new machine (CentOS 6.3 -- x86_64 x86_64 x86_64 GNU/Linux)

and when I run a small test to make a pdf from an html

I get:

/usr/local/lib/prince/bin/prince: /usr/lib64/libcurl.so.4: no version information available


Can you help or point me in a good direction? Do I need to provide more details?

thanks
Doug
mikeday
Is libcurl installed on the machine? Try this:
$ rpm -qa | grep libcurl

You should hopefully see something like this:
libcurl-7.19.7-16.el6.x86_64

If it isn't installed, you should be able to install it with yum:
$ sudo yum install libcurl
hopley@ipcloud.com
Michael

This as a follow up to our email exchange and to the above

rpm -qa | grep libcurl:

libcurl-devel-7.19.7-37.el6_4.x86_64
libcurl-7.19.7-37.el6_4.x86_64


###

When I run:
prince text.html -o test.pdf

The response is:
/usr/local/lib/prince/bin/prince: /usr/lib64/libcurl.so.4: no version information available (required by /usr/local/lib/prince/bin/prince)

mikeday
That's odd. Did you install Prince from the CentOS RPM package? If it was from the generic Linux package, then the shared library version it expects might be different.
hopley@ipcloud.com
NOTE:

Just calling the program:
prince

And the output is:
/usr/local/lib/prince/bin/prince: /usr/lib64/libcurl.so.4: no version information available (required by /usr/local/lib/prince/bin/prince)
Usage:
prince [OPTIONS] file.xml Convert file.xml to file.pdf
prince [OPTIONS] doc.html -o out.pdf Convert doc.html to out.pdf
prince [OPTIONS] FILES... -o out.pdf Combine multiple files to out.pdf

Try 'prince --help' for more information.