php4 extensions

2006-03-06 Thread Grant Peel
Hi all, IU ran the php4-extensions a while back, but now a client is asking for curl to be installed. When I run php4-extensions, it says that it (php4-extensions) is already installed. How to I reconfigure it to load the GUI so I can install curl? Als0, I presume after that php4

Re: php4 extensions

2006-03-06 Thread Kevin Kinsey
Grant Peel wrote: Hi all, IU ran the php4-extensions a while back, but now a client is asking for curl to be installed. When I run php4-extensions, it says that it (php4-extensions) is already installed. How to I reconfigure it to load the GUI so I can install curl? Als0, I presume after

Trouble with PHP4-extensions

2005-07-23 Thread Jack Raats
I had installed Apache, PHP4.40 and imap on a FreeBSD 5.4-STABLE server. It worked OK. I had to recompile IMAP and after this apache refuses to start. I have to recompile the php4-imap part of php. How to do this? Deinstall php4 completely and then reinstall it or Can i use the extensions to

Re: Trouble with PHP4-extensions

2005-07-23 Thread Abu Khaled
and then reinstall it or Can i use the extensions to recompile only a part? Met vriendelijke groeten Jack Raats Why don't you use sysutils/portmanager or sysutils/portupgrade in the ports directory. These utilities do a good job at solving such problems and you might have other php4-extensions

Re: Trouble with PHP4-extensions

2005-07-23 Thread Kövesdán Gábor
and then reinstall it or Can i use the extensions to recompile only a part? Met vriendelijke groeten Jack Raats Just delete only php4-imap with pkg_delete, then mkdir to /usr/ports/lang/php4-extensions and make config. Make only imap part selected and make FORCE_PKG_REGISTER=YES install. Cheers

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

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

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 ___

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

Properly installing PHP4 extensions under Apache 1.3.x

2005-01-04 Thread Olaf Greve
CVSup 2) Build the /usr/ports/lang/php4 port (= 4.3.10 - make install) 3) Build the /usr/ports/lang/php4-extensions port 4) Build several extensions I need (GD, MySQL, session), again, I did do a make install 5) Restart Apache Double checking the installation shows: pkg_info | grep php php4

Re: Properly installing PHP4 extensions under Apache 1.3.x

2005-01-04 Thread Olaf Greve
/php4 port (= 4.3.10 - make install) 3) Build the /usr/ports/lang/php4-extensions port 4) Build several extensions I need (GD, MySQL, session), again, I did do a make install 5) Comment out the extension_dir directive in php.ini 6) Restart Apache Cheers! Olafo

Re: php4-extensions

2004-11-24 Thread Uwe Laverenz
On Wed, Nov 24, 2004 at 09:12:48AM +0200, Cristi Tauber wrote: I searched the google and i found something about libmagic and to reinstall it. But i cannot find such a package/port . Anyone bump IIRC libmagic is included in /usr/ports/sysutils/file . cu, Uwe

Re: php4-extensions

2004-11-24 Thread Cristi Tauber
It works Thanks a lot Uwe .. Cristi Uwe Laverenz wrote: On Wed, Nov 24, 2004 at 09:12:48AM +0200, Cristi Tauber wrote: I searched the google and i found something about libmagic and to reinstall it. But i cannot find such a package/port . Anyone

php4-extensions

2004-11-23 Thread Cristi Tauber
/sysutils/pecl-fileinfo. *** Error code 1 Stop in /usr/ports/lang/php4-extensions. I searched the google and i found something about libmagic and to reinstall it. But i cannot find such a package/port . Anyone bump into this ??? Thanks Cristi

Re: php4-extensions broken dependency

2004-11-16 Thread Benjamin Thelen
Matthew Seaman wrote: On Tue, Nov 09, 2004 at 09:06:46AM -0500, dave wrote: I've installed apache2 and mod_php4 and configured the extensions_dir setting in php.ini. I then went to install lang/php4-extensions, but one of the extensions i selected is mcve, marked as broken. When i try to get

Re: php4-extensions broken dependency

2004-11-16 Thread Matthew Seaman
On Tue, Nov 16, 2004 at 04:01:38PM +0100, Benjamin Thelen wrote: Matthew Seaman wrote: On Tue, Nov 09, 2004 at 09:06:46AM -0500, dave wrote: I've installed apache2 and mod_php4 and configured the extensions_dir setting in php.ini. I then went to install lang/php4-extensions, but one

php4-extensions broken dependency

2004-11-09 Thread dave
Hello, I've installed apache2 and mod_php4 and configured the extensions_dir setting in php.ini. I then went to install lang/php4-extensions, but one of the extensions i selected is mcve, marked as broken. When i try to get around this the install detects my previous configuration choices

Re: php4-extensions broken dependency

2004-11-09 Thread Matthew Seaman
On Tue, Nov 09, 2004 at 09:06:46AM -0500, dave wrote: I've installed apache2 and mod_php4 and configured the extensions_dir setting in php.ini. I then went to install lang/php4-extensions, but one of the extensions i selected is mcve, marked as broken. When i try to get around

How to get php4 extensions to show up?

2004-08-18 Thread Mike
Greetings, I'm running 4.10. And I just and ran portupgrade and got php-4.3.8. I read the UPDATING file and noticed that the php4 extensions are now installed separately [/usr/ports/lang/php4-extensions]. Note: I'm running Apache-1.3.31 So I installed (make install make clean) the php4

Re: How to get php4 extensions to show up?

2004-08-18 Thread Matthew Seaman
On Wed, Aug 18, 2004 at 08:46:58AM -0700, Mike wrote: I'm running 4.10. And I just and ran portupgrade and got php-4.3.8. I read the UPDATING file and noticed that the php4 extensions are now installed separately [/usr/ports/lang/php4-extensions]. Note: I'm running Apache-1.3.31 So I

Re: How to get php4 extensions to show up?

2004-08-18 Thread Mike
Odhiambo Washington wrote: * Mike [EMAIL PROTECTED] [20040818 18:47]: wrote: Greetings, I'm running 4.10. And I just and ran portupgrade and got php-4.3.8. I read the UPDATING file and noticed that the php4 extensions are now installed separately [/usr/ports/lang/php4-extensions]. Note: I'm

Re: How to get php4 extensions to show up?

2004-08-18 Thread Mike
Matthew Seaman wrote: On Wed, Aug 18, 2004 at 08:46:58AM -0700, Mike wrote: I'm running 4.10. And I just and ran portupgrade and got php-4.3.8. I read the UPDATING file and noticed that the php4 extensions are now installed separately [/usr/ports/lang/php4-extensions]. Note: I'm running

Re: How to get php4 extensions to show up?

2004-08-18 Thread Paul Schmehl
--On Wednesday, August 18, 2004 08:46:58 AM -0700 Mike [EMAIL PROTECTED] wrote: Greetings, I'm running 4.10. And I just and ran portupgrade and got php-4.3.8. I read the UPDATING file and noticed that the php4 extensions are now installed separately [/usr/ports/lang/php4-extensions]. Did you