On Tue, 25 Feb 2003 17:24:08 +0100, Michael Schwendt wrote
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Tue, 25 Feb 2003 16:18:25 +0100, forums wrote:
> 
> > I am trying to install 'vsftpd-1.1.0-1.i386.rpm'  (downloaded from RedHat)
> > but get the following message on ' rpm -ivh vsftpd-1.1.0-1.i386.rpm ' :
> > 
> > error: failed dependencies:
> >         libc.so.6(GLIBC_2.3)   is needed by vsftpd-1.1.0-1
> > 
> > So, I downloaded 'glibc-2.3.1-6.i386.rpm ' (from linux.cis.nctu.edu.tw) but 
> > then i get the following message on  'rpm -ivh glibc-2.3.1-6.i386.rpm' :
> > 
> > error: failed dependencies:
> >         glibc-common = 2.3.1-6 is needed by glibc-2.3.1-6
> >         glibc > 2.2.4 conflicts with glibc-common-2.2.4-31.7
> > 
> > How do I get passed this dependencie thing or is there a other option to 
> > install VSFTPD ?
> 
> Find a vsftpd package which is for your particular version of the
> distribution. Alternatively, try rebuilding the src.rpm package for
> your distribution.
> 
> Above you tried to download a package that is incompatible and for a
> (much) newer version of the distribution.

Different package, but the same type of problem. I had slrn installed from the
RH 7.1 distro and wanted to upgrade it to the current version. However, no rpm
that I could find was available for RH 7.1 that had the current version. The
approach I finally ended up doing was to download the rawhide version src.rpm
that was based on basically the current version. I extracted the slrn.spec
file and pointed it at the tarball that I had downloaded from slrn.org. I also
removed from the slrn.spec file all dependency references (figured the tarball
would complain if it needed something), removed all references to slrnpull
(did not need it), and did a rpmbuild -bb. Then did a rpm -U of the new one.

Is this the "best" approach to take?  If so, when doing this in the future,
what issues should one be careful to consider during the process?

Thanks.






-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to