How to solve this error in TeX debug

How to solve this error in TeX debug

by Shin Okada -
Number of replies: 3

I ge the following error message when I run TeXdebug through, http://myschoolmoodle.org/filter/tex/texdebug.php

Could anyone tell me how to fix the problem?

We are using Ubuntu for our school server. When I see Path of latex binary, Paht of dvips binary and Path of conver binary, they are empty in the Moodle TeX Notation setting.

When I see the Ubuntu directories, I am not able to find /usr/bin/latex and /usr/bin/dvips. But I found there is /usr/bin/convert.

Do I need to install textlive?

Thanks in advance.

 

sh: /var/www/clients/client3/web3/web/filter/tex/mimetex.linux: Permission denied
The shell command
"/var/www/clients/client3/web3/web/filter/tex/mimetex.linux" -e "/var/www/clients/client3/web3/moodledata/filter/tex/9608176195573c30c6beb3cf078fdf66.gif" -- '\Large f(x)=\int_{-\infty}^x~e^{-t^2}dt'
returned status = 126
File size of mimetex executable /var/www/clients/client3/web3/web/filter/tex/mimetex.linux is 830675
The file permissions are: 100644
The md5 checksum of the file is 56bcc40de905ce92ebd7b083c76e019e
Image not found!
Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client3/web3/web/filter/tex/texdebug.php:151) in /var/www/clients/client3/web3/web/filter/tex/texdebug.php on line 105

No text output available

Average of ratings: -
In reply to Shin Okada

Re: How to solve this error in TeX debug

by Marc Grober -
Just because the two Tex binaries are not in /use/bin does not mean they have not been installed. Do a find on them to see if they are elsewhere and if not yes you may install TexLive The issue with mimetex is as it says, it is not executable. Again, speak to your SA and have him change the perms to make it executable.
Average of ratings: Useful (1)
In reply to Shin Okada

Re: How to solve this error in TeX debug

by Shin Okada -

Setting filter/tex/mimetex.linux to 755 worked and it shows the equation.

Thanks.

Average of ratings: Useful (1)
In reply to Shin Okada

Re: How to solve this error in TeX debug

by miguel amarelo -

Hello...

not display any image

The shell command
"/var/www/vhosts/amarelo.com.pt/httpdocs/moodle/filter/tex/mimetex.linux" -e "/var/www/vhosts/amarelo.com.pt/httpdocs/moodledata/filter/tex/9608176195573c30c6beb3cf078fdf66.gif" -- '\Large f(x)=\int_{-\infty}^x~e^{-t^2}dt'
returned status =
File size of mimetex executable /var/www/vhosts/amarelo.com.pt/httpdocs/moodle/filter/tex/mimetex.linux is 830675
The file permissions are: 100775
The md5 checksum of the file is 56bcc40de905ce92ebd7b083c76e019e
Image not found!

No text output available

What seems de problem?