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 page.

 Cheers,

 Matthew


-- 
Dr Matthew J Seaman MA, D.Phil.   8 Dane Court Manor
  School Rd
PGP: http://www.infracaninophile.co.uk/pgpkey Tilmanstone
Tel: +44 1304 617253  Kent, CT14 0JL UK


pgpwSdrjrTjY0.pgp
Description: PGP signature


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 wipe out all traces of apache and php to start
from scratch?
thanks,
ken;
If I remeber correcly run "make config" that will allow you to access
the options menu and remove the X near the Apache2
Then run "make install clean" and you shoud be good to go.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 will allow you to access
the options menu and remove the X near the Apache2

Then run "make install clean" and you shoud be good to go.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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, 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, Ken Hawkins wrote:
--with-apxs

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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, Ken Hawkins wrote:
> --with-apxs

-- 
By reading this mail you agree to the following:

using or giving out the email address and any 
other info of the author of this email is strictly forbidden.
By acting against this agreement the author of this mail 
will take possible legal actions against the abuse.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 
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 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 wrote:
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 the appropiate switch --with-apxs 
(without
the 2)
--
By reading this mail you agree to the following:
using or giving out the email address and any
other info of the author of this email is strictly forbidden.
By acting against this agreement the author of this mail
will take possible legal actions against the abuse.
--
By reading this mail you agree to the following:
using or giving out the email address and any
other info of the author of this email is strictly forbidden.
By acting against this agreement the author of this mail
will take possible legal actions against the abuse.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 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 wrote:
> > 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 the appropiate switch --with-apxs (without
> >> the 2)
> >
> > --
> > By reading this mail you agree to the following:
> >
> > using or giving out the email address and any
> > other info of the author of this email is strictly forbidden.
> > By acting against this agreement the author of this mail
> > will take possible legal actions against the abuse.

-- 
By reading this mail you agree to the following:

using or giving out the email address and any 
other info of the author of this email is strictly forbidden.
By acting against this agreement the author of this mail 
will take possible legal actions against the abuse.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 wrote:
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 the appropiate switch --with-apxs (without
the 2)
--
By reading this mail you agree to the following:
using or giving out the email address and any
other info of the author of this email is strictly forbidden.
By acting against this agreement the author of this mail
will take possible legal actions against the abuse.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 the appropiate switch --with-apxs (without
> the 2)

-- 
By reading this mail you agree to the following:

using or giving out the email address and any 
other info of the author of this email is strictly forbidden.
By acting against this agreement the author of this mail 
will take possible legal actions against the abuse.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 apache13 the server installation seems to have 
gone fine however on reinstalling mod_php4 I get the following from the 
command line when running 'make install clean';

...
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
checking for member fd in BUFF *... no
checking for mod_charset compatibility option... no
checking for Apache 2.0 filter-module support via DSO through APXS... no
checking for Apache 2.0 handler-module support via DSO through APXS... 
apxs:Error: Invalid query string `BINDIR'
apxs:Error: Invalid query string `MPM_NAME'
apxs:Error: Invalid query string `APU_BINDIR'
apxs:Error: Invalid query string `APR_BINDIR'
./configure: /apu-config: not found
./configure: /apr-config: not found
configure: error: You have enabled Apache 2 support while your server 
is Apache 1.3.  Please use the appropiate switch --with-apxs (without 
the 2)
===>  Script "configure" failed unexpectedly.
Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
"/usr/ports/www/mod_php4/work/php-4.3.9/config.log" including the 
output of
the failure of your make command. Also, it might be a good idea to 
provide
an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

Stop in /usr/ports/www/mod_php4.
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;
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"