HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Problem whith ps2fax script..... on SCO
- To: flexfax@sgi.com
- Subject: flexfax: Problem whith ps2fax script..... on SCO
- From: "Igor V. Lebedev" <adm@ural.ru>
- Date: Thu, 16 Jul 1998 12:17:04 +0600
Hello!
I am successful install HylaFax binary on SCO OpenServer 5.0.0
( hylafax-sco3.2v5.0-v4.0pl2.cpio.gz ) , ghostscript 5.10 (
gs5.10-sco3.2v4.2-tar.gz ) and
all fonts for GS - ghostscript-fonts-other-5.10.tar.gz ;;
ghostscript-fonts-std-5.10.tar.gz
But whe I try send fax :
sendfax -n -d 491907 <<EOF
Hello world.
I like the binary distribution of
HylaFAX v4.0
EOF
receive error E-Mail message:
_________________
Your facsimile job to 491907 was not sent because document conversion
to facsimile failed. The output from the converter program was:
bin/ps2fax: /usr/local/bin/gs: cannot execute
cat: output error (0 characters written): Broken pipe (error 32)
_________________
When try run ps2fax script whith sh -x all work fine :
=================
+ test -f etc/setup.cache
+ . etc/setup.cache
AFMDIR=/usr/local/share/ghostscript/fonts
AWK=/usr/bin/nawk
BIN=/usr/local/HylaFAX-v4.0/bin
CAT=/bin/cat
CHGRP=/bin/chgrp
CHMOD=/bin/chmod
CHOWN=/bin/chown
CP=/bin/cp
DPSRIP=/usr/local/sbin/ps2fax.exe
ECHO=/bin/echo
GREP=/bin/grep
GSRIP=/usr/local/bin/gs
IMPRIP=/usr/lib/print/psrip
LIBDATA=/usr/local/HylaFAX-v4.0/lib
LIBEXEC=/usr/local/HylaFAX-v4.0/slib
LN=/bin/ln
MANDIR=/usr/local/HylaFAX-v4.0/man
MKFIFO=/bin/mkfifo
MV=/bin/mv
PATH=/bin:/usr/bin:/etc:/usr/local/bin
PATHEGETTY=/bin/egetty
PATHGETTY=/usr/local/etc/getty
PSPACKAGE=gs
RM=/bin/rm
SBIN=/usr/local/HylaFAX-v4.0/sbin
SCRIPT_SH=/bin/sh
SED=/bin/sed
SENDMAIL=/usr/lib/sendmail
SPOOL=/usr/local/HylaFAX-v4.0/spool
TIFFBIN=/usr/local/HylaFAX-v4.0/tiffbin
UUCP_LOCKDIR=/usr/spool/uucp
UUCP_LOCKTYPE=-ascii
PS=/usr/local/bin/gs
fil=
out=ps.fax
pagewidth=1728
pagelength=297
vres=98
device=tiffg3
+ test 1 != 0
fil= doc1.ps
+ shift
+ test 0 != 0
+ test -z doc1.ps
paper=a4
+ /bin/cat + /usr/local/bin/gsdoc1.ps -q
-sDEVICE=tiffg3 -dNOPAUSE -dSAFER=true -sPAPERSIZE=a4 -r204x98
-sOutputFile=ps.fax -
================
What wrong in my system ?
Thanks for any help.
Igor.