proftpd installation problem

Rick Stevens rstevens at vitalstream.com
Wed May 26 21:17:49 UTC 2004


Chen, Douglas wrote:
> Hi,
> 
> I tried to install ProFtpd (1.2.9-1.7x) on a RedHat 8.0 Phyche machine and got
> the following message.
> 
> rpm -i proftpd-1.2.9-1.7x.i386.rpm 
>         file /etc/pam.d/ftp from install of proftpd-1.2.9-1.7x conflicts with file from package wu-ftpd-2.6.2-8
>         file /usr/bin/ftpcount from install of proftpd-1.2.9-1.7x conflicts with file from package wu-ftpd-2.6.2-8
>         file /usr/bin/ftpwho from install of proftpd-1.2.9-1.7x conflicts with file from package wu-ftpd-2.6.2-8
>         file /usr/sbin/ftpshut from install of proftpd-1.2.9-1.7x conflicts with file from package wu-ftpd-2.6.2-8
>         file /usr/share/man/man1/ftpcount.1.gz from install of proftpd-1.2.9-1.7x conflicts with file from package wu-ftpd-2.6.2-8
>         file /usr/share/man/man1/ftpwho.1.gz from install of proftpd-1.2.9-1.7x conflicts with file from package wu-ftpd-2.6.2-8
>         file /usr/share/man/man5/xferlog.5.gz from install of proftpd-1.2.9-1.7x conflicts with file from package wu-ftpd-2.6.2-8
>         file /usr/share/man/man8/ftpshut.8.gz from install of proftpd-1.2.9-1.7x conflicts with file from package wu-ftpd-2.6.2-8
> 
> Is there anything I can do to fix this problem? Thank you very much
> for your help in advance. 

That's a common glitch.  Add the "--force" option:

	rpm -ivh --force proftpd-1.2.9-1.7x.i386.rpm

(the "vh" are "verbose" and "print hashes as you do stuff"--just a
little feedback to let you see when things are happening).

The conflicts are because proftpd includes man pages that should replace
those of the default wu-ftpd.  rpm won't let you overwrite files unless
you explicitly tell it to (by the "--force" option).
----------------------------------------------------------------------
- Rick Stevens, Senior Systems Engineer     rstevens at vitalstream.com -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-   Never test for an error condition you don't know how to handle.  -
----------------------------------------------------------------------





More information about the Redhat-install-list mailing list