First off I want to say thank you in advance for any help anyone can
provide. I'm a complete newb to unix, php, and freebsd. I have a root access
to a virtual server on my host. They are running version 4.0.6 of PHP and I
want to upgrade it 4.3.4. My host provided a document on the steps to
upgrade. So I followed them as follows:
- lynx php.net/downloads.php - (downloaded 4.3.4)
- tar -zxvf php-4.2.1.tar.gz (unzipped it)
- cd php-4.2.1
- Created a test file with <? phpinfo(); ?> and retrieved my configuration
line.
- Executed configuration line
'./configure' '--with-apxs=/usr/local/www/bin/apxs'
'--with-config-file-path=/usr/local/www/etc' '--enable-versioning'
'--with-system-regex' '--disable-debug' '--enable-track-vars' '--without-gd'
'--without-mysql' '--with-zlib' '--with-imap=/usr/local'
'--with-mysql=/usr/local' '--prefix=/usr/local/www' 'i386--freebsd4.4'
- make (this is where it bombed out)
It stopped there and I got this error
*** Error code 1
Stop in /usr/home/usr122058075/php-4.3.4.
I have no clue where to go from there. I can barely navigate lol. Here are
my server stats
running Apache/1.3.22 (Unix) PHP/4.0.6 mod_perl/1.26 FrontPage/5.0.2.2623
AuthMySQL/2.20 mod_ssl/2.8.5 OpenSSL/0.9.6a on FreeBSD
Any helped would be greatly appreciated. Thank you