Peter Peltonen <[EMAIL PROTECTED]> wrote:
> > - created RPM package
> 
> I tried to install the RPM on RH6.2 and it failed:
> 
> --snip--
> [peter@cayman incoming]$ sudo rpm -ivh bbweather-0.2.1-1.i386.rpm 
> error: failed dependencies:
>         libgcc_s.so.1   is needed by bbweather-0.2.1-1
>         libstdc++.so.3   is needed by bbweather-0.2.1-1
>         libgcc_s.so.1(GLIBC_2.0)   is needed by bbweather-0.2.1-1
> --snip--
> 
> I checked from rpmfind.net what package provided libgcc_s.so.1 and it gave me
> as answer that GCC 3.0. Is that really required?

Thanks for letting me know - you're right, these libraries are not
needed as long as you have the older libraries (which virtually any
system has anyway).  I compiled the thing with gcc-3.0, so now rpm
thinks the 3.0-libraries are required.

You can install with "--nodeps" (and/or "--force"?), does anybody know
how I can roll the rpm so that it accepts older libraries for these
requirements?

-Jan

-- 
Jan Schaumann 
http://www.netmeister.org

Reply via email to