After a successful ./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs --enable-exif and a successful make, a make install hangs my machine after displaying the following:
[root@core php-4.3.4]# make install
Installing PHP CLI binary: /usr/local/bin/
Installing PHP CLI man page: /usr/local/man/man1/
Installing PHP SAPI module: apache
[activating module `php4' in /usr/local/apache/conf/httpd.conf]
cp libs/libphp4.so /usr/local/apache/libexec/libphp4.so
chmod 755 /usr/local/apache/libexec/libphp4.so
cp /usr/local/apache/conf/httpd.conf /usr/local/apache/conf/httpd.conf.bak
cp /usr/local/apache/conf/httpd.conf.new /usr/local/apache/conf/httpd.conf
rm /usr/local/apache/conf/httpd.conf.new
Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20020429/
Installing PEAR environment: /usr/local/lib/php/
[PEAR] Archive_Tar - installed: 1.1
[PEAR] Console_Getopt - installed: 1.0
[PEAR] PEAR - installed: 1.3b3
Wrote PEAR system config file at: /usr/local/etc/pear.conf
You may want to add: /usr/local/lib/php to your php.ini include_path
[PEAR] DB - installed: 1.5.0RC2
[PEAR] HTTP - installed: 1.2.1
[PEAR] Mail - installed: 1.1.1
[PEAR] Net_SMTP - installed: 1.2.3
[PEAR] Net_Socket - installed: 1.0.1
[PEAR] XML_Parser - installed: 1.0.1
[PEAR] XML_RPC - installed: 1.0.4
Installing build environment: /usr/local/lib/php/build/
Installing header files: /usr/local/include/php/
And at this point the machine (Linux) hangs, stops responding to pings and doesn't respond to console commands.
I've successfully installed PHP 4.2.1 on this machine, albeit without exif support. This time around I was attempting to upgrade to 4.3.4 and exif support. Is there something I'm missing that I need for exif support? I can't figure out why the machine is hanging :-/
Any help is much appreciated!