<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hi Julien,<BR><BR>I tried to install libxslt-* packages for FC13. But found that they are already installed on my system.<BR><BR>$ rpm -Uvh --test libxslt-*<BR>warning: libxslt-1.1.26-1.fc12.i686.rpm: Header V3 RSA/SHA256 Signature, key ID e8e40fde: NOKEY<BR>Preparing... ########################################### [100%]<BR>package libxslt-1.1.26-1.fc12.i686 is already installed<BR>package libxslt-python-1.1.26-1.fc12.i686 is already installed<BR>package libxslt-devel-1.1.26-1.fc12.i686 is already installed<BR><BR>Also, I found /etc/php.ini file installed by php-common-5.3.1-3.fc13.i686 package.</DIV>
<DIV><BR>I edited this file and also tried by putting below 2 lines in it:<BR>extension=php_xsl.dll<BR>include_path=.:/usr/local/lib/php<BR>OR<BR>extension=/usr/local/lib/php/extensions/no-debug-non-zts-20090626/xsl.so<BR>include_path=.:/usr/local/lib/php<BR><BR>But, still getting the same error in the browser.<BR><FONT color=#ff0000>"Your PHP install does not support xslt, please install the PHP_XSLT package.</FONT><BR><FONT color=#ff0000>WAMP Hint: uncomment extension=php_xsl.dll in php.ini.</FONT>"<BR><BR>Regards,<BR>Girish<BR><BR>--- On <B>Mon, 12/13/10, Julien Jomier <I><julien.jomier@kitware.com></I></B> wrote:<BR></DIV>
<BLOCKQUOTE style="BORDER-LEFT: rgb(16,16,255) 2px solid; PADDING-LEFT: 5px; MARGIN-LEFT: 5px"><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: Monday, December 13, 2010, 9:18 AM<BR><BR>
<DIV class=plainMail>Hi Girish,<BR><BR>Can you try to install the lib-xslt package and see if that helps.<BR>The .dll won't work on linux, and the php.ini shouldn't be moved, it <BR>should already be installed in the right place on your system.<BR><BR>Julien<BR><BR>On 12/12/2010 06:34, girish hilage wrote:<BR>> Hi,<BR>> I tried to find php-xsl for FC13 on :<BR>> <A href="http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/13/Fedora/i386/os/Packages/" target=_blank>http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/13/Fedora/i386/os/Packages/</A><BR>> <A href="http://mirror.karneval.cz/pub/linux/fedora/linux/releases/" target=_blank>http://mirror.karneval.cz/pub/linux/fedora/linux/releases/</A><BR>><BR>> but could not get it there.<BR>> Is there any other location from where I can download php-xsl for FC13?<BR>> I had tried putting extension=php_xsl.dll but it did not work.<BR>> I have put
php.ini in /var/www/html/CDash/. Is this the right location<BR>> to place this file?<BR>> Regards,<BR>> Girish<BR>> --- On Sat, 12/11/10, Julien Jomier <<A href="http://us.mc576.mail.yahoo.com/mc/compose?to=julien.jomier@kitware.com" ymailto="mailto:julien.jomier@kitware.com">julien.jomier@kitware.com</A>> wrote:<BR>><BR>><BR>> From: Julien Jomier <<A href="http://us.mc576.mail.yahoo.com/mc/compose?to=julien.jomier@kitware.com" ymailto="mailto:julien.jomier@kitware.com">julien.jomier@kitware.com</A>><BR>> Subject: Re: [Cdash] problem while submitting to cdash<BR>> To: "girish hilage" <<A href="http://us.mc576.mail.yahoo.com/mc/compose?to=girish_hilage@yahoo.com" ymailto="mailto:girish_hilage@yahoo.com">girish_hilage@yahoo.com</A>><BR>> Cc: <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>> 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 <A href="http://public.kitware.com/Wiki/CDash:Installation" target=_blank>http://public.kitware.com/Wiki/CDash:Installation</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 <A href="http://localhost/CDash/index.php" target=_blank>http://localhost/CDash/index.php</A> it redirects me to<BR>> > <A href="http://localhost/CDash/install.php" target=_blank>http://localhost/CDash/install.php</A> 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 /<<A href="http://us.mc576.mail.yahoo.com/mc/compose?to=julien.jomier@kitware.com" ymailto="mailto:julien.jomier@kitware.com">julien.jomier@kitware.com</A>>/* wrote:<BR>> ><BR>> ><BR>> > From: Julien Jomier <<A
href="http://us.mc576.mail.yahoo.com/mc/compose?to=julien.jomier@kitware.com" ymailto="mailto:julien.jomier@kitware.com">julien.jomier@kitware.com</A>><BR>> > Subject: Re: [Cdash] problem while submitting to cdash<BR>> > To: "girish hilage" <<A href="http://us.mc576.mail.yahoo.com/mc/compose?to=girish_hilage@yahoo.com" ymailto="mailto:girish_hilage@yahoo.com">girish_hilage@yahoo.com</A>><BR>> > Cc: <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>> > 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>> > <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><BR>> > <<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>> > <<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<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: <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>> > ><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>> > > <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://us.mc576.mail.yahoo.com/mc/compose?to=Cdash@public.kitware.com" target=_blank>http://us.mc576.mail.yahoo.com/mc/compose?to=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>>
><BR>> ><BR>><BR>><BR></DIV></BLOCKQUOTE></td></tr></table><br>