<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hi,<BR><BR>   Yes. I am behind my corporate firewall.<BR>   So, instead of requesting for allowing "HTTP PUT" I preferred to install CDASH on my Fedora Core 13 machine.<BR><BR>   I have installed CDASH in /var/www/html/CDash/ and am following steps from <A href="http://public.kitware.com/Wiki/CDash:Installation" target=_blank><SPAN class=yshortcuts id=lw_1292055401_0>http://public.kitware.com/Wiki/CDash:Installation</SPAN></A>.<BR>   I have edited config.local.php and have put below values in it :<BR><BR>$CDASH_DB_HOST = 'localhost';<BR>$CDASH_DB_LOGIN = 'postgres';<BR>$CDASH_DB_PASS = 'postgres';<BR>$CDASH_DB_NAME = 'cdash0';<BR>$CDASH_DB_TYPE = 'pgsql';<BR>$CDASH_PRODUCTION_MODE = false;<BR><BR>   I started httpd, postgresql.<BR>   But, when I access http://localhost/CDash/index.php it
 redirects me to<BR><A href="http://localhost/CDash/install.php" target=_blank rel=nofollow><SPAN class=yshortcuts id=lw_1292055401_1>http://localhost/CDash/install.php</SPAN></A> and shows me the error :<BR><BR>"Your PHP install does not support xslt, please install the PHP_XSLT package.<BR>WAMP Hint: uncomment extension=php_xsl.dll in php.ini."<BR><BR>   What does this error mean and what should I do to resolve this?<BR>   I have compiled php-5.3 and installed it and following .so files are present under the directory /usr/local/lib/php.<BR>./extensions/no-debug-non-zts-20090626/xsl.so<BR>./extensions/no-debug-non-zts-20090626/gd.so<BR>./extensions/no-debug-non-zts-20090626/curl.so<BR><BR>   Is there anything wrong with the php installation?<BR><BR>Regards,</DIV>
<DIV>Girish<BR><BR>--- On <B>Wed, 12/1/10, Julien Jomier <I><julien.jomier@kitware.com></I></B> wrote:<BR></DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid"><BR>From: Julien Jomier <julien.jomier@kitware.com><BR>Subject: Re: [Cdash] problem while submitting to cdash<BR>To: "girish hilage" <girish_hilage@yahoo.com><BR>Cc: cdash@public.kitware.com<BR>Date: Wednesday, December 1, 2010, 1:17 PM<BR><BR>
<DIV class=plainMail>Dear Girish,<BR><BR>Welcome to CDash!<BR><BR>Could you check if you are behind any sort of proxy that would block <BR>HTTP PUT to my.cdash.org? Also you can look at this comment to setup <BR>proxy for CTest:<BR><BR>   <A href="http://www.cmake.org/pipermail/cmake/2004-November/005889.html" target=_blank>http://www.cmake.org/pipermail/cmake/2004-November/005889.html</A><BR><BR>Let us know if that was the problem,<BR>Julien<BR><BR>On 01/12/2010 12:03, girish hilage wrote:<BR>> Hi,<BR>><BR>> I am a newbie to CDASH.<BR>> I am trying to integrate my project with CDASH.<BR>><BR>> I have created a project 'scitest' on cdash.org <<A href="http://cdash.org/" target=_blank>http://cdash.org</A>> and<BR>> downloaded CTestConfig.cmake which is as follows :<BR>><BR>> set(CTEST_PROJECT_NAME "scitest")<BR>> set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")<BR>><BR>> set(CTEST_DROP_METHOD
 "http")<BR>> set(CTEST_DROP_SITE "my.cdash.org <<A href="http://my.cdash.org/" target=_blank>http://my.cdash.org</A>>")<BR>> set(CTEST_DROP_LOCATION "/submit.php?project=scitest")<BR>> set(CTEST_DROP_SITE_CDASH TRUE)<BR>><BR>> set(CTEST_PROJECT_SUBPROJECTS<BR>><BR>> )<BR>><BR>> I put this file in the top directory of my source code and ran the command :<BR>> ctest -D Experimental<BR>><BR>> But, it gives me below error :<BR>> Submit files (using http)<BR>> Using HTTP submit method<BR>> Drop site: <A href="http://my.cdash.org/submit.php?project=scitest" target=_blank>http://my.cdash.org/submit.php?project=scitest</A><BR>> Error when uploading file:<BR>> /home/girish/work/scidb_latest/svn/trunk/Testing/20101201-1039/Build.xml<BR>> Error message was: couldn't connect to host<BR>> Problems when submitting via HTTP<BR>> Errors while running CTest<BR>><BR>> When I checked with "netstat
 -atn" is showed me that my machine is<BR>> trying to connect to cdash server but not able to do that.<BR>> tcp 0 1 10.88.88.193:44262 66.194.253.26:80 SYN_SENT<BR>><BR>> So, want to know if what I am doing is correct or am I missing anything<BR>> or could it be the problem with my network?<BR>><BR>> Regards,<BR>> Girish<BR>><BR>><BR>><BR>><BR>> _______________________________________________<BR>> Cdash mailing list<BR>> <A href="http://us.mc576.mail.yahoo.com/mc/compose?to=Cdash@public.kitware.com" ymailto="mailto:Cdash@public.kitware.com">Cdash@public.kitware.com</A><BR>> <A href="http://public.kitware.com/cgi-bin/mailman/listinfo/cdash" target=_blank>http://public.kitware.com/cgi-bin/mailman/listinfo/cdash</A><BR></DIV></BLOCKQUOTE></td></tr></table><br>