We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5061

Summary: RPI compile with "enable-x11-shared=yes" fails miserably at runtime
Product: SDL Reporter: Ron Aaron <ron>
Component: loadsoAssignee: Sam Lantinga <slouken>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: major    
Priority: P2    
Version: HG 2.1   
Hardware: ARM   
OS: Linux   

Description Ron Aaron 2020-03-26 14:34:09 UTC
Configured with --enable-x11-shared-yes and --enable-video-rpi=no, among other things.

Compiled *on* the RPI to ensure I had whatever runtime libs it expects (normally I cross-compile).

At runtime, SDL_Init() crashes because it's failing to look up symbols. Actually, dlerror() is crashing because I didn't set locales properly, but that is only why it crashes as opposed to complaining.

The first symbol it crashes on is _XMissingExtension, which it's looking for in the libX11.so.  But it's in libXext.so.  

There are a number of similar issues, making dynamic X11 on RPI untenable.