* [Question] I want to use CSCOPE to port Linux kernel.
@ 2001-09-20 11:08 THEDREAM
2001-09-20 14:32 ` Dan Bethe
0 siblings, 1 reply; 3+ messages in thread
From: THEDREAM @ 2001-09-20 11:08 UTC (permalink / raw)
To: linuxppc-dev
HI.
I want to use CSCOPE.
I use Redhat 7.1 in my PC.
I tried to install cscope but I had the message as below.
------------------------------------------------------
# rpm -ivh cscope-15.3-1.i386.rpm
error: failed dependencies:
libncurses.so.4 is needed by cscope-15.3-1
------------------------------------------------------
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
----------------------------------------------------
What do I do to use CSCOPE ?
Any help could greatly appreciated.
Have a nice day.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Question] I want to use CSCOPE to port Linux kernel.
2001-09-20 11:08 [Question] I want to use CSCOPE to port Linux kernel THEDREAM
@ 2001-09-20 14:32 ` Dan Bethe
2001-09-20 15:27 ` Jerry Van Baren
0 siblings, 1 reply; 3+ messages in thread
From: Dan Bethe @ 2001-09-20 14:32 UTC (permalink / raw)
To: linuxppc-dev
> 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/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Question] I want to use CSCOPE to port Linux kernel.
2001-09-20 14:32 ` Dan Bethe
@ 2001-09-20 15:27 ` Jerry Van Baren
0 siblings, 0 replies; 3+ messages in thread
From: Jerry Van Baren @ 2001-09-20 15:27 UTC (permalink / raw)
To: linuxppc-dev
You may also want to find a real libncurses.so.4 and install it rather
than symlinking libncurses.so.5 to it. You probably will be able to
get away with the symlink, but changes in major revs (4->5) tend to
indicate significant changes in parts of the interface (API), which
would cause the caller great consternation if it was unlucky and called
a function whose interface had changed.
gvb
At 07:32 AM 9/20/01 -0700, Dan Bethe wrote:
> > 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
>
>
******************** Lawyer gibberish: ********************
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-09-20 15:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-20 11:08 [Question] I want to use CSCOPE to port Linux kernel THEDREAM
2001-09-20 14:32 ` Dan Bethe
2001-09-20 15:27 ` Jerry Van Baren
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).