Hello.

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.).

Attached is a patch to give a genral idea of what I'd have liked
to read to not run into "Can't find gs_init.ps" in the first place.

It's of course just a suggestion and the wording is "sub-optimal";
it should give an idea of what the problem was and how it was solved
here, though...


                greets,
                  Jens
-- 
[EMAIL PROTECTED]
                23.....56.......drifting
--- pst/printing/espgs-orig.xml 2007-03-09 12:01:29.000000000 +0100
+++ pst/printing/espgs.xml      2007-03-09 12:10:59.000000000 +0100
@@ -164,6 +164,13 @@
 <screen role="root"><userinput>tar -xvf 
../<replaceable>&lt;font-tarball&gt;</replaceable> -C /usr/share/ghostscript 
&amp;&amp;
 chown -v root:root /usr/share/ghostscript/fonts/*</userinput></screen>
 
+    <para>Because of ghostscript searching for it's initialization files in 
/usr/share/ghostscript/8.15/lib
+           (see "gs -?"),
+    you would like to create a link to it's actual install location:
+    </para>
+<screen role="root"><userinput>cd /usr/share/ghostscript &amp;&amp;
+ln -v -s 8.15.2 8.15</userinput></screen>
+
   </sect2>
 
   <sect2 role="commands">
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to