For the record, the emulator looks for libX11.so or libX11.so.6 with dlopen().
Do you know exactly what the update changed regarding this library. I could certainly add another special case (e.g. libX11.so.7) if it is binary compatible. For the record, we use lazy linking so that the emulator can run with -no-graphic on a farm of test machines that don't have any X server installed. It also avoids nasty issues on other Linux distributions. On Fri, Mar 27, 2009 at 12:11 AM, Pd <[email protected]> wrote: > > Hello, > > Just a heads up if your using Fedora 10 as your development platform. > There was an update the day before yesterday that killed a number of > applications in Fedora 10. One of the apps is the Android Emulator. > Eclipse seemed to work fine. The culprit was libX11. Until the new > version is released and if you have this problem use the following to > apply the fixed version from the test repo. > > su -c 'yum --enablerepo=updates-testing update libX11' > > Hope you don't mind this being communicated here but this was a killer > for me. I had to spend more time doing graphics :-) > > > Pd. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" 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/android-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
