Re: [PHP] php installation problem

2008-01-29 Thread Umar
Dear Richar! I already told you there is no iconv or iconv-devel installed on my first box then whey I need on second box? Regrads, Umar Draz Richard Lynch wrote: Perhaps you don't have iconv and/or iconv-devel installed on the second box? On Sun, January 27, 2008 2:54 am, Umar wrote:

Re: [PHP] php installation problem

2008-01-28 Thread Richard Lynch
Perhaps you don't have iconv and/or iconv-devel installed on the second box? On Sun, January 27, 2008 2:54 am, Umar wrote: Dear Members! I have installed php-5.2.5 on slackware 12.0 with these option successfully ./configure --prefix=/usr/local/php --with-apxs=/usr/local/apache/bin/apxs

[PHP] php installation problem

2008-01-27 Thread Umar
Dear Members! I have installed php-5.2.5 on slackware 12.0 with these option successfully ./configure --prefix=/usr/local/php --with-apxs=/usr/local/apache/bin/apxs --with-config-file-path=/usr/local/apache/conf --with-pcre-regex --with-layout=GNU --enable-sysvshm --enable-shmop

RE: [PHP] php installation problem

2008-01-27 Thread Andrés Robinet
-Original Message- From: Umar [mailto:[EMAIL PROTECTED] Sent: Sunday, January 27, 2008 3:55 AM To: php-general@lists.php.net Subject: [PHP] php installation problem Dear Members! I have installed php-5.2.5 on slackware 12.0 with these option successfully ./configure

RE: [PHP] php installation problem

2008-01-27 Thread Andrés Robinet
-Original Message- From: Andrés Robinet [mailto:[EMAIL PROTECTED] Sent: Sunday, January 27, 2008 11:03 AM To: php-general@lists.php.net Subject: RE: [PHP] php installation problem -Original Message- From: Umar [mailto:[EMAIL PROTECTED] Sent: Sunday, January 27, 2008 3

RE: [PHP] php installation problem

2008-01-27 Thread Umar
Message- From: Andrés Robinet [mailto:[EMAIL PROTECTED] Sent: Sunday, January 27, 2008 11:03 AM To: php-general@lists.php.net Subject: RE: [PHP] php installation problem -Original Message- From: Umar [mailto:[EMAIL PROTECTED] Sent: Sunday, January 27, 2008 3:55 AM To: php-general

[PHP] php installation problem

2007-01-23 Thread Ross
Just installed apache and am looking at an error Warning: session_start() [function.session-start]: open(C:\DOCUME~1\Ross\LOCALS~1\Temp\php\upload\sess_ob822kp9sqlndjvu089r845e50, O_RDWR) failed: No such file or directory (2) in C:\Apache\Apache2\htdocs\ssn\editor.php on line 4 Should I set

Re: [PHP] php installation problem

2007-01-23 Thread Chris
Ross wrote: Just installed apache and am looking at an error Warning: session_start() [function.session-start]: open(C:\DOCUME~1\Ross\LOCALS~1\Temp\php\upload\sess_ob822kp9sqlndjvu089r845e50, O_RDWR) failed: No such file or directory (2) in C:\Apache\Apache2\htdocs\ssn\editor.php on line 4

[PHP] PHP installation problem in FreeBSD OS.

2004-03-22 Thread Naveen Glore
Hello All, I am not sure if this is the right place to post this problem. I tried with FreeBSD mailing list but could not get much help. I am having hard time in installing php4 using portupgrade in FreeBSD. First i have updated the port directory using cvsup. I am doing fresh installation

Re: [PHP] PHP installation problem in FreeBSD OS.

2004-03-22 Thread Filip de Waard
On Mar 22, 2004, at 7:59 PM, Naveen Glore wrote: Hello All, I am not sure if this is the right place to post this problem. I tried with FreeBSD mailing list but could not get much help. No, it isn't. There is a specific installation list ([EMAIL PROTECTED]). I am having hard time in installing

[PHP] php installation problem.

2004-03-18 Thread Naveen Glore
Hello all, I have a FreeBSD4.5 server, Apache 1.3.26_3 and mod_php4-4.2 . I have uninstalled php4-4.2 and tried to install mod_php4-4.3.3,1 but i get the following error read_plist: bad command '@conflicts php4-4*' I guess its some thing to do with version but not sure what exactly the

[PHP] PHP Installation problem - httpd.conf issue?

2002-11-04 Thread Lee Philip Reilly
Hi there, I recently upgraded from PHP version 4.0-ish to 4.2.3 on my Linux/Apache machine. AFAIK, Apache is setup correctly (it serves HTML) and PHP works, but only from the command line. If I type php -q php.php test.html the output of phpinfo() is stored in test.html. When I try and look at

[PHP] PHP Installation Problem

2002-07-31 Thread Mark Colvin
Thanks all. I have now resolved. For future reference, the problem was as you said, I didn't have php configured for mysql support. I traced this back to the installation of the operating system, Red Hat 7.2. Through the graphical installation, all php modules apart from mysql support and odbc

[PHP] PHP Installation Problem

2002-07-30 Thread Mark Colvin
I have a development web server php 4.0.6 apache and mysql and everything works OK. I installed the same software onto a new server that will be the production server but I hit problems when my scripts try and hit the db on the new server. Comparing the phpinfo details for both, the new server

Re: [PHP] PHP Installation Problem

2002-07-30 Thread Rasmus Lerdorf
Well, how did you do the install? You really need to provide more details. Heck, any details. You don't mention your OS, whether you compiled from source, if so which configure flags, from packages, which packages, etc.. We are not mind readers. -Rasmus On Tue, 30 Jul 2002, Mark Colvin

Re: [PHP] PHP Installation Problem

2002-07-30 Thread Tyler Longren
I'm not sure exactly what you're saying, but it sounds to me like you didn't configure --with-mysql for the new server. You MUST do that. ./configure --with-apxs=/blah/blah --with-mysql If you don't have --with-mysql compiled into the php binary, mysql functions won't work. Tyler On Tue, 30

Re: [PHP] PHP Installation Problem

2002-07-30 Thread Jason Wong
On Tuesday 30 July 2002 16:34, Mark Colvin wrote: I have a development web server php 4.0.6 apache and mysql and everything works OK. I installed the same software onto a new server that will be the production server but I hit problems when my scripts try and hit the db on the new server.