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 recompile only a part? Met vriendelijke groeten Jack Raats
On 7/23/05, Jack Raats <jack@raats.xs4all.nl> wrote:> 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 recompile only a part? > > Met vriendelijke groeten > Jack RaatsWhy 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 that need updating. -- Regards. Abu Khaled
On 7/23/05, Jack Raats <jack@raats.xs4all.nl> wrote:>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 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, G?bor K?vesd?n