I Get the Solution from THIS:http://graynoise.konfuzo.net/poots.php
I'm trying to install ING's Home'Bank and I got this error.
:libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
attach the reference:
libtiff.so.3 : cannot open shared object file: No such file or directory
Creating a link to libtiff.so.4 seems to be the answer.
cd /usr/lib (or /usr/lib32 for a 64 bit system)
sudo ln -s libtiff.so.4 libtiff.so.3
Then
libexpat.so.0 : cannot open shared object file: No such file or directory
but I couldn't follow their suggestion of installing the compat-expat1
package. I did a similar thing to the above.
cd /lib
sudo ln -s libexpat.so.1 libexpat.so.0
And again
libstdc++-libc6.2-2.so.3 : cannot open shared object file: No such file or directory
This one seems trickier. I downloaded the package
libstdc++2.10-glibc2.2_2.95.4-24_i386.deb from
href="http://packages.ubuntu.com/dapper/i386/libstdc++2.10-glibc2.2/download
found by searching for
"libstdc++-libc6.2-2.so.3 ubuntu" in google. Then
sudo dpkg -i libstdc++2.10-glibc2.2_2.95.4-24_i386.deb
And it finally works!
EDIT 2009-11-15: It turns out that there is a package called
homebank in the repository and ING's package will try to upgrade to that
package on an update. To stop this behavior, one must "hold" the homebank
package.
sudo aptitude hold homebank
文章评论(0条评论)
登录后参与讨论