HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: gs_init.ps not found
On Thu, 19 Jun 1997 09:27 -0700, Robert Niles wrote:
I've just set up hylafax, and have hfaxd and faxq running. Now when I
use sendfax (sendfax -d5555555 ~/test) I get back the responce,
"Can't find initialization file gs_init.ps."
While this file can be found in /usr/lib/ghostscript/4.03/ and in
/usr/local/lib/ghostscript/4.03/
Anyone have an idea of where it's looking for gs_init.ps???
Run `gs -h' and examine the "Search path" output, like:
sjk@halo> gs -h
Aladdin Ghostscript 5.00 (1997-6-6)
Copyright (C) 1997 Aladdin Enterprises, Menlo Park, CA. All rights reserved.
[...]
Search path:
. : /usr/openwin/lib/X11/fonts/Type1 : /usr/openwin/lib/X11/fonts/Type3 :
/opt/local/share/ghostscript/5.0 : /opt/local/share/ghostscript/fonts
For more information, see /opt/local/share/ghostscript/5.0/doc/use.txt.
Report bugs to ghost@aladdin.com; use the form in bug-form.txt.
gs_init.ps needs to be a readable file in one of those directories.
Perhaps your Ghostscript installation is bogus?
-sjk