installing php4 and php5 on one machine

2008-05-12 Thread Zbigniew Szalbot
is a dedicated one so I can do with it what I like but I am not really sure how to go about installing two versions of php. php5 has been installed from ports and works well. How would you advise me to go about installing php4? I do not think I will be able to do it from ports (it will require an ancient

Re: installing php4 and php5 on one machine

2008-05-12 Thread Odhiambo Washington
installing php4? I do not think I will be able to do it from ports (it will require an ancient version of php 4.10). Also I do not want to mix dependencies and such. Another issue is how to host the site. Use a different port for it (*:8080)? Use jails (never been in jail so no experience with it so

Re: installing php4 and php5 on one machine

2008-05-12 Thread Mel
On Monday 12 May 2008 16:54:37 Zbigniew Szalbot wrote: How would you advise me to go about installing php4? I do not think I will be able to do it from ports (it will require an ancient version of php 4.10). Also I do not want to mix dependencies and such. Jail for sure. Another issue

Re: installing php4 and php5 on one machine

2008-05-12 Thread Zbigniew Szalbot
Hello, Mel pisze: On Monday 12 May 2008 16:54:37 Zbigniew Szalbot wrote: How would you advise me to go about installing php4? I do not think I will be able to do it from ports (it will require an ancient version of php 4.10). Also I do not want to mix dependencies and such. Jail for sure

Re: installing php4 and php5 on one machine

2008-05-12 Thread Mel
On Monday 12 May 2008 22:46:41 Zbigniew Szalbot wrote: Hello, Mel pisze: On Monday 12 May 2008 16:54:37 Zbigniew Szalbot wrote: How would you advise me to go about installing php4? I do not think I will be able to do it from ports (it will require an ancient version of php 4.10). Also I

Help with installing php4 and upgrading mysql323 for Apache 1.36

2006-06-24 Thread Andreas Widerøe Andersen
Hi, I'm having trouble figuring out what and how to install and upgrade some programs/modules. This was very simple when I last did it, but I haven't been around doing this since version 4.7 was new and now some things have changed. Server is now 4.11 STABLE (or will be on monday). I have the

Re: Help with installing php4 and upgrading mysql323 for Apache 1.36

2006-06-24 Thread bsd
Hi, I'm having trouble figuring out what and how to install and upgrade some programs/modules. This was very simple when I last did it, but I haven't been around doing this since version 4.7 was new and now some things have changed. Server is now 4.11 STABLE (or will be on monday). I have

Re: Help with installing php4 and upgrading mysql323 for Apache 1.36

2006-06-24 Thread Andreas Widerøe Andersen
On 6/24/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: As 6.x is out, 4.11 etc will soon be no longer supported. You should consider updating to 5.x at least if possible. I'm running 6.1 with no problems. mod_php has been deprecated as you found out. Use the php4 port instead which has the

Ports won't finish installing PHP4

2005-11-01 Thread daniel
I tried to use portupgrade to install PHP4.4.1 this afternoon because portaudit complained about a security issue and all went fine except PEAR broke: pear-Archive_Tar-1.3.1 pear-Cache_Lite-1.5.1,1 pear-Console_Getopt-1.2 pear-HTTP_Request-1.2.4 pear-Net_CheckIP-1.1

Properly installing PHP4 extensions under Apache 1.3.x

2005-01-04 Thread Olaf Greve
Hi, A while ago the topic was raised about how to properly install PHP 4.3.8+ versions with their required extensions, under Apache 1.3.x. I'm doing so just now, but I seem to be missing one step, as the extensions do not seem to get picked up. Here's what I did: 1) Update the ports tree using

Re: Properly installing PHP4 extensions under Apache 1.3.x

2005-01-04 Thread Olaf Greve
Hi again, Alright, I just found the missing step: I used to have an existing php.ini file in which the extension_dir directive was not disabled. Commenting that directive does the trick. :) So the correct procedure should then be: 1) Update the ports tree using CVSup 2) Build the

