Hi guys,
First off thanks for having a forum for helping people new to php, I think thats great. I have done some reading, and I have worked with php/installations before, but I am still fairly new to it. Heres my problem:
I'm using redhat 7.2. I'm running linux, php 4.06/mysql 4.06. I'm using postnuke. I've installed a module that requires PHP 4.1, but I get the following error when I try to install it:
error: failed dependencies:
libcurl.so.2 is needed by php-4.1.2-7
php = 4.0.6-16 is needed by php-mysql-4.0.6-16
Curl actually already is installed, I installed apt-get and did an apt-get update, then update-distro and updated the system. Still i can't install the new version of PHP, heres the error I get:
error: failed dependencies:
libcurl.so.2 is needed by php-4.1.2-7
Heres the version of curl i have:
rpm -qa | grep curl
curl-7.8-1
I also tried building from the source:
[root@vnsv20008 www]# rpm --rebuild php-4.1.2-7.src.rpm
Installing php-4.1.2-7.src.rpm
error: failed build dependencies:
apache-devel is needed by php-4.1.2-7
gdbm-devel is needed by php-4.1.2-7
imap-devel >= 2000-9 is needed by php-4.1.2-7
krb5-devel is needed by php-4.1.2-7
mysql-devel is needed by php-4.1.2-7
openssl-devel is needed by php-4.1.2-7
postgresql-devel is needed by php-4.1.2-7
pam-devel is needed by php-4.1.2-7
freetype-devel >= 2.0.0 is needed by php-4.1.2-7
gd-devel is needed by php-4.1.2-7
libjpeg-devel is needed by php-4.1.2-7
libpng-devel is needed by php-4.1.2-7
zlib-devel is needed by php-4.1.2-7
unixODBC-devel is needed by php-4.1.2-7
pspell-devel is needed by php-4.1.2-7
curl-devel >= 7.9 is needed by php-4.1.2-7
bzip2-devel >= 1.0 is needed by php-4.1.2-7
mm-devel is needed by php-4.1.2-7
gmp-devel is needed by php-4.1.2-7
expat-devel is needed by php-4.1.2-7
ucd-snmp-devel is needed by php-4.1.2-7
libxml2-devel >= 2.4 is needed by php-4.1.2-7
libstdc++-devel is needed by php-4.1.2-7
imap-devel is needed by php-4.1.2-7
openldap-devel is needed by php-4.1.2-7
Anyone have suggestions on how to succesfully upgrade to the newest version? Its fairly important because the site is used for the companies intranet, and its taking longer then expected to setup this module (which is a photo gallery). Thanks alot.
Justin