[Cdash] problem while submitting to cdash

Julien Jomier julien.jomier at kitware.com
Mon Dec 13 15:13:41 UTC 2010


Hi,

It looks like you don't have the PDO classes for MySQL or PgSQL. Could 
you try to install them?

Julien

On 13/12/2010 15:58, girish hilage wrote:
> Hi,
>
> Checked with phpinfo() but output in the browser did not contain any
> string "xsl".
>
> I recompiled php with "./configure --with-xsl=shared --with-curl=shared
> --with-gd=shared"
> and copied xsl.so <http://xsl.so/>, curl.so <http://curl.so/>, gd.so
> <http://gd.so/> to /usr/local/lib/php/extensions/no-debug-non-zts-20090626/
>
> I put below setting in php.ini.
> extension=xsl.so
> include_path=.:/usr/local/lib/php/
> extension_dir =/usr/local/lib/php/extensions/no-debug-non-zts-20090626/
>
> and when I "service httpd restart" I can see following errors in
> error_log for httpd :
>
> [Mon Dec 13 19:58:09 2010] [notice] caught SIGTERM, shutting down
> [Mon Dec 13 19:58:09 2010] [notice] suEXEC mechanism enabled (wrapper:
> /usr/sbin/suexec)
> [Mon Dec 13 19:58:09 2010] [notice] Digest: generating secret for digest
> authentication ...
> [Mon Dec 13 19:58:09 2010] [notice] Digest: done
> PHP Warning: PHP Startup: Unable to load dynamic library
> '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/xsl.so' -
> /usr/local/lib/php/extensions/no-debug-non-zts-20090626/xsl.so:
> undefined symbol: php_dom_create_object in Unknown on line 0
> PHP Warning: PHP Startup: Unable to load dynamic library
> '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/fileinfo.so' -
> /usr/local/lib/php/extensions/no-debug-non-zts-20090626/fileinfo.so:
> cannot open shared object file: No such file or directory in Unknown on
> line 0
> PHP Warning: PHP Startup: Unable to load dynamic library
> '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/json.so' -
> /usr/local/lib/php/extensions/no-debug-non-zts-20090626/json.so: cannot
> open shared object file: No such file or directory in Unknown on line 0
> PHP Warning: PHP Startup: Unable to load dynamic library
> '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/mysql.so' -
> /usr/local/lib/php/extensions/no-debug-non-zts-20090626/mysql.so: cannot
> open shared object file: No such file or directory in Unknown on line 0
> PHP Warning: PHP Startup: Unable to load dynamic library
> '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/mysqli.so' -
> /usr/local/lib/php/extensions/no-debug-non-zts-20090626/mysqli.so:
> cannot open shared object file: No such file or directory in Unknown on
> line 0
> PHP Warning: PHP Startup: Unable to load dynamic library
> '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo.so' -
> /usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo.so: cannot
> open shared object file: No such file or directory in Unknown on line 0
> PHP Warning: PHP Startup: Unable to load dynamic library
> '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_mysql.so' -
> /usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_mysql.so:
> cannot open shared object file: No such file or directory in Unknown on
> line 0
> PHP Warning: PHP Startup: Unable to load dynamic library
> '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_sqlite.so'
> - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_sqlite.so:
> cannot open shared object file: No such file or directory in Unknown on
> line 0
> PHP Warning: PHP Startup: Unable to load dynamic library
> '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/phar.so' -
> /usr/local/lib/php/extensions/no-debug-non-zts-20090626/phar.so: cannot
> open shared object file: No such file or directory in Unknown on line 0
> PHP Warning: PHP Startup: Unable to load dynamic library
> '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/sqlite3.so' -
> /usr/local/lib/php/extensions/no-debug-non-zts-20090626/sqlite3.so:
> cannot open shared object file: No such file or directory in Unknown on
> line 0
> PHP Warning: PHP Startup: Unable to load dynamic library
> '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/zip.so' -
> /usr/local/lib/php/extensions/no-debug-non-zts-20090626/zip.so: cannot
> open shared object file: No such file or directory in Unknown on line 0
> [Mon Dec 13 19:58:09 2010] [warn] ./mod_dnssd.c: No services found to
> register
> [Mon Dec 13 19:58:09 2010] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.1
> configured -- resuming normal operations
>
>
> When I access http://localhost/CDash/ from firefox following line is
> added to the error_log :
> [Mon Dec 13 20:00:23 2010] [error] [client ::1] PHP Fatal error: Class
> 'PDO' not found in /var/www/html/CDash/cdash/pdo.php on line 289
>
> and browser is now not showing any error. It is only showing a blank
> white page.
>
> Regards,
> Girish
>
> --- On *Mon, 12/13/10, Julien Jomier /<julien.jomier at kitware.com>/* wrote:
>
>
>     From: Julien Jomier <julien.jomier at kitware.com>
>     Subject: Re: [Cdash] problem while submitting to cdash
>     To: "girish hilage" <girish_hilage at yahoo.com>
>     Cc: cdash at public.kitware.com
>     Date: Monday, December 13, 2010, 11:28 AM
>
>     Could you check with phpinfo() if the xsl extension is enabled? and if
>     you have anything in the log file for apache...
>
>     Julien
>
>     On 13/12/2010 12:18, girish hilage wrote:
>      > Yes. I had restarted httpd before accessing /var/www/html/CDash/
>     through
>      > firefox browser.
>      > Regards,
>      > Girish
>      >
>      > --- On *Mon, 12/13/10, Julien Jomier /<julien.jomier at kitware.com
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=julien.jomier@kitware.com>>/*
>     wrote:
>      >
>      >
>      > From: Julien Jomier <julien.jomier at kitware.com
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=julien.jomier@kitware.com>>
>      > Subject: Re: [Cdash] problem while submitting to cdash
>      > To: "girish hilage" <girish_hilage at yahoo.com
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=girish_hilage@yahoo.com>>
>      > Cc: cdash at public.kitware.com
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=cdash@public.kitware.com>
>      > Date: Monday, December 13, 2010, 10:57 AM
>      >
>      > Hi Girish,
>      >
>      > Did you reboot the Apache server after your changes to the php.ini?
>      > This
>      > is required to take into account the modifications.
>      >
>      > Julien
>      >
>      > On 13/12/2010 11:53, girish hilage wrote:
>      > > Hi Julien,
>      > >
>      > > I tried to install libxslt-* packages for FC13. But found that
>      > they are
>      > > already installed on my system.
>      > >
>      > > $ rpm -Uvh --test libxslt-*
>      > > warning: libxslt-1.1.26-1.fc12.i686.rpm: Header V3 RSA/SHA256
>      > Signature,
>      > > key ID e8e40fde: NOKEY
>      > > Preparing... ########################################### [100%]
>      > > package libxslt-1.1.26-1.fc12.i686 is already installed
>      > > package libxslt-python-1.1.26-1.fc12.i686 is already installed
>      > > package libxslt-devel-1.1.26-1.fc12.i686 is already installed
>      > >
>      > > Also, I found /etc/php.ini file installed by
>      > > php-common-5.3.1-3.fc13.i686 package.
>      > >
>      > > I edited this file and also tried by putting below 2 lines in it:
>      > > extension=php_xsl.dll
>      > > include_path=.:/usr/local/lib/php
>      > > OR
>      > >
>      >
>     extension=/usr/local/lib/php/extensions/no-debug-non-zts-20090626/xsl.so
>      > > include_path=.:/usr/local/lib/php
>      > >
>      > > But, still getting the same error in the browser.
>      > > "Your PHP install does not support xslt, please install the
>     PHP_XSLT
>      > > package.
>      > > WAMP Hint: uncomment extension=php_xsl.dll in php.ini."
>      > >
>      > > Regards,
>      > > Girish
>      > >
>      > > --- On *Mon, 12/13/10, Julien Jomier
>     /<julien.jomier at kitware.com
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=julien.jomier@kitware.com>
>      >
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=julien.jomier@kitware.com>>/*
>      > wrote:
>      > >
>      > >
>      > > From: Julien Jomier <julien.jomier at kitware.com
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=julien.jomier@kitware.com>
>      >
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=julien.jomier@kitware.com>>
>      > > Subject: Re: [Cdash] problem while submitting to cdash
>      > > To: "girish hilage" <girish_hilage at yahoo.com
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=girish_hilage@yahoo.com>
>      >
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=girish_hilage@yahoo.com>>
>      > > Cc: cdash at public.kitware.com
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=cdash@public.kitware.com>
>      >
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=cdash@public.kitware.com>
>      > > Date: Monday, December 13, 2010, 9:18 AM
>      > >
>      > > Hi Girish,
>      > >
>      > > Can you try to install the lib-xslt package and see if that helps.
>      > > The .dll won't work on linux, and the php.ini shouldn't be
>     moved, it
>      > > should already be installed in the right place on your system.
>      > >
>      > > Julien
>      > >
>      > > On 12/12/2010 06:34, girish hilage wrote:
>      > > > Hi,
>      > > > I tried to find php-xsl for FC13 on :
>      > > >
>      > >
>      >
>     http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/13/Fedora/i386/os/Packages/
>      > > > http://mirror.karneval.cz/pub/linux/fedora/linux/releases/
>      > > >
>      > > > but could not get it there.
>      > > > Is there any other location from where I can download php-xsl for
>      > > FC13?
>      > > > I had tried putting extension=php_xsl.dll but it did not work.
>      > > > I have put php.ini in /var/www/html/CDash/. Is this the right
>      > > location
>      > > > to place this file?
>      > > > Regards,
>      > > > Girish
>      > > > --- On Sat, 12/11/10, Julien Jomier
>     <julien.jomier at kitware.com
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=julien.jomier@kitware.com>
>      >
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=julien.jomier@kitware.com>
>      > >
>      >
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=julien.jomier@kitware.com>>
>      > > wrote:
>      > > >
>      > > >
>      > > > From: Julien Jomier <julien.jomier at kitware.com
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=julien.jomier@kitware.com>
>      >
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=julien.jomier@kitware.com>
>      > >
>      >
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=julien.jomier@kitware.com>>
>      > > > Subject: Re: [Cdash] problem while submitting to cdash
>      > > > To: "girish hilage" <girish_hilage at yahoo.com
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=girish_hilage@yahoo.com>
>      >
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=girish_hilage@yahoo.com>
>      > >
>      >
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=girish_hilage@yahoo.com>>
>      > > > Cc: cdash at public.kitware.com
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=cdash@public.kitware.com>
>      >
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=cdash@public.kitware.com>
>      > >
>      >
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=cdash@public.kitware.com>
>      > > > Date: Saturday, December 11, 2010, 2:16 PM
>      > > >
>      > > >
>      > > > Hi,
>      > > >
>      > > > You should install the package php-xsl (I believe that's the name
>      > > of the
>      > > > package) It seems that you need to enable it in your php.ini:
>      > > >
>      > > > WAMP Hint: uncomment extension=php_xsl.dll in php.ini
>      > > >
>      > > > Let us know if that works,
>      > > > Julien
>      > > >
>      > > > On 11/12/2010 09:17, girish hilage wrote:
>      > > > > Hi,
>      > > > >
>      > > > > Yes. I am behind my corporate firewall.
>      > > > > So, instead of requesting for allowing "HTTP PUT" I preferred
>      > > to install
>      > > > > CDASH on my Fedora Core 13 machine.
>      > > > >
>      > > > > I have installed CDASH in /var/www/html/CDash/ and am following
>      > > steps
>      > > > > from http://public.kitware.com/Wiki/CDash:Installation.
>      > > > > I have edited config.local.php and have put below values in
>     it :
>      > > > >
>      > > > > $CDASH_DB_HOST = 'localhost';
>      > > > > $CDASH_DB_LOGIN = 'postgres';
>      > > > > $CDASH_DB_PASS = 'postgres';
>      > > > > $CDASH_DB_NAME = 'cdash0';
>      > > > > $CDASH_DB_TYPE = 'pgsql';
>      > > > > $CDASH_PRODUCTION_MODE = false;
>      > > > >
>      > > > > I started httpd, postgresql.
>      > > > > But, when I access http://localhost/CDash/index.php it
>      > > redirects me to
>      > > > > http://localhost/CDash/install.php and shows me the error :
>      > > > >
>      > > > > "Your PHP install does not support xslt, please install the
>      > > PHP_XSLT
>      > > > > package.
>      > > > > WAMP Hint: uncomment extension=php_xsl.dll in php.ini."
>      > > > >
>      > > > > What does this error mean and what should I do to resolve this?
>      > > > > I have compiled php-5.3 and installed it and following .so
>      > > files are
>      > > > > present under the directory /usr/local/lib/php.
>      > > > > ./extensions/no-debug-non-zts-20090626/xsl.so
>      > > > > ./extensions/no-debug-non-zts-20090626/gd.so
>      > > > > ./extensions/no-debug-non-zts-20090626/curl.so
>      > > > >
>      > > > > Is there anything wrong with the php installation?
>      > > > >
>      > > > > Regards,
>      > > > > Girish
>      > > > >
>      > > > > --- On *Wed, 12/1/10, Julien Jomier
>      > /<julien.jomier at kitware.com
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=julien.jomier@kitware.com>
>      >
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=julien.jomier@kitware.com>
>      > >
>      >
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=julien.jomier@kitware.com>>/*
>      > > wrote:
>      > > > >
>      > > > >
>      > > > > From: Julien Jomier <julien.jomier at kitware.com
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=julien.jomier@kitware.com>
>      >
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=julien.jomier@kitware.com>
>      > >
>      >
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=julien.jomier@kitware.com>>
>      > > > > Subject: Re: [Cdash] problem while submitting to cdash
>      > > > > To: "girish hilage" <girish_hilage at yahoo.com
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=girish_hilage@yahoo.com>
>      >
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=girish_hilage@yahoo.com>
>      > >
>      >
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=girish_hilage@yahoo.com>>
>      > > > > Cc: cdash at public.kitware.com
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=cdash@public.kitware.com>
>      >
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=cdash@public.kitware.com>
>      > >
>      >
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=cdash@public.kitware.com>
>      > > > > Date: Wednesday, December 1, 2010, 1:17 PM
>      > > > >
>      > > > > Dear Girish,
>      > > > >
>      > > > > Welcome to CDash!
>      > > > >
>      > > > > Could you check if you are behind any sort of proxy that would
>      > > block
>      > > > > HTTP PUT to my.cdash.org? Also you can look at this comment to
>      > > setup
>      > > > > proxy for CTest:
>      > > > >
>      > > > > http://www.cmake.org/pipermail/cmake/2004-November/005889.html
>      > > > >
>      > > > > Let us know if that was the problem,
>      > > > > Julien
>      > > > >
>      > > > > On 01/12/2010 12:03, girish hilage wrote:
>      > > > > > Hi,
>      > > > > >
>      > > > > > I am a newbie to CDASH.
>      > > > > > I am trying to integrate my project with CDASH.
>      > > > > >
>      > > > > > I have created a project 'scitest' on cdash.org
>      > > <http://cdash.org <http://cdash.org/> <http://cdash.org/>
>     <http://cdash.org/>
>      > > > > <http://cdash.org/>> and
>      > > > > > downloaded CTestConfig.cmake which is as follows :
>      > > > > >
>      > > > > > set(CTEST_PROJECT_NAME "scitest")
>      > > > > > set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
>      > > > > >
>      > > > > > set(CTEST_DROP_METHOD "http")
>      > > > > > set(CTEST_DROP_SITE "my.cdash.org <http://my.cdash.org
>     <http://my.cdash.org/>
>      > <http://my.cdash.org/>
>      > > <http://my.cdash.org/>
>      > > > > <http://my.cdash.org/>>")
>      > > > > > set(CTEST_DROP_LOCATION "/submit.php?project=scitest")
>      > > > > > set(CTEST_DROP_SITE_CDASH TRUE)
>      > > > > >
>      > > > > > set(CTEST_PROJECT_SUBPROJECTS
>      > > > > >
>      > > > > > )
>      > > > > >
>      > > > > > I put this file in the top directory of my source code
>     and ran
>      > > > > the command :
>      > > > > > ctest -D Experimental
>      > > > > >
>      > > > > > But, it gives me below error :
>      > > > > > Submit files (using http)
>      > > > > > Using HTTP submit method
>      > > > > > Drop site: http://my.cdash.org/submit.php?project=scitest
>      > > > > > Error when uploading file:
>      > > > > >
>      > > > >
>      > >
>      >
>     /home/girish/work/scidb_latest/svn/trunk/Testing/20101201-1039/Build.xml
>      > > > > > Error message was: couldn't connect to host
>      > > > > > Problems when submitting via HTTP
>      > > > > > Errors while running CTest
>      > > > > >
>      > > > > > When I checked with "netstat -atn" is showed me that my
>      > > machine is
>      > > > > > trying to connect to cdash server but not able to do that.
>      > > > > > tcp 0 1 10.88.88.193:44262 66.194.253.26:80 SYN_SENT
>      > > > > >
>      > > > > > So, want to know if what I am doing is correct or am I
>     missing
>      > > > > anything
>      > > > > > or could it be the problem with my network?
>      > > > > >
>      > > > > > Regards,
>      > > > > > Girish
>      > > > > >
>      > > > > >
>      > > > > >
>      > > > > >
>      > > > > > _______________________________________________
>      > > > > > Cdash mailing list
>      > > > > > Cdash at public.kitware.com
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=Cdash@public.kitware.com>
>      >
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=Cdash@public.kitware.com>
>      > >
>      >
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=Cdash@public.kitware.com>
>      > > > >
>      > >
>      >
>     <http://us.mc576.mail.yahoo.com/mc/compose?to=Cdash@public.kitware.com>
>      > > > > > http://public.kitware.com/cgi-bin/mailman/listinfo/cdash
>      > > > >
>      > > > >
>      > > >
>      > > >
>      > >
>      > >
>      >
>      >
>
>



More information about the CDash mailing list