Jens Stroebel wrote these words on 03/09/07 05:27 CST:
> During the install of the ESP Ghostscript package and it's use in the
> resulting system, I had to create a link
> /usr/share/ghostscript/8.15 -> 8.15.2
> to enable gs to find it's initialization files (gs_init.ps et al.).
I do not see this behavior. Everything works properly for me without
any additional link. Here is a snippet from a logfile of running gs
under strace:
open("gs_init.ps", O_RDONLY) = -1 ENOENT (No such file or directory)
open("./gs_init.ps", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/randy/.fonts/gs_init.ps", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/usr/share/ghostscript/8.15/lib/gs_init.ps", O_RDONLY) = 3
And another snippet from the output of 'gs --help':
[EMAIL PROTECTED]: ~ > gs --help
ESP Ghostscript 8.15.2 (2006-04-19)
...
Search path:
. : /usr/share/ghostscript/8.15/lib :
/usr/share/ghostscript/8.15/Resource : /usr/share/ghostscript/fonts :
/usr/share/fonts/default/ghostscript : /usr/share/fonts/default/Type1 :
/usr/share/fonts/default/TrueType : /usr/lib/DPS/outline/base :
/usr/openwin/lib/X11/fonts/Type1 : /usr/openwin/lib/X11/fonts/TrueType
Can you provide the "Search path" when you run gs --help?
--
Randy
rmlscsi: [bogomips 1003.28] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3]
[GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686]
12:51:00 up 11:46, 1 user, load average: 0.05, 0.04, 0.02
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page