Opened 17 years ago
Closed 17 years ago
#2350 closed defect (invalid)
library name for ESP GhostScript is out of date
Reported by: | Arnold the Frog | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.3 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
In the BLFS page for ESP Ghostscript (current live is svn-20070505, Last updated on 2007-04-18, 21:03:08 -0500) the installed library is given as "libgs.so". This used to be true, but now it's libespgs.so .
Change History (3)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Note that this affects the test line
bin/gs -Ilib -dBATCH examples/tiger.eps
which should now read
bin/espgs -Ilib -dBATCH examples/tiger.eps
comment:3 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Using a fresh 20070630 LFS build and a recent build of ESP Ghostscript, I must disagree with everything in this ticket. I'm not sure what the OP did during the installation to cause filename changes. Note:
randy@rmlinux: ~ > ls -l /usr/bin/*gs* -rwxr-xr-x 1 root root 4018932 Jul 10 15:57 /usr/bin/gs -rwxr-xr-x 1 root root 218 Jul 10 15:54 /usr/bin/gsbj -rwxr-xr-x 1 root root 4176 Jul 10 15:57 /usr/bin/gsc -rwxr-xr-x 1 root root 220 Jul 10 15:54 /usr/bin/gsdj -rwxr-xr-x 1 root root 223 Jul 10 15:54 /usr/bin/gsdj500 -rwxr-xr-x 1 root root 221 Jul 10 15:54 /usr/bin/gslj -rwxr-xr-x 1 root root 218 Jul 10 15:54 /usr/bin/gslp -rwxr-xr-x 1 root root 145 Jul 10 15:54 /usr/bin/gsnd -rwxr-xr-x 1 root root 14348 Jul 10 15:57 /usr/bin/gsx
randy@rmlinux: ~ > ls -l /usr/lib/libgs* lrwxrwxrwx 1 root root 13 Jul 10 15:54 /usr/lib/libgs.so -> libgs.so.8.15 lrwxrwxrwx 1 root root 13 Jul 10 15:54 /usr/lib/libgs.so.8 -> libgs.so.8.15 -rwxr-xr-x 1 root root 5046957 Jul 10 15:57 /usr/lib/libgs.so.8.15
randy@rmlinux: ~ > ls -l /usr/bin/espgs ls: cannot access /usr/bin/espgs: No such file or directory randy@rmlinux: ~ > ls -l /usr/lib/libespgs.so ls: cannot access /usr/lib/libespgs.so: No such file or directory randy@rmlinux: ~ > gs --version 8.15.4
... and the executables gs, gsc, gsx are now espgs, espgsc, espgsx