Re: php4...

2003-12-01 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-11-30 21:48:49 +0100: On Sunday 30 November 2003 21:13, Gary Kline wrote: On Sun, Nov 30, 2003 at 01:40:07PM +0100, Melvyn Sopacua wrote: On Sunday 30 November 2003 08:54, Gary Kline wrote: Another look at the php4 build clued me in. It was a

Re: php4...

2003-12-01 Thread Gary Kline
On Mon, Dec 01, 2003 at 03:16:09PM +0100, Roman Neuhauser wrote: Thanks for your help. Last May when I first started working with php another genteman said to forget lang/php4 and just install mod_php4. This worked for awhile. Now that I'm trying to merge php with mysql

Re: php4...

2003-11-30 Thread Gary Kline
On Sun, Nov 30, 2003 at 01:23:33AM -0500, Gerard Samuel wrote: On Sunday 30 November 2003 12:01 am, Gary Kline wrote: Looks like I'm missing /usr/local/bin/php, and lang/php4 is broken. I already have the mod_php4 port installed-- and working. FUDforums2 is looking for the php

Re: php4...

2003-11-30 Thread Matthew Seaman
On Sat, Nov 29, 2003 at 09:01:22PM -0800, Gary Kline wrote: Looks like I'm missing /usr/local/bin/php, and lang/php4 is broken. I already have the mod_php4 port installed-- and working. FUDforums2 is looking for the php bnary, if I'm interpreting the installation

Re: php4...

2003-11-30 Thread Melvyn Sopacua
On Sunday 30 November 2003 08:54, Gary Kline wrote: Another look at the php4 build clued me in. It was a one-line hack to the Makefile... . You shouldn't hack the Makefile, cause now you have both www/mod_php4 and lang/php4 installed and screwed up dependencies. You should

Re: php4...

2003-11-30 Thread Gary Kline
On Sun, Nov 30, 2003 at 10:03:16AM +, Matthew Seaman wrote: On Sat, Nov 29, 2003 at 09:01:22PM -0800, Gary Kline wrote: Looks like I'm missing /usr/local/bin/php, and lang/php4 is broken. I already have the mod_php4 port installed-- and working. FUDforums2 is looking for

Re: php4...

2003-11-30 Thread Melvyn Sopacua
On Sunday 30 November 2003 21:13, Gary Kline wrote: On Sun, Nov 30, 2003 at 01:40:07PM +0100, Melvyn Sopacua wrote: On Sunday 30 November 2003 08:54, Gary Kline wrote: Another look at the php4 build clued me in. It was a one-line hack to the Makefile... . You shouldn't hack the

Re: php4...

2003-11-30 Thread Gerard Samuel
On Sunday 30 November 2003 03:39 pm, Gary Kline wrote: Melvyn Sopacua's advice resolved this php4 snafu. lang/php4 comes first, mod_php4 falls into place cleanly. The problem now (with BBS software not in the ports tree) is that my mysql4 and postgresql7 are not

Re: php4...

2003-11-30 Thread Matthew Seaman
On Sun, Nov 30, 2003 at 12:39:07PM -0800, Gary Kline wrote: The fudforum2/install.php script displays:: FUDforum can utilize either MySQL or PosgreSQL database to store it's data, unfortunately, your PHP does not have support for either one. Please install or load the

Re: php4...

2003-11-30 Thread Melvyn Sopacua
On Sunday 30 November 2003 21:39, Gary Kline wrote: FUDforum can utilize either MySQL or PosgreSQL database to store it's data, unfortunately, your PHP does not have support for either one. Please install or load the appropriate database extension and then re-run the install

Re: php4...

2003-11-30 Thread Melvyn Sopacua
On Sunday 30 November 2003 21:53, Matthew Seaman wrote: You may also need the PEAR DB abstraction layer: try installing the databases/pear-DB port. That's FUD :) IE: FUDforum doesn't require PEAR::DB. http://fud.prohost.org/doc/d/html/installation.html#install.verify.config -- Melvyn

Re: php4...

2003-11-30 Thread Melvyn Sopacua
On Sunday 30 November 2003 22:01, Melvyn Sopacua wrote: Adjust as necessary. After you're done installing, the actual file (ie: with the changes you made) now resides in: /usr/ports/lang/php4/scripts/php4_options Copy that over to /root/php4_options and the next time you upgrade/install the

