Re: reconfigure php4-extensions

2005-02-03 Thread Richard Bradley
On Thursday 03 February 2005 01:45, albi wrote:
 Richard Bradley wrote:
  Now I want to install some extensions that I didn't choose the first time
  round, but I can't get the menu to reappear.
 
  I have tried:
 
  make clean  make
  make deinstall  make reinstall
  make configure

 you might want to try : make distclean
 that did the trick for me afair

Thanks very much.

I'm not sure what did the trick in the end, but some combined effect of the 
following commands sorted it out:

make config  (brought up the menu!)
make   (returned as if everything was already compiled)
make distclean  (did some work)
make(returned as if everything was already compiled)
make install   (compiled the new extension, then asked for a deinstall)
make deinstall
make reinstall

Where is this documented (i.e. is there any way I could have found this out 
for myself)?


Rich

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


reconfigure php4-extensions

2005-02-02 Thread Richard Bradley
Hi,

When I installed php4 from a port, I also installed php4-extensions. It gave 
me an ncurses menu to choose from possible extensions.

Now I want to install some extensions that I didn't choose the first time 
round, but I can't get the menu to reappear.

I have tried:

make clean  make
make deinstall  make reinstall
make configure

All of which complete normally, but don't present the menu for me to change 
the options.

What should I do to add a new extension?


Many thanks,


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


Re: reconfigure php4-extensions

2005-02-02 Thread Tim Aslat
In the immortal words of Richard Bradley [EMAIL PROTECTED]...
 What should I do to add a new extension?

Try make config


-- 
Tim Aslat [EMAIL PROTECTED]
Spyderweb Consulting
http://www.spyderweb.com.au
Phone: +61 0401088479
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: reconfigure php4-extensions

2005-02-02 Thread albi
Richard Bradley wrote:
Now I want to install some extensions that I didn't choose the first time 
round, but I can't get the menu to reappear.

I have tried:
make clean  make
make deinstall  make reinstall
make configure
you might want to try : make distclean
that did the trick for me afair
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]