From: Yves M. <yme...@li...> - 2004-11-08 09:01:18
|
> Yeah, it prints html :( > > I added the statement to perfgraph.c, and I didn't see anything in the = http logs after > compiling and resetting everything. Strange... > I didn't notice, that the links in the cgi-bin, point to lt-perfgraph.c= gi. :) Strange... lt makes me think to libtool, the tool used to generate libraries. But I = don't understand why it does not make a binary called perfgraph.cgi. > Here is a snippet of source for the http generated page. > > <tr><td></td><td colspan=3D2><font face=3D"Arial, Helvetica" size=3D2> > <a href=3D"lt-perfgraph.cgi?select_host=3D1">Graph Binary Data.</a> > </font></td></tr> > > Not sure is means anything....but its odd. Nothing that can help today. But it gives me another idea. Restart the co= mpilation from scratch : ./configure <your options here> make LDFLAGS=3D-static make install LDFLAGS=3D-static This will build static binaries so you should not have problems with libr= aries. It will not help to find where the problem is, and if it is a bug :( But it may work at last :) Yves > > Joe Marr --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - Perfparse - http://perfparse.sf.net/ - |