Hylafax Developers Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[hylafax-devel] Re: missing parts of security-patch.sh
At 06:04 PM 6/18/00 -0700, Andy Sparrow wrote:
>--------
>Your message dated: Sun, 18 Jun 2000 22:18:07 +1000
> >Not quite it looks like the /usr/local/share/ghostscript/fonts directory is
> >missing the 'Fontmap' file to decode the font names. It does contain AFM
> >files their names are just encoded - you are missing the decryption key -
> >the Fontmap file.
> >
> >type gs -h to look at the ghostscript search path it should contain a
> >Fontmap file somewhere.
>
>Aha!
>
> Aladdin Ghostscript 6.01 (2000-03-17)
> Copyright (C) 2000 Aladdin Enterprises, Menlo Park, CA. All rights
> reserved.
> Usage: gs [switches] [file1.ps file2.ps ...]
>
> <SNIP>
>
> Search path:
> . : /usr/local/share/ghostscript/6.01/lib :
> /usr/local/share/ghostscript/fonts
> For more information, see /usr/local/share/ghostscript/6.01/doc/Use.htm.
> Report bugs to bug-gs@aladdin.com, using the form in Bug-form.htm.
>
>There's a Fontmap file in /usr/local/share/ghostscript/6.01/lib.
ok, you hylafax param Fontmap and Fontdir should be set to the same as the
ghostscript search path:
Fontmap:. : /usr/local/share/ghostscript/6.01/lib
:/usr/local/share/ghostscript/fonts
Fontdir:. : /usr/local/share/ghostscript/6.01/lib
:/usr/local/share/ghostscript/fonts
so that textfmt et al find the same fonts that ghostscript will use to
rasterize the documents.
> >> >...are you sure the above isn't the 'size_t' type, that seems to be what
> >> >alot of the other platforms are using.
><SNIP>
> >Interesting they changed the type and it looks like they have a defined
> >socklen_t to hide that from the user(which is what hylafax tries to use)...
> >What does the manpage for accept give as the function prototype ie is the
> >last param of socklen_t type?
>
>Yes it is.
Hylafax should then work by default, without any changes to
configure...what error message you get if you remove the freebsd entries?
- Robert
____________________ HylaFAX(tm) Developers Mailing List ____________________
To unsub: mail -s unsubscribe hylafax-devel-request@hylafax.org < /dev/null