From: Jerry Van Baren <gerald.vanbaren@smiths-aerospace.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] problem on installing
Date: Wed, 15 Jun 2005 07:31:24 -0400 [thread overview]
Message-ID: <42B0118C.5040802@smiths-aerospace.com> (raw)
In-Reply-To: <200506151525.AA15270144@RCS-9000.COM>
zhonglei wrote:
> When I tried to install ELDK on my computer, the following things happened:
> [root at RD8linux u-boot]# /opt/ppc-2004-02-16/install -d /opt/eldk ppc_82xx
>
>
> Do you really want to install into /opt/eldk directory[y/n]?: y
>
> Creating directories
> /opt/eldk/bin/rpm: error while loading shared libraries: libbz2.so.1: cannot open shared object file: No such file or directory
>
> What's the problem?
You don't have a /usr/lib/libbz2.so.1 (bzip2 shared library). Check for
/usr/lib/libbz2* and see if you have any bzip2 shared libraries
available. Most likely not. Find and install the appropriate package.
Sometimes you will find a newer shared library, occasionally an older
shared library, and very occasionally a missing symlink. If this is the
case and you like to live dangerously, you can symlink what you have to
libbz2.so.1, but don't tell anyone that I told you that ;-)
$ ls -l /usr/lib/libbz2.so.1*
lrwxrwxrwx 1 root root 15 Jan 16 2003
/usr/lib/libbz2.so.1 -> libbz2.so.1.0.2
-rwxr-xr-x 1 root root 68659 Jun 23 2002
/usr/lib/libbz2.so.1.0.2
gvb
next prev parent reply other threads:[~2005-06-15 11:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-15 7:25 [U-Boot-Users] problem on installing zhonglei
2005-06-15 11:31 ` Jerry Van Baren [this message]
2005-06-15 19:21 ` Wolfgang Denk
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=42B0118C.5040802@smiths-aerospace.com \
--to=gerald.vanbaren@smiths-aerospace.com \
--cc=u-boot@lists.denx.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.