HylaFAX The world's most advanced open source fax server |
In message <199901060309.LAA02641@mail.cyberec.com>, "Jack Cheng" writes: >Hi all, > >I'm quite new in linux, please help me to fix the problem. >I'm using the RH5.2 and the ghostscript 5.50 and ghostscript-font- >5.50 were installed. You should have installed these as RPMs. >I got a error message while I install the Hylafax RPM package: > >#rpm -Uvh hylafax-4_0pl2-3rh5_i386.rpm > failed dependencies: > ghostscript-fonts-std >= 5.02 is needed by hylafax-4.0pl2-3rh5 > >My problem is how can i get the ghostscript-fonts-std package in >RPM format or how can I install the TAR.GZ file. ( I got the >ghostscript-font-std 5.50 in TAR.GZ format.) I answered this yesterday ;-) You need the new ghostscript RPMS, not just the fonts tarball. But even this is out of date at the moment. The recommended procedure is to head to http://www.cs.wisc.edu/~ghost/ and grab: ftp://ftp.cs.wisc.edu/ghost/aladdin/gs550/linux/ghostscript-5.50-2.i386.rpm and ftp://ftp.cs.wisc.edu/ghost/aladdin/gs550/linux/ghostscript-fonts-5.50-1.noarch .rpm Then do: rpm -Uvh ghost*.rpm Then fetch: ftp://ftp.hylafax.org/hylafax/binary/linux/rpms/i386/hylafax-4.0pl2-3rh5.i386.r pm and install with: rpm -ivh --nodeps hylafax-4.0pl2-3rh5.i386.rpm -Darren