I was using this on my forum before I upgraded to 3.5. I created a folder called mimetex, then unzipped the file. I then compiled the file useing the command line cc -DAA mimetex.c gifsave.c -lm -o mimetex.cgi
that creates the mimetex.cgi file which I put in my cgi-bin folder.
I try to execute the file with http://www.actuary.ca/cgi-bin/mimetex.cgi?x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}
and only get an internal server error.
Am I missing something???
|