Hi all,

I am trying to compile php-4.3.4 with imap support. make appears to work fine, but I 
get the following on make install:

Installing shared extensions:     
/usr/local/lib/php/extensions/no-debug-non-zts-20020429/
Installing PEAR environment:      /usr/local/lib/php/
make[1]: *** [install-pear-installer] Segmentation fault
make: *** [install-pear] Error 2

If I remove the --with-imap from the configure file , it installs just fine. I've 
found comparable problems via google, but haven't been able to figure out anything. Is 
there something obvious I'm missing?

Any help will be appreciated.

- Russ

I'm working on RedHat 9

Original configure:                                                                    
      
--with-mysql
--with-apxs2=/usr/local/apache2/bin/apxs
--with-mssql
--with-openssl                                                                       
--with-zlib-dir=/usr/lib
--with-dom
--with-dom-xslt
--with-gd
--with-jpeg-dir                                                                      
--with-freetype-dir=/usr/include/freetype2/
--enable-bcmath
--with-ldap
--with-config-file-path=/etc/php                                                     
--with-recode
--with-mcrypt
--with-gettext
--with-curl
--with-imap=/usr/lib
--with-imap-ssl
--with-kerberos
--enable-ftp

Reply via email to