> Hello, > > I'm trying to install qmail-toaster on Fedora Core 4, x86_64. > Is it supported frd40 x86_64? > If yes, I'll describe where I got stuck. > I ran fdr40-deps.sh successfully! > I ran current-download-script.sh successfully! > I modified current-install-script.sh like this: > DISTRO=fdr40 > ARCH=x86_64 > > Than I run current-install-script.sh and I had a bunch of errors. The 1st > one: > > Installing vpopmail-toaster-5.4.10-1.2.8.src.rpm > error: Failed build dependencies: > pam-devel >= 0.75 is needed by > vpopmail-toaster-5.4.10-1.2.8.x86_64 > > error: File not found by glob: > /usr/src/redhat/RPMS/x86_64/vpopmail-toaster*.rpm > > Than I did: yum -y install pam-devel > I got: Transaction Check Error: file > /usr/share/man/man8/pam_loginuid.8.gz from install of pam-0.79-9.5 > conflicts with file from package pam-0.79-8 > > Than I tried: yum -y update pam-devel > Setting up Update Process > Setting up repositories > updates-released 100% |=========================| 951 B 00:00 > extras 100% |=========================| 1.1 kB 00:00 > base 100% |=========================| 1.1 kB 00:00 > Reading repository metadata in from local files > primary.xml.gz 100% |=========================| 851 kB 04:16 > extras : ################################################## 2374/2374 > Added 0 new packages, deleted 4 old in 4.97 seconds > Could not find update match for pam-devel > No Packages marked for Update/Obsoletion > > I have errors with another 10 packages from current-install-script.sh, > but many are depending on vpopmail-toaster. > > Please give me some hints! > > 10x >
Hi Istvan, I don't currently have Fedora Core 4 installed on any of my test boxes. And, Fedora Core 4 x86_64 is not currently supported. I will try to support your distro next week. This week and the first part of next week are going to be very busy for me. It would be difficult to make the packages work correctly with x86_64 without either patching the source files or writing perl scripts in the spec file to modify the source configuration. If this is something you can do, look at what I did for CentOS x86_64 in the specs and make similar changes for FC4 with a couple tweaks for gcc4 compatibility. If not, I'll do my best to get it done soon. The pam-devel problem: You do have a a pam-devel in the distro. Here are the files listed at: http://ftp.riken.jp/Linux/fedora/core/4/x86_64/os/Fedora/RPMS/ pam-0.79-8.x86_64.rpm pam-devel-0.79-8.x86_64.rpm pam_ccreds-1-6.x86_64.rpm pam_krb5-2.1.7-3.x86_64.rpm pam_passwdqc-0.7.6-1.x86_64.rpm pam_smb-1.1.7-6.x86_64.rpm Maybe a yum header is corrupted ? ? or something. Regards, Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
