Skip to content

undefined symbol: eglGetProcAddress on Raspberry Pi 4  #137

@bizfish

Description

@bizfish

I'm trying to install for DRM and have followed the Option 3 steps in the RPi instructions and I'm getting the below error.
I've tried a bunch of different cmake options for building raylib but nothing has gotten it working so far. I've tried on raspbian lite and on a full install of raspbian (autologin to CLI).

>> from raylib import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/pi/.local/lib/python3.11/site-packages/raylib/__init__.py", line 15, in <module>
    from ._raylib_cffi import ffi, lib as rl
ImportError: /home/pi/.local/lib/python3.11/site-packages/raylib/_raylib_cffi.abi3.so: undefined symbol: eglGetProcAddress

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions