Search found 2 matches

by economicpygmy
2016-11-20T04:54:21-07:00
Forum: Bugs
Topic: convert fails for FreeBSD/Apache/ImageMagick 6.9.5-10 Q16
Replies: 2
Views: 4363

Re: convert fails for FreeBSD/Apache/ImageMagick 6.9.5-10 Q16

When I run from the command line, the xml config files that are read are:
code.xml
magic.xml
deletgates.xml
... convert ps to png

But when apache via the user www runs, the config files are:
code.xml
magic.xml
deletgates.xml
locale.xml
english.xml
... fail

Why is the apache version loading more ...
by economicpygmy
2016-11-19T19:33:04-07:00
Forum: Bugs
Topic: convert fails for FreeBSD/Apache/ImageMagick 6.9.5-10 Q16
Replies: 2
Views: 4363

convert fails for FreeBSD/Apache/ImageMagick 6.9.5-10 Q16

I have a PHP script creates a simple script and calls a binary written in C.
The binary calls the following binaries to convert a LeX math expression to a PNG.


/usr/local/bin/latex -output-directory=latex --interaction=nonstopmode latex/234_test1
/usr/local/bin/dvips -E latex/234_test1.dvi -o ...