Re: [PHP-INSTALL] error when running PHP 5 CLI on shared Linux Godaddy account

2009-02-11 Thread Patrick Price
Thanks for the response. I updated my php5.ini and no longer get the error: Failed loading /usr/local/zo/4_3/ZendOptimizer.so: /usr/local/zo/4_3/ZendOptimizer.so: undefined symbol: empty_string But I still am getting the error: /web/cgi-bin/php5: Symbol `client_errors' has different size in shar

Re: [PHP-INSTALL] php.ini not read?

2009-02-11 Thread Paul Reinheimer
If you're on a box with sufficient dev tools, strace can help. strace php -v Will yeild a lot of output, including: open("/usr/local/bin/php-cli.ini", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/php-cli.ini", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/

Re: [PHP-INSTALL] php.ini not read?

2009-02-11 Thread brian
Hi Keith thanks for the response: running on ubuntu. compiled from source with: ./configure --with-mysql --prefix=/apps/local/php5 --with-apxs2=/apps/local/httpd/bin/apxs --with-config-file-path=/apps/local/php5/lib --with-zlib=/usr --with-curl=/apps/local/curl thanks, b Keith Roberts wrot

Re: [PHP-INSTALL] php.ini not read?

2009-02-11 Thread brian
Hi Paul, thanks for the reply. I guess I should have said that the php.ini is indeed in the stated configuration file path. Paul Reinheimer wrote: > Hi Brian, > > this line > configuration file path /apps/local/php5/lib" > > Indicates that it is looking for a php.ini in /apps/local/php5/lib/

Re: [PHP-INSTALL] php.ini not read?

2009-02-11 Thread Keith Roberts
On Wed, 11 Feb 2009, brian wrote: To: php-install@lists.php.net From: brian Subject: [PHP-INSTALL] php.ini not read? phpinfo() says: "configuration file path /apps/local/php5/lib" phpinfo() also says: "loaded configuration file: (none)" i'm sure this has to be in a faq somewhere... can so

Re: [PHP-INSTALL] php.ini not read?

2009-02-11 Thread Paul Reinheimer
Hi Brian, this line configuration file path /apps/local/php5/lib" Indicates that it is looking for a php.ini in /apps/local/php5/lib/ but the next line indicates that it didn't find one. Try doing a search on your machine for php.ini, you will likely find ones like these /usr/local/src/php-5.2.5/

[PHP-INSTALL] php.ini not read?

2009-02-11 Thread brian
phpinfo() says: "configuration file path /apps/local/php5/lib" phpinfo() also says: "loaded configuration file: (none)" i'm sure this has to be in a faq somewhere... can someone point me at it? i'd like to get php to read the php.ini in the config file path. thanks in advance, b

Re: [PHP-INSTALL] error when running PHP 5 CLI on shared Linux Godaddy account

2009-02-11 Thread Paul Reinheimer
Hi Peter, I think the problem is here: > /web/cgi-bin/php5: Symbol `client_errors' has different size in shared > object, consider re-linking > Failed loading /usr/local/zo/4_3/ZendOptimizer.so: > /usr/local/zo/4_3/ZendOptimizer.so: undefined symbol: empty_string > zend_extension=/usr/local/zo/

[PHP-INSTALL] error when running PHP 5 CLI on shared Linux Godaddy account

2009-02-11 Thread Patrick Price
Hey, I have a new site on Godaddy's Shared Linux hosting and when running from the CLI it defaults to using PHP 4.4.9. If I prepend my command with /web/cgi-bin/php5 it will use the PHP5 engine. I had to create a new php5.ini in my root folder to override a few php5.ini settings. Whenever I run

[PHP-INSTALL] RE [PHP-INSTALL] Error when installing PHP 4.3.2. on Win XP

2009-02-11 Thread j . kaluza
check that php4apache.dll is in c:\php. Looks like apache script parser cannot locate that dll file. If this file is in a different folder, just copy paste it and make sure to change windows "\" to apache config format "/" Jerôme Kaluza Service du Sang Service Informatique Croix-Rouge de Belgiq