Re: port newbie question

2005-01-26 Thread Ken Hawkins
that did the trick! thanks, i was typing 'make configure' and not 'make config' On Jan 25, 2005, at 9:32 PM, John Koepke wrote: I think this is a simple thing to do and i need to be running apache13 with php. how can i clean this up and set up apache13 along with php4? is there an easy way to

Re: port newbie question

2005-01-26 Thread Matthew Seaman
On Tue, Jan 25, 2005 at 04:34:59PM -0500, Ken Hawkins wrote: thanks but no cigar on that one. I also have tried running make configure with no luck. I am at y wits end and am trying to find a way to wipe it and start over again! # make reconfig It's all explained in the ports(7) man

port newbie question

2005-01-25 Thread Ken Hawkins
I searched and couldn't find this so I will ask an (I'm sure to most) easy question. I installed apache2 and mod_php4 on a 4.9 FreeBSD box however, I needed to install apache13 and NOT apache2. i went through and deinstalled mod_php4 and then deinstalled apache2. on the new installation

Re: port newbie question

2005-01-25 Thread Oliver Leitner
You get something like an options menu if youre trying to install that program? Greetings Oliver Leitner Technical Staff http://www.shells.at On Tuesday 25 January 2005 21:21, Ken Hawkins wrote: configure: error: You have enabled Apache 2 support while your server is Apache 1.3.  Please use

Re: port newbie question

2005-01-25 Thread Ken Hawkins
Now that you mention it I did the first time I installed mod_php4 but not now. when I deinstalled mod_php4 I used 'make deinstall distclean' to clear it out. maybe there is a -D switch i can send make so that I can get an interactive menu again? ken; On Jan 25, 2005, at 3:21 PM, Oliver Leitner

Re: port newbie question

2005-01-25 Thread Oliver Leitner
try to remove the work subdir from the port directory of your application, that might do the trick... On Tuesday 25 January 2005 21:32, Ken Hawkins wrote: Now that you mention it I did the first time I installed mod_php4 but not now. when I deinstalled mod_php4 I used 'make deinstall

Re: port newbie question

2005-01-25 Thread Ken Hawkins
thanks but no cigar on that one. I also have tried running make configure with no luck. I am at y wits end and am trying to find a way to wipe it and start over again! ken; On Jan 25, 2005, at 3:31 PM, Oliver Leitner wrote: try to remove the work subdir from the port directory of your

Re: port newbie question

2005-01-25 Thread Oliver Leitner
try to call ./configure with that switch... ./configure --with-apxs=/path/to/bin/apxs btw, a tip, if youre just installing ports, use something like portinstall rather than doing it all by hand;) Greetings Oliver Leitner Technical Staff http://www.shells.at On Tuesday 25 January 2005 22:34,

Re: port newbie question

2005-01-25 Thread Nigel Wohlers
If you delete the /var/db/ports/mod_php4 directory and install the port again, you should have the menu popup so that you can deselect Apache2. Oliver Leitner wrote: try to call ./configure with that switch... ./configure --with-apxs=/path/to/bin/apxs btw, a tip, if youre just installing ports,

Re: port newbie question

2005-01-25 Thread John Koepke
I think this is a simple thing to do and i need to be running apache13 with php. how can i clean this up and set up apache13 along with php4? is there an easy way to wipe out all traces of apache and php to start from scratch? thanks, ken; If I remeber correcly run make config that