I installed ghostscript-9.04 and its dependencies from sunfree and was receiving error for missing certain libraries. Then I removed the 9.04 version and installed ghostscript-9.04.1-sol10-x86-local.gz. and now get the following error now:liblcms2.so.2: open failed: No such file or directory. Is that another dependent package? Thanks
feedback
|
migrated from stackoverflow.com Jan 26 at 0:29
This question came from our site for professional and enthusiast programmers.
|
The LIBIDN_1.0 bit is the SONAME, which is a version number inside of a shared object. What has probably happened is that you have a slightly different version of libidn.so.11 installed than the one that Ghostscript was compiled with. If you are hand-rolling these packages, you might save yourself some hassle by installing the ghostscript packages from opencsw.org. | |||||
feedback
|
|
You might want to try the latest version, ghostscript-9.04.1-sol10-x86-local.gz. Perhaps the issue you are experiencing is what caused the respin. | |||||||||||
feedback
|
|
Have you tried ghostscript from OpenCSW? The version is 8.71, but chances are it'll work. Do you need the newest version? | |||
|
feedback
|