Re: Installing php4

2004-07-26 Thread Drew Marshall
On Sun, July 25, 2004 0:29, Matthew Seaman said: On Sat, Jul 24, 2004 at 08:58:15PM +0100, Drew Marshall wrote: I understand the logic but I would have thought a line somewhere in Makefile or the README just to give poor stupid people like me a clue as to where to start looking. Ons further

Installing php4

2004-07-24 Thread Drew Marshall
Hi all I have been trying to install php4 (On FreeBSD 5.2.1, cvsuped ports tree, php4-4.3.8_1, I have tried both the mod_php4 and lang/php4) and the full menu options seem to have disappeared. When I run make install I get a 3 line menu offering to allow me to install for apache2 instead of

Re: Installing php4

2004-07-24 Thread Peter Risdon
Drew Marshall wrote: Hi all I have been trying to install php4 (On FreeBSD 5.2.1, cvsuped ports tree, php4-4.3.8_1, I have tried both the mod_php4 and lang/php4) and the full menu options seem to have disappeared. When I run make install I get a 3 line menu offering to allow me to install for

Re: Installing php4

2004-07-24 Thread Matthew Seaman
On Sat, Jul 24, 2004 at 10:35:10AM +0100, Peter Risdon wrote: Drew Marshall wrote: I have been trying to install php4 (On FreeBSD 5.2.1, cvsuped ports tree, php4-4.3.8_1, I have tried both the mod_php4 and lang/php4) and the full menu options seem to have disappeared. When I run make

Re: Installing php4

2004-07-24 Thread Drew Marshall
Matthew Seaman wrote: snipped Actually, php4-extensions works with any of the 'main' PHP ports -- lang/php4, lang/php4-cli, www/php4-cgi or www/mod_php4. The fact that there are 4 different variations on a plain 'php4' port in the tree is the reason why all of the module support was moved out

Re: Installing php4

2004-07-24 Thread Drew Marshall
Matthew Seaman wrote: snipped Actually, php4-extensions works with any of the 'main' PHP ports -- lang/php4, lang/php4-cli, www/php4-cgi or www/mod_php4. The fact that there are 4 different variations on a plain 'php4' port in the tree is the reason why all of the module support was moved out

Re: Installing php4

2004-07-24 Thread Hasse
On Saturday 24 July 2004 21.58, Drew Marshall wrote: Matthew Seaman wrote: snipped Actually, php4-extensions works with any of the 'main' PHP ports -- lang/php4, lang/php4-cli, www/php4-cgi or www/mod_php4. The fact that there are 4 different variations on a plain 'php4' port in the tree is

Re: Installing php4

2004-07-24 Thread antenneX
- Original Message - From: Drew Marshall [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, July 24, 2004 3:16 PM Subject: Re: Installing php4 Matthew Seaman wrote: snipped Actually, php4-extensions works with any of the 'main' PHP ports -- lang/php4, lang/php4-cli, www/php4

Re: Installing php4

2004-07-24 Thread Drew Marshall
antenneX wrote: - Original Message - From: Drew Marshall [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, July 24, 2004 3:16 PM Subject: Re: Installing php4 Matthew Seaman wrote: snipped Actually, php4-extensions works with any of the 'main' PHP ports -- lang/php4, lang

Installing PHP4 from ports fail

2003-08-02 Thread Gregory Norman
Hello all, I am trying to install mysql323, apache13 and php4 on 4.4 Release. So far I have successfully installed mysql and apache, with php it is a different story. I have two issues. I have a question about apache, and I would like some help getting php installed on my machine. I

re: Installing PHP4 from ports fail

2003-08-02 Thread Kevin Kinsey, DaleCo, S.P.
From: Gregory Norman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 02, 2003 9:49 AM Subject: Installing PHP4 from ports fail I installed apache13-server. Will this installation allow me to use ssl? Not AFAIK. You probably need apache+mod_ssl or apache-ssl (? - the English