[PHP-INSTALL] Problems installing PHP with IMAP

2009-04-18 Thread Andrés Gattinoni
Hi, I'm having problems installing PHP 5.2.9 (the latest version, downloaded an hour ago from php.net) with IMAP enabled. Here is my basic conf: $ uname -a Linux localhost 2.6.9-023stab040.1-entnosplit #1 SMP Mon Jan 15 23:19:03 MSK 2007 i686 athlon i386 GNU/Linux OS: CentOS release 5.2 (Final)

[PHP-INSTALL] Problems installing PHP with IMAP

2009-04-18 Thread Andrés Gattinoni
Hi, I'm having problems installing PHP 5.2.9 (the latest version, downloaded an hour ago from php.net) with IMAP enabled. Here is my basic conf: $ uname -a Linux localhost 2.6.9-023stab040.1-entnosplit #1 SMP Mon Jan 15 23:19:03 MSK 2007 i686 athlon i386 GNU/Linux OS: CentOS release 5.2 (Final)

[PHP-INSTALL] Problems installing PHP on WinXP with Apache

2006-04-20 Thread Lars A
I am trying to make a replica of the installation at my web hotel to be able to learn and implement PHP and to develop applications. I am a real newbie on this and I have some problems to make PHP run in Apache server. Could somebody give some step by step instructions or advice a real beginne

Re: [PHP-INSTALL] Problems installing PHP 5 with Apache 2

2005-05-17 Thread Petar Nedyalkov
On Monday 16 May 2005 23:53, StÃphane Bruno wrote: > Hello, > > I have apache 2.0.54 running on Fedora Core 1. I installed PHP5 with the > following command: > > ./configure --with-config-file-path=/etc --with-mysql=/usr/lib/mysql Add this: --with-apxs2=/usr/sbin/apxs > make > make install > > Th

Re: [PHP-INSTALL] Problems installing PHP 5 with Apache 2

2005-05-16 Thread Michael W.
I had a similar problem when installing PHP 5. libphp5.so is created by the compilation, but it is not created unless you tell it to. Add the following option to your ./configure command, and it should work: "--with-apxs2=/path/to/apache/bin/apxs" (minus the quotes). StÃphane Bruno wrote: Hell

[PHP-INSTALL] Problems installing PHP 5 with Apache 2

2005-05-16 Thread Stéphane Bruno
Hello, I have apache 2.0.54 running on Fedora Core 1. I installed PHP5 with the following command: ./configure --with-config-file-path=/etc --with-mysql=/usr/lib/mysql make make install The installation went well, and I added the following to httpd.conf: LoadModule php5_module libexec/libphp5.s

[PHP-INSTALL] Problems installing php-4.3.2 with support for Ingres II

2004-10-06 Thread Marcelo Rodrigues Barragan
Hello everyone,   Some days ago, I have installed Ingres II sgbd at freebsd operationg system, version 5.2-Release and everything works fine.   But, this week I`m trying to install php-4.3.2 with support for ingres II, using the following configure lines:   ./configure --prefix=/usr --wit

Re: [PHP-INSTALL] Problems installing PHP..

2004-10-04 Thread ciberflash
lczyk" <[EMAIL PROTECTED]> To: "ciberflash" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, October 04, 2004 6:54 PM Subject: Re: [PHP-INSTALL] Problems installing PHP.. > ciberflash wrote:> > >  > > I just installed Apache 1.3.31 on my W2K

Re: [PHP-INSTALL] Problems installing PHP..

2004-10-04 Thread Brad Kowalczyk
ciberflash wrote: I just installed Apache 1.3.31 on my W2K SP4 computer. The installation of Apache 1.3.31 went well. I can use my browser to reach the root directory belonging to Apache. I downloaded PHP 4.3.9. I used the instructions to setup PHP by Julie C. Melloni. I am using her book to

[PHP-INSTALL] Problems installing PHP..

2004-10-04 Thread ciberflash
  I just installed Apache 1.3.31 on my W2K SP4 computer.   The installation of Apache 1.3.31 went well. I can use my browser to reach the root directory belonging to Apache. I downloaded PHP 4.3.9. I used the instructions to setup PHP by Julie C. Melloni. I am using her book to learn PHP.

[PHP-INSTALL] Problems installing PHP

2003-11-19 Thread Xavier Baez
Dear members I rented a dedicated server at Ev1servers.net However, when I tried instaling phpMyAdmin I found out that the 'MySQL Extensions' were not supported by my PHP installation. Therefore, I have to reinstall PHP 4.2.2 on my machine, enabling MySQL support. I tried the ./configure opti