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 wr

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

RE: [PHP] php installation problem

2008-01-27 Thread Umar
-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 [mailt

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 PROTEC

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 > > ./conf

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

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 p

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.

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 Ju

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 wrote