<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hi,</DIV>
<DIV> </DIV>
<DIV>I tried to find php-xsl for FC13 on :</DIV>
<DIV><A href="http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/13/Fedora/i386/os/Packages/" target=_blank><SPAN id=lw_1292131759_0 class=yshortcuts>http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/13/Fedora/i386/os/Packages/</SPAN></A><BR><A href="http://mirror.karneval.cz/pub/linux/fedora/linux/releases/" target=_blank><SPAN id=lw_1292131759_1 class=yshortcuts>http://mirror.karneval.cz/pub/linux/fedora/linux/releases/</SPAN></A><BR><BR>but could not get it there.</DIV>
<DIV>Is there any other location from where I can download php-xsl for FC13?</DIV>
<DIV>I had tried putting extension=php_xsl.dll but it did not work.</DIV>
<DIV>I have put php.ini in /var/www/html/CDash/. Is this the right location to place this file?</DIV>
<DIV> </DIV>
<DIV>Regards,</DIV>
<DIV>Girish</DIV>
<DIV> </DIV>
<DIV>--- On Sat, 12/11/10, Julien Jomier <julien.jomier@kitware.com> wrote:<BR><BR><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: Saturday, December 11, 2010, 2:16 PM<BR><BR><BR>Hi,<BR><BR>You should install the package php-xsl (I believe that's the name of the <BR>package) It seems that you need to enable it in your php.ini:<BR><BR> WAMP Hint: uncomment extension=php_xsl.dll in php.ini<BR><BR>Let us know if that works,<BR>Julien<BR><BR>On 11/12/2010 09:17, girish hilage wrote:<BR>> Hi,<BR>><BR>> Yes. I am behind my corporate firewall.<BR>> So, instead of requesting for allowing "HTTP PUT" I preferred to install<BR>> CDASH on my Fedora Core 13 machine.<BR>><BR>> I have installed CDASH in /var/www/html/CDash/ and am following steps<BR>> from
http://public.kitware.com/Wiki/CDash:Installation.<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>> http://localhost/CDash/install.php and shows me the error :<BR>><BR>> "Your PHP install does not support xslt, please install the PHP_XSLT<BR>> 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<BR>> 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,<BR>> Girish<BR>><BR>> --- On *Wed, 12/1/10, Julien Jomier /<julien.jomier@kitware.com>/* wrote:<BR>><BR>><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>> 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>> http://www.cmake.org/pipermail/cmake/2004-November/005889.html<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 <http://cdash.org<BR>> <http://cdash.org/>> 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 <http://my.cdash.org<BR>> <http://my.cdash.org/>>")<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<BR>> 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: http://my.cdash.org/submit.php?project=scitest<BR>> > Error when uploading file:<BR>> ><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<BR>> 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>> > Cdash@public.kitware.com<BR>> <http://us.mc576.mail.yahoo.com/mc/compose?to=Cdash@public.kitware.com><BR>> >
http://public.kitware.com/cgi-bin/mailman/listinfo/cdash<BR>><BR>><BR></DIV></td></tr></table><br>