On Aug 8, 2007, at 11:54 AM, Bruno Goncalves wrote:
Dear All,
- try to replace texvc with a shell script that echoes theresult you get from the command line. This way you can try to isolate the problem and know for sure whether it is a subprocess communication issue.
setting $wgTexvc to be '/bin/echo' I get:
TeX: /bin/echo '/var/www/html/wiki/images/tmp' '/var/www/html/wiki/images/tmp' ' n^2' 'UTF-8' TeX output: /var/www/html/wiki/images/tmp /var/www/html/wiki/images/tmp n^2 UTF-8
I should have been clearer. What I meant was to point $wgTexvc to an executable file containing something like:
#!/bin/sh echo "the output you're getting from the command line invocation" exit 0
what OS are you running your server on?