Article:
 |
|
A PHP Web Services Client
|
| Subject: |
|
pear install <pkg> problems |
| Date: |
|
2003-07-25 09:47:16 |
| From: |
|
anonymous2
|
|
|
|
I couldn't get past
pear install SOAP
getting this error:
[root@localhost root]# pear install SOAP
downloading http://pear.php.net/get/SOAP ...
...done: 74,913 bytes
Relation 'has' with requirement '' is not supported
Relation 'has' with requirement '' is not supported
Relation 'has' with requirement '' is not supported
Relation 'has' with requirement '' is not supported
Dependencies failed
---------------------------------------
and that's it - can't get any further.
System:
Red Hat Linux 9
php -v
4.2.2
I did install many dependencies using 'pear install blah', but not sure how to fix these SOAP install errors.
Thanks.
Hardy Merrill
Red Hat, Inc.
|
Showing messages 1 through 1 of 1.
1) Check which version of pear you are using by running "pear -V". If it's not 1.1, please try upgrading using "pear upgrade pear"
2) PHP 4.2.2 is very old. (Like over a year.) Try upgrading to a newer version, like 4.3.2. (This may also upgrade pear for you as part of the install process.)
If neither of these work, or you really can't do this for some reason, let me know. I have an old Redhat 8.x box I can try and boot up to see if it's some Linux problem. (I'm using Mac OS X.) That seems unlikely, but possible.
-adam