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 - RPI compile with "enable-x11-shared=yes" fails miserably at runtime
Summary: RPI compile with "enable-x11-shared=yes" fails miserably at runtime
Status: NEW
Alias: None
Product: SDL
Classification: Unclassified
Component: loadso (show other bugs)
Version: HG 2.1
Hardware: ARM Linux
: P2 major
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-26 14:34 UTC by Ron Aaron
Modified: 2020-03-26 14:34 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.