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 conf

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 ___

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@fr

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