Problem running latex from FastCGI

Posted by Engwan on Stack Overflow See other posts from Stack Overflow or by Engwan
Published on 2010-03-14T09:00:27Z Indexed on 2010/03/14 9:05 UTC
Read the original article Hit count: 266

Filed under:
|
|

I have a program which does a system call:

latex somefile.latex

This runs ok, when I type it directly in the command line, or when i invoke the program via CGI. But when it is using FastCGI, the system call returns:

This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009)
---! Must increase the hyph_size
(Fatal format file error; I'm stymied)

I already tried to increase the hyph_size but still no effect.

© Stack Overflow or respective owner

Related posts about fastcgi

Related posts about latex