On Thu, 27 Sep 2007 07:05:00 pm Rob Church wrote:
On 27/09/2007, John Andrewartha mulga@flinders.homeunix.org wrote:
Hi, I have MW 1.11.0 installed on FreeBSD 6.2-STABLE with latex2e gs dvips and dvipng on Apache 2.2.4_2 The above packages work OK from the keyboard. MW works as intended, the texvc builds, but, still no rendering of math. The .tex file is created in /math/tmp with, no log. It seems I am not calling latex and CO after.
I have tried making the path explicit in ./math/render.ml and rebuilt, still no. Also tried is "env latex ....." in render.ml same result. What am I doing wrong???
Is $wgUseTex or whatever it's called now enabled in LocalSettings.php? Do you receive any error messages on pages where math should appear?
Rob Church
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/wikitech-l
Yes $wgUseTex = true;
I get a .tex file in math/tmp but things die silently after that.
The error message Failed to parse (PNG conversion failed; check for correct installation of latex, dvips, gs, and convert), every thing is in place and usable from a local shell. the math and all sub dirs are rwx as is images. The package is owned www:www Apache runs as www. The version of PHP is 5.5.2.3_1 . The attached text file is a log output from a call to a page with math in it.
John