From: Dan Bethe <dan_bethe@yahoo.com>
To: linuxppc-dev@lists.linuxppc.org
Subject: Re: [Question] I want to use CSCOPE to port Linux kernel.
Date: Thu, 20 Sep 2001 07:32:00 -0700 (PDT) [thread overview]
Message-ID: <20010920143200.79354.qmail@web11002.mail.yahoo.com> (raw)
In-Reply-To: <200109201107.UAA15781@ldap.dacom.co.kr>
> I have already libncurses.so.5.2
>
> So I tried as below, but I had the same result.
> ---------------------------------------------------
> # ln -s libncurses.so.5.2 libncurses.so.4
> # rpm -ivh cscope-15.3-1.i386.rpm
> error: failed dependencies:
> libncurses.so.4 is needed by cscope-15.3-1
Hi there. RPM's dependancies are based on its database, and not on the actual
filesystem. So the 'ln' wouldn't make any difference in this case. Try this:
# rpm -ivh --nodeps cscope-15.3-1.i386.rpm
That bypasses RPM's opinion of what is and should be installed, so you might
always have to remember that as a one-off.
=====
Medium System Administrator and Junior I.T. Manager of 5 yrs
-- Now available -- Linux, MacOS, Unix-like systems
-- http://mmmgood.net -- dan_bethe@yahoo.com
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2001-09-20 14:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-09-20 11:08 [Question] I want to use CSCOPE to port Linux kernel THEDREAM
2001-09-20 14:32 ` Dan Bethe [this message]
2001-09-20 15:27 ` Jerry Van Baren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20010920143200.79354.qmail@web11002.mail.yahoo.com \
--to=dan_bethe@yahoo.com \
--cc=linuxppc-dev@lists.linuxppc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).