Very relevant. Merci
Juan

On Nov 6, 3:07 pm, "Bib'" <[email protected]> wrote:
> Hi everyone,
>
> I decided to post here about an issue I encountered and solved lately
> after updating my Ubuntu from 9.04 to 9.10.
> First of all, I have x64 proc based architecture (this was the source
> of my issue).
>
> So after updating i started Eclipse and when I launched my project i
> had this error :
>
> UnsatisfiedLinkError: /...../libxpcom.so: libstdc++.so.5: cannot open
> shared object file: No such file or directory
>
> The problem should have been solved by re installing the "libstdc++5"
> package and installing it after downloading at this link 
> :http://packages.ubuntu.com/jaunty/i386/libstdc++5/download.
>
> The problem of this package is that it is an i386 architecture based
> package so my soft manager wouldn't open it as my proc is a x64 (Core
> 2 duo).
>
> What i did :
>
> first of all i haded a package repository from the link below to my
> sources manager (debhttp://cfr.archive.ubuntu.com/ubuntujaunty main
> universe  as i'm French ^^, in System->Administration there should be
> something like "software sources" to add the repository). After
> updating in Synaptic, libstdc++5 was available. I installed it but it
> wasn't enough, because I installed the 64 bits version and it seems
> that GWT needed the 32 bits version.
>
> So i downloaded the package from one of the repositories available on
> the link below (fr.archive.ubuntu.com/ubuntu) and i saved it on the
> harddrive. I opened it with the Ubuntu archive manager and extracted
> the "libstdc++.so.5.0.7" file. Then i copied it at the good location
> and created the required symbolic link :
>
>     sudo -s
>     cp libstdc++.so.5.0.7 /usr/lib32/
>     ln -s libstdc++.so.5.0.7 libstdc++.so.5
>
> And it worked !!! Hope it will be relevant to someone :)

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.


Reply via email to