[imp] Much concern from IMP

Steve Lidie sol0@Lehigh.EDU
Tue, 23 Jul 2002 13:26:55 -0400


On Tuesday, July 23, 2002, at 01:14 PM, Kenny Olano wrote:

> What is the best way to upgrade your php if you didn't install using
> precompiled binaries?
>

Well, I simply re-compiled.  Note, I was running PHP 4.2.0, and first 
applied the 4.2.0 -> 4.2.2 patch, which went w/o a problem, however, Apache 
failed to start because of an unresolved external (_emalloc, I believe).  
So I fetched the entire 4.2. tarball, recompiled from scratch, and it 
worked.  Along the lines of:

./configure --with-mysql --with-apxs --with-gettext --with-xml --with-imap 
--with-kerberos --with-imap-ssl=/lib --with-ldap=/usr
make
make install

Is that all you wanted to know?

Steve