[courier-users] file perl is not owned by any package

2002-06-23 Thread Alexander Skwar
Hi. I just rebuild courier-0.38.2.20020619.tar.gz as a RPM on a MandrakeLinux Cooker system. When the RPMs are created, I see this as the Requires: line: Requires: courier = 0.38.2.20020619 ld-linux.so.2 libc.so.6 libcrypt.so.1 libdl.so.2 libgdbm.so.2 libm.so.6 libmysqlclient.so.10

Re: [courier-users] file perl is not owned by any package

2002-06-23 Thread Jesse Keating
On Sun, 23 Jun 2002 18:32:48 +0200 Alexander Skwar [EMAIL PROTECTED] issued forth: # # I figured out the reason for this. The *.pl files in courier/webadmin # have this as the first line: # # #! perl # # After changing it to #! /usr/bin/perl, the problem went away. # # Attached is a diff

Re: [courier-users] file perl is not owned by any package

2002-06-23 Thread Jesse Keating
On Sun, 23 Jun 2002 16:53:48 +0200 Alexander Skwar [EMAIL PROTECTED] issued forth: # # Now, when I try to install these packages, I get: # # is wird von courier-webmail-0.38.2.20020619-1 gebraucht # not wird von courier-webmail-0.38.2.20020619-1 gebraucht # owned

Re: [courier-users] file perl is not owned by any package

2002-06-23 Thread Alexander Skwar
So sprach Sam Varshavchik am 2002-06-23 um 13:07:16 -0400 : This is wrong. You probably have an old version of RPM which exhibits this anomaly. [askwar@teich courier]$ rpm --version RPM Version 4.0.4 That's the latest, isn't it? I think the issue is, that no package provides a file perl