HylaFAX The world's most advanced open source fax server |
In message <3691FC21.3CADF527@bvm.com.au>, Ben Donohue writes: >hi, what do i do? > >i have RH 5.1, i386. >when i load the rpm -i hylafax-4.rpm the error is... >failed dependencies: ghostscript-fonts-std >= 5.02 is needed by >hylafax-4.0pl2-3rh5 >so i download the fonts but how do i install them? they look exactly >like the fonts already in the system. >dont know how to upgrade the fonts. 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 >so i tried an older version of the hylafax.rpm and it installed okay. Don't do this. >only now TIFF is not there and some needed directories are missing... >this is a clean install of RH5.1 this is stuffing up. Redhat ships with an older version of ghostscript than I am comfortable with, hence the requirement of at least 5.10. If you would like to grab the SRPM and fiddle this yourself you might get away with it. -Darren