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.