Click to See Complete Forum and Search --> : Trying to setup qpopper/php and getting errors.


0piate
01-31-2001, 10:16 PM
Im getting these dependancies errors when trying to install these files. What do I need todo to fix this problem so that these rpms can be installed?

Im running redhat 6.2 on a p3 intel machine.

[root@cdgaming src]# rpm -i qpopper-3.0.2-6.i386.rpm
error: failed dependencies:
inetdaemon is needed by qpopper-3.0.2-6
rc-inetd is needed by qpopper-3.0.2-6
rpmlib(PayloadIsBzip2) <= 3.0.5-1 is needed by qpopper-3.0.2-6
[root@cdgaming src]# cp /home/marley/php-4.0.3-1.sparc.rpm /usr/src/
[root@cdgaming src]# rpm -i php-4.0.3-1.sparc.rpm
error: failed dependencies:
apache(EAPI) >= 1.3.9 is needed by php-4.0.3-1
/usr/sbin/apxs is needed by php-4.0.3-1
libmm.so.11 is needed by php-4.0.3-1
libt1.so.1 is needed by php-4.0.3-1
rpmlib(PayloadIsBzip2) <= 3.0.5-1 is needed by php-4.0.3-1


Also, how do I know which rpms I need to get... ie, for i386, i586 etc...

Thx J

------------------

http://www.cdgaming.com

0piate
02-08-2001, 01:36 AM
Can anyone help me with this prob?

mulhern
02-09-2001, 04:22 PM
your mixing and matching hardware archtectures. SPARC machines are like the difference between a PC and a MAC they are run on different CPU chips. It is probably easiest to install all the software with i386 suffix because it is the most compatible on intel machines.

Also go to the www.qualcomm.com (http://www.qualcomm.com) and find out if qpopper is compatible with PHP.

I was able to download the source code for qpopper and follow the directions on the INSTALL file and successfully get it running on Redhat 7 . The dependency issues seem to be that those packages are not installed .

to solve the problem( if your using RPMS to install) goto to www.rpmfind.net (http://www.rpmfind.net) and find and install all of those packages that are for your version of Linux. do this before you attempt to install the qpopper program.
Some are generic rpms and some are made specific for certain distros.


Good Luck!

Mulhern


Originally posted by 0piate:
Im getting these dependancies errors when trying to install these files. What do I need todo to fix this problem so that these rpms can be installed?

Im running redhat 6.2 on a p3 intel machine.

[root@cdgaming src]# rpm -i qpopper-3.0.2-6.i386.rpm
error: failed dependencies:
inetdaemon is needed by qpopper-3.0.2-6
rc-inetd is needed by qpopper-3.0.2-6
rpmlib(PayloadIsBzip2) <= 3.0.5-1 is needed by qpopper-3.0.2-6
[root@cdgaming src]# cp /home/marley/php-4.0.3-1.sparc.rpm /usr/src/
[root@cdgaming src]# rpm -i php-4.0.3-1.sparc.rpm
error: failed dependencies:
apache(EAPI) >= 1.3.9 is needed by php-4.0.3-1
/usr/sbin/apxs is needed by php-4.0.3-1
libmm.so.11 is needed by php-4.0.3-1
libt1.so.1 is needed by php-4.0.3-1
rpmlib(PayloadIsBzip2) <= 3.0.5-1 is needed by php-4.0.3-1


Also, how do I know which rpms I need to get... ie, for i386, i586 etc...

Thx J

------------------
<A HREF="http://www.cdgaming.com[/b" TARGET=_blank>]http://www.cdgaming.com[/QUOTE]</A>

[ 09 February 2001: Message edited by: mulhern ]