2013-01-16 19 views
5

。 :エラー共有ライブラリのlibstdC++のロード中so.5を

sudo apt-get install libstdc++5 
Reading package lists... Done 
Building dependency tree  
Reading state information... Done 
The following packages were automatically installed and are no longer required: 
html2text libmail-sendmail-perl libsys-hostname-long-perl 
Use 'apt-get autoremove' to remove them. 
The following NEW packages will be installed: libstdc++5 
0 upgraded, 1 newly installed, 0 to remove and 183 not upgraded. 
Need to get 255 kB of archives. 
After this operation, 1,155 kB of additional disk space will be used. 
Get:1 http://archive.ubuntu.com/ubuntu/ precise/universe libstdc++5 amd64 1:3.3.6-25ubuntu1 [255 kB] 
Fetched 255 kB in 4s (54.0 kB/s)      
Selecting previously unselected package libstdc++5. 
(Reading database ... 176303 files and directories currently installed.) 
Unpacking libstdc++5 (from .../libstdc++5_1%3a3.3.6-25ubuntu1_amd64.deb) ... 
Setting up libstdc++5 (1:3.3.6-25ubuntu1) ... 
Processing triggers for libc-bin ... 
ldconfig deferred processing now taking place 

しかし、私はまだプログラムを呼び出すときに同じエラーが発生します。前もって感謝します!

+0

libstdC++。so.5が/ usr/lib/nowにありましたか?/usr/libにある –

+0

/libstdC++。so、libstdC++。so.5、libstdC++。so.5.0.7、そしていくつかのlibstdC++。so.6ファイルがあります。 – user1784467

答えて

8

libstdc++ v5が必要な古いプログラムを実行している場合は、32ビットアプリケーションでもあるため、(64ビット)libstdc++5をインストールすることはできません。 ia32-libsパッケージをインストールします。

+0

それは、おかげで多くのことをやったようです。 – user1784467

+0

それは私のために働かなかった。 sudo ln -s /usr/lib64/libstdc++.so.5/usr/lib/ –

+0

私は 'sudo apt-get install libstdC++ 5.i386'を使って成功しました。 '/ usr/lib/i386-linux-gnu/libstdC++。so.5'にコピーします。 –

関連する問題