Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

rc-inetd

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
rpm -i proftpd-1.2.0rc2-9.i386.rpm
> error: failed dependencies:
> rc-inetd is needed by proftpd-1.2.0rc2-9
> inetdaemon is needed by proftpd-1.2.0rc2-9
> [root@localhost /root]# dir
> proftpd-1.2.0rc2-9.i386.rpm proftpd-1.2.0rc2.tar.gz
> rc-inetd-0.12-1.noarch.rpm rlinetd-0.5.1-10.i386.rpm
> [root@localhost /root]# rpm -i rlinetd-0.5.1-10.i386.rpm
> error: failed dependencies:
> rc-inetd is needed by rlinetd-0.5.1-10
> rc-scripts is needed by rlinetd-0.5.1-10
> /etc/rc.d/init.d/rc-inetd is needed by rlinetd-0.5.1-10
> libcap.so.1 is needed by rlinetd-0.5.1-10
> libwrap.so.0 is needed by rlinetd-0.5.1-10
> libcap is needed by rlinetd-0.5.1-10
> libwrap is needed by rlinetd-0.5.1-10
> [root@localhost /root]# rpm -i rc-inetd-0.12-1.noarch.rpm
> error: failed dependencies:
> inetdaemon is needed by rc-inetd-0.12-1


does anyone know what to do about this,
I`m running redhat7 and the only thing I didnot try is a complete installation with all packages, but I dont wanna do this, this is 2 much,'
can anyone give me a hint

 
If you do a man rpm, you will find a switch that disables dependencie checks, I don't know if this is a good idea?? rpm -i all the packages individualy, or thrue a script, it does not take long!

Tony
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top