Re: php4...

2003-11-30 Thread Gary Kline
On Sun, Nov 30, 2003 at 10:53:43PM +0100, Melvyn Sopacua wrote: On Sunday 30 November 2003 22:01, Melvyn Sopacua wrote: Adjust as necessary. After you're done installing, the actual file (ie: with the changes you made) now resides in: /usr/ports/lang/php4/scripts/php4_options Copy

Re: php4...

2003-11-30 Thread Gerard Samuel
On Sunday 30 November 2003 08:29 pm, Gary Kline wrote: Yipes! No wonder no FUD port has been done! I have a one-line php test file in /usr/local/www/data/hello.php; *with* mod_php4, several pages of system data shows up, but with only php4, I have the option to

Re: php4...

2003-11-30 Thread Melvyn Sopacua
On Monday 01 December 2003 02:29, Gary Kline wrote: Yipes! No wonder no FUD port has been done! You mean this? (I'm still trying to improve this, but need a hack on bsd.php.mk to make it more user-friendly). Oh - just create /usr/ports/www/fudforum, cd into it and sh /path/to/

Re: php4...

2003-11-30 Thread Melvyn Sopacua
[ inlined since it was stripped ] On Monday 01 December 2003 02:29, Gary Kline wrote: Yipes! No wonder no FUD port has been done! You mean this? (I'm still trying to improve this, but need a hack on bsd.php.mk to make it more user-friendly). Oh - just create

Re: php4...

2003-11-30 Thread Gary Kline
On Sun, Nov 30, 2003 at 09:12:03PM -0500, Gerard Samuel wrote: On Sunday 30 November 2003 08:29 pm, Gary Kline wrote: Yipes! No wonder no FUD port has been done! I have a one-line php test file in /usr/local/www/data/hello.php; *with* mod_php4, several pages of system

Re: php4...

2003-11-30 Thread Gary Kline
On Mon, Dec 01, 2003 at 03:39:37AM +0100, Melvyn Sopacua wrote: On Monday 01 December 2003 02:29, Gary Kline wrote: Yipes! No wonder no FUD port has been done! You mean this? (I'm still trying to improve this, but need a hack on bsd.php.mk to make it more user-friendly).

Re: php4...

2003-11-30 Thread Melvyn Sopacua
On Monday 01 December 2003 04:50, Gary Kline wrote: On Mon, Dec 01, 2003 at 03:39:37AM +0100, Melvyn Sopacua wrote: On Monday 01 December 2003 02:29, Gary Kline wrote: Yipes! No wonder no FUD port has been done! You mean this? (I'm still trying to improve this, but need a

Re: php4...

2003-11-30 Thread Gary Kline
On Mon, Dec 01, 2003 at 05:06:38AM +0100, Melvyn Sopacua wrote: On Monday 01 December 2003 04:50, Gary Kline wrote: On Mon, Dec 01, 2003 at 03:39:37AM +0100, Melvyn Sopacua wrote: On Monday 01 December 2003 02:29, Gary Kline wrote: Yipes! No wonder no FUD port has been done!

Re: php4-4.3.4 port with apache-2.0.48_1 instead of apache-1.3.29_1

2003-11-29 Thread Jez Hancock
On Sat, Nov 29, 2003 at 02:42:18AM -0500, Seamus Abshere wrote: I would like to use the php4-4.3.4 port with the apache-2.0.48_1 port, but php4-4.3.4 lists apache-1.3.29_1 as a dependency. Try building mod_php4 with the flag -DWITH_APACHE2: cd /usr/ports/www/mod_php4/ make clean install

Re: php4...

2003-11-29 Thread Gerard Samuel
On Sunday 30 November 2003 12:01 am, Gary Kline wrote: Looks like I'm missing /usr/local/bin/php, and lang/php4 is broken. I already have the mod_php4 port installed-- and working. FUDforums2 is looking for the php bnary, if I'm interpreting the installation message

Re: php4-cli with mod_php4

2003-11-10 Thread Kevin D. Kinsey, DaleCo, S.P.
Jim Flowers wrote: I would like to have a cli php as well as mod_php4 with apache2. I installed php4-cli but then had to deinstall it when mod_php4 complained about it using the same install locations. It seems like maybe use a different prefix (/usr/local/php4?) but I don't know. Is there

Re: php4-cgi -- internal server errror (solution)

2003-08-31 Thread Lin Jianfong
] Subject: Re: php4-cgi -- internal server errror (solution) Date: Sat, 30 Aug 2003 23:06:49 +0200 (CEST) MIME-Version: 1.0 Received: from vogon.ccgis.de ([212.79.172.106]) by mc9-f42.bay6.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Sat, 30 Aug 2003 14:11:09 -0700 Received: from amavis

Re: php4-cgi -- internal server errror (solution)

2003-08-30 Thread Benjamin Thelen (CCGIS)
Hi, I think I know what you're talking about, it's the UMN Mapserver for GIS application. Basically it's the php-mapscript part which needs php to be compiled as cgi. It's a wonderful open source GIS app which works very nice and very stable once configured correctly but it's a major pain

Re: php4-cgi -- internal server errror

2003-08-27 Thread Lin Jianfong
Hi, I think I know what you're talking about, it's the UMN Mapserver for GIS application. Basically it's the php-mapscript part which needs php to be compiled as cgi. It's a wonderful open source GIS app which works very nice and very stable once configured correctly but it's a major pain in

RE: php4

2003-07-11 Thread Timms, Simon
Well this should really be on -questions, I'll forward it there. This is a huge config file but iff I am reading it correctly then what the problem probably is; is SSL. Mod_php4 only gets loaded if you define SSL. It may be that ssl is not defined. So try it by moving the LoadModule

Re: PHP4 install problems

2002-11-06 Thread dslb
YES! Adding -DWITH_APACHE2 worked, thanks :-D br socketd To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: php4 apache 2

2002-10-08 Thread Wesley Morgan
Make sure you include SSL support in php. I believe this is your problem. On Tue, 8 Oct 2002, Jeff MacDonald wrote: I installed apache2 and php4 from ports, when i try to start apache iget this Syntax error on line 193 of /usr/local/etc/apache2/httpd.conf: Cannot load

Re: php4 apache 2

2002-10-08 Thread Thomas T. Veldhouse
Don't chose the IMAP-SSL option. It has been broken for years and years Tom Veldhouse - Original Message - From: Jeff MacDonald [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 08, 2002 10:22 AM Subject: php4 apache 2 I installed apache2 and php4 from ports, when i

RE: php4 apache 2

2002-10-08 Thread Jeff MacDonald
Thanks for the suggestion, i just tried that, didn't make any difference. jeff. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Wesley Morgan Sent: Tuesday, October 08, 2002 12:46 PM To: Jeff MacDonald Cc: [EMAIL PROTECTED] Subject: Re: php4

Re: php4 apache 2

2002-10-08 Thread Thomas T. Veldhouse
PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, October 08, 2002 11:45 AM Subject: Re: php4 apache 2 Make sure you include SSL support in php. I believe this is your problem. On Tue, 8 Oct 2002, Jeff MacDonald wrote: I installed apache2 and php4 from ports, when i try to start apache iget

Re: php4 apache 2

2002-10-08 Thread Wesley Morgan
On Tue, 8 Oct 2002, Thomas T. Veldhouse wrote: Actually, the problem occurs when you build in IMAP-SSL. It has not worked for a very long time. I am not entirely sure why, as I have not had a large enough need to look into it. Yeah I just realized that when Jeff said it didnt work :...

Re: php4 apache 2

2002-10-08 Thread Thomas T. Veldhouse
PM Subject: Re: php4 apache 2 On Tue, 8 Oct 2002, Thomas T. Veldhouse wrote: Actually, the problem occurs when you build in IMAP-SSL. It has not worked for a very long time. I am not entirely sure why, as I have not had a large enough need to look into it. Yeah I just realized

RE: php4 apache 2

2002-10-08 Thread Jeff MacDonald
; [EMAIL PROTECTED] Subject: Re: php4 apache 2 If you build mod_php4 and choose imap-ssl and you have not yet built the imap client library (cclient), it will build it as a dependency, but it will not build it with ssl support and thus it will fail. Solution is to build cclient with SSL support

RE: php4 apache 2

2002-10-08 Thread Octavian Hornoiu
Bah... Sorry, forgot to post topic on last message Here is what to do: I had the same problem... This is how to fix it. First, go back into ports and do a make deinstall and then a make clean to get rid of your previous make configuration stuff. Then run make in the mod_php4 dir and go through

<    1   2