Closed GoogleCodeExporter closed 8 years ago
I believe you are using the older version of sp-auth which required
lib32stdc++, the new version only requires ia32-libs. To resolve this problem
try the following:
sudo apt-get update
sudo apt-get remove sp-auth
sudo apt-get remove lib32stdc++
sudo apt-get remove ia32-libs
sudo apt-get install ia32-libs
sudo apt-get install sp-auth
I know some of the steps seem redundent (removing then re-adding the same
package) but this should result in a consistent file layout. Installing
lib32stdc++ while ia32-libs is installed will actually attempt to overwrite
files from the ia32-libs package.
Let me know how it goes.
Original comment by flyguy97
on 20 May 2011 at 10:26
It is solved! Thanks for your help!
Original comment by ernst.blaauw
on 21 May 2011 at 5:42
Glad to help.
Original comment by flyguy97
on 21 May 2011 at 6:15
Original issue reported on code.google.com by
ernst.blaauw
on 15 May 2011 at 3:12