search for: include_path

Displaying 20 results from an estimated 36 matches for "include_path".

2006 Oct 05
2
Strange thing with Apache and PHP
...the file that calls it is in /var/www/html/classes nevertheless, i'm getting the error: "Warning: main(../config.inc): failed to open stream: No such file or directory in /var/www/html/classes/dBInsert.php on line 10 Warning: main(): Failed opening '../config.inc' for inclusion (include_path='.:/usr/share/pear') in /var/www/html/classes/dBInsert.php on line 10" Permissions and ownership are ok. I even set: include_once('/var/www/html/config.inc.php'); and nothing :( I'm boggled! Any help would be appreciated. Best Regards, Deckard
2012 Nov 12
3
Unable to lauch php-script to truncate database
...at caw-server2 jvermeulen]# php /var/www/html/nubuilder/db/reg_bib/cron.php PHP Warning: include(./config.php): failed to open stream: No such file or directory in /var/www/html/nubuilder/db/reg_bib/cron.php on line 3 PHP Warning: include(): Failed opening './config.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/nubuilder/db/reg_bib/cron.php on line 3 PHP Notice: Undefined variable: DBHost in /var/www/html/nubuilder/db/reg_bib/cron.php on line 4 PHP Notice: Undefined variable: DBUser in /var/www/html/nubuilder/db/reg_bib/cron.php on line 4 P...
2005 May 18
0
caci problem in CentOS-4
...cti/include/config.php:43) in /var/www/html/cacti/include/config.php on line 74 Warning: main(/adodb/adodb.inc.php): failed to open stream: No such file or directory in /var/www/html/cacti/include/config.php on line 103 Warning: main(): Failed opening '/adodb/adodb.inc.php' for inclusion (include_path='.:/usr/share/pear') in /var/www/html/cacti/include/config.php on line 103 Warning: main(/database.php): failed to open stream: No such file or directory in /var/www/html/cacti/include/config.php on line 104 Warning: main(): Failed opening '/database.php' for inclusion (include_pa...
2005 Feb 18
4
Squirrelmail
...running squirrelmail on their CentOS site, and can they tell me why I'm seeing: Warning: main(../config/config.php): failed to open stream: Permission denied in /usr/share/squirrelmail/functions/global.php on line 16 Fatal error: main(): Failed opening required '../config/config.php' (include_path='.:/usr/share/pear') in /usr/share/squirrelmail/functions/global.php on line 16 when I try http://mymachine.mydomain.com.au/webmail/src/login.php Or point me at some useful doco, probably more PHP than squirrel? Especially as the squirrel site seems less than helpful... Perhaps someone c...
2016 Nov 18
3
SCL devtoolset-3 or 4 without eclipse?
Is there a way to install devtoolset packages without the bloat of eclipse? I just want the new compiler and toolchain, not a big IDE. BTW devtoolset-3 dependencies are broken in yum with C6 yum install devtoolset-3 ... ---> Package devtoolset-3-perftools.x86_64 0:3.1-12.el6 will be installed --> Processing Dependency: devtoolset-3-dyninst for package:
2015 Mar 05
2
SELinux kills Cassandra based website
...e site goes down with this error: Warning: require_once(/McFrazier/PhpBinaryCql/CqlClient.php): failed to open stream: Permission denied in /var/www/jf-ref/includes/classes/class.CQL.php on line 2 Fatal error: require_once(): Failed opening required '/McFrazier/PhpBinaryCql/CqlClient.php' (include_path='.:/php/includes') in /var/www/jf-ref/includes/classes/class.CQL.php on line 2 I've tried performing a chcon -R command on both the /McFrazier and the /var/www/jf-ref directories. But there's no change to the site being up. Can I get some opinions on how to get this working under S...
2016 Nov 18
0
SCL devtoolset-3 or 4 without eclipse?
...xport MANPATH=$GCCX_ROOT/share/man:MANPATH export INFOPATH=$GCCX_ROOT/share/info:$INFOPATH export LD_LIBRARY_PATH=$GCCX_ROOT/lib64:$GCCX_ROOT/lib:$LD_LIBRARY_PATH export LD_RUN_PATH=$GCCX_ROOT/lib64:$GCCX_ROOT/lib:$LD_RUN_PATH export LIBRARY_PATH=$GCCX_ROOT/lib64:$GCCX_ROOT/lib:$LIBRARY_PATH export INCLUDE_PATH=$GCCX_ROOT/include:$INCLUDE_PATH export CPLUS_INCLUDE_PATH=$GCCX_ROOT/include:$CPLUS_INCLUDE_PATH export C_INCLUDE_PATH=$GCCX_ROOT/include:$C_INCLUDE_PATH ############################################################# The above assumes a 64-bit install. If you're running a 32-bit install, ch...
2016 Mar 26
2
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
...-TESTS make[4]: Entering directory `/home/ywarnier/xapian-bindings-1.2.12/debian/build/php5/php' /bin/bash: line 5: 313 Segmentation fault /usr/bin/php5 -n -d safe_mode=off -d enable_dl=on -d extension_dir='/home/ywarnier/xapian-bindings-1.2.12/debian/build/php5/php/.libs' -d include_path='php5:../../../../php/php5' ${dir}$tst FAIL: smoketest.php ======================================= 1 of 1 test failed " I'm really not that useful at debugging packaging commands, so I wanted to report it while I keep looking for a solution. Cheers, Yannick
2012 May 18
8
Error installing therubyracer
...de --without-opt-include=${opt-dir}/include --with-opt-lib --without-opt-lib=${opt-dir}/lib --with-make-prog --without-make-prog --srcdir=. --curdir --ruby=/usr/local/bin/ruby extconf.rb:15:in `<main>'': undefined method `include_path'' for Libv8:Module (NoMethodError) Gem files will remain installed in /usr/local/lib/ruby/gems/1.9.1/gems/ therubyracer-0.10.1 for inspection. Results logged to /usr/local/lib/ruby/gems/1.9.1/gems/ therubyracer-0.10.1/ext/v8/gem_make.out Any ideas? -- You received this message because...
2005 Oct 05
1
Problems with autoconf example from r-ext.
...conf file looks like this [autoconf.ac] # original by Friedrich Leisch, much changed by BDR AC_INIT([SBMLodeSolveR]) dnl Select an optional include path, from a configure option dnl or from an environment variable. AC_ARG_WITH([sbmlode-include], AC_HELP_STRING([--with-sbmlode-include=INCLUDE_PATH], [the location of SBMLODE header files]), [sbmlode_include_path=$withval]) if test [ -n "$sbmlode_include_path" ] ; then AC_SUBST([CPPFLAGS],["-I${sbmlode_include_path} ${CPPFLAGS}"]) else if test [ -n "${SBMLODE_INCLUDE}" ]...
2006 Jun 18
2
Winelib Getting Started 1.3.2. Test Drive
...to checkout all of wine, even though I was intimidated initially by the statement "(but read the next section before actually doing this!)". The make still failed with the same error, even though I now have the wine/include directory. Not knowing any better, I modified the Makefile from INCLUDE_PATH = -I. to INCLUDE_PATH = -I.:/my/path/to/wine/include. I retried make and get the same error. I'm stumped. The 1.3.3 Step by step guide was too general for me. But maybe that's because I needed section 1.3.2 to be more detailed for the task at hand, building notepad. And perhaps 1.3.3 c...
2004 Dec 17
2
question about Webtraffic monitoring
Does anyone know a good open source and free webmonitoring software which I can use to monitor some websites and build simple uptime/downtine statistics for my customers (conform SLA's) ? Any help/hitns would be very apperciated :) -- Michiel
2015 Mar 05
1
SELinux kills Cassandra based website
...ng: require_once(/McFrazier/PhpBinaryCql/CqlClient.php): failed to > > open stream: Permission denied in > > /var/www/jf-ref/includes/classes/class.CQL.php on line 2 Fatal error: > > require_once(): Failed opening required > > '/McFrazier/PhpBinaryCql/CqlClient.php' (include_path='.:/php/includes') > in > > /var/www/jf-ref/includes/classes/class.CQL.php on line 2 > > > > I've tried performing a chcon -R command on both the /McFrazier and the > > /var/www/jf-ref directories. But there's no change to the site being up. > > Can...
2016 Mar 26
3
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
...ry >> `/home/ywarnier/xapian-bindings-1.2.12/debian/build/php5/php' >> /bin/bash: line 5: 313 Segmentation fault /usr/bin/php5 -n -d >> safe_mode=off -d enable_dl=on -d extension_dir='/home/ywarnier/xapian-bindings-1.2.12/debian/build/php5/php/.libs' >> -d include_path='php5:../../../../php/php5' ${dir}$tst >> FAIL: smoketest.php >> ======================================= >> 1 of 1 test failed > > That's probably this bug: > > https://trac.xapian.org/ticket/652 > > It was fixed in 1.2.19, which only seems to manifes...
2015 Mar 05
0
SELinux kills Cassandra based website
...ror: > > Warning: require_once(/McFrazier/PhpBinaryCql/CqlClient.php): failed to > open stream: Permission denied in > /var/www/jf-ref/includes/classes/class.CQL.php on line 2 Fatal error: > require_once(): Failed opening required > '/McFrazier/PhpBinaryCql/CqlClient.php' (include_path='.:/php/includes') in > /var/www/jf-ref/includes/classes/class.CQL.php on line 2 > > I've tried performing a chcon -R command on both the /McFrazier and the > /var/www/jf-ref directories. But there's no change to the site being up. > Can I get some opinions on how to...
2002 Nov 02
0
yp.icecast.org br0ken
...03:53:31 GMT Server: Apache/1.3.26 (Unix) Debian GNU/Linux mod_perl/1.26 mod_webkit/0.5 PHP/4.2.1 X-Powered-By: PHP/4.2.1 Connection: close Content-Type: text/html; charset=iso-8859-1 <br /> <b>Warning</b>:Failed opening '/www/yp.icecast.org/cgi-bin/touch' for inclusion (include_path='.:/usr/share/pear') in <b>Unknown</b> on line <b>0</b><br /> /dale --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.or...
2004 Jun 06
0
AM-Web working?
...5-29-2004, on Debian Testing, running Apache as httpd. If I untar the am-web.tar.gz file to /var/www/am-web, and access http://office.bgcfreedom.com/am-web//command.php?page=listsip or any other command in a browser, it returns this error: Warning: main(): Failed opening '' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/am-web/command.php on line 23 Examining command.php, I see this: 3 $include = ""; 22 { 23 include($include); 24 } If I remove those lines, the include error is gone, but now every command page I load return...
2008 Mar 19
3
phpagi
Hello, How do I install phpagi? http://phpagi.sourceforge.net/ I couldn't find any info about setup in that site, and I couldn't email the developers.so I'm lost. I know it isn't a real question for this list, but I suppose many people here already have installed it. So, how can I install it? Thanks Carlos -------------- next part -------------- An HTML
2013 Jun 23
0
statda package issue
...BA? had non-zero exit status ERROR: dependency ?MBA? is not available for package ?StatDA? So I try to install the package MBA, but I receive the error: configure: error: Boost header files not found. Under linux/Unix try R CMD INSTALL MBA_0.0-0.tar.gz --configure-args='--with-boost-include=INCLUDE_PATH' ERROR: configuration failed for package ?MBA? What does it mean? Just for info, I work with RStudio on a Ubuntu 12.04 machine. Cheers Matteo
2016 Mar 26
0
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
...Entering directory > `/home/ywarnier/xapian-bindings-1.2.12/debian/build/php5/php' > /bin/bash: line 5: 313 Segmentation fault /usr/bin/php5 -n -d > safe_mode=off -d enable_dl=on -d extension_dir='/home/ywarnier/xapian-bindings-1.2.12/debian/build/php5/php/.libs' > -d include_path='php5:../../../../php/php5' ${dir}$tst > FAIL: smoketest.php > ======================================= > 1 of 1 test failed That's probably this bug: https://trac.xapian.org/ticket/652 It was fixed in 1.2.19, which only seems to manifest for PHP >= 5.4. If you don't...