-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
glamor_egl_get_driver_name not defined in Debian 10 #237
Comments
On Debian 10, this symbol is not defined, hence the error. On the face of it, it looks like you're trying to run Or am I missing something? |
On debian 10 command
gives empty result. |
Debian 11:
Debian 10:
|
That's right, and is more-or-less what I've just said. If you want to run xrdp 0.9.19 on Debian 10, you'll need to build it on Debian 10 without the Does that make sense? |
xorgxrdp v0.9.19 not started in Debian 10 because glamor_egl_get_driver_name not defined.
Failed to load /usr/lib/xorg/modules/drivers/xrdpdev_drv.so: /usr/lib/xorg/modules/drivers/xrdpdev_drv.so: undefined symbol: glamor_egl_get_driver_name
I looked at the file /usr/include/xorg/glamor.h and made sure that glamor_egl_get_driver_name is not present in Debian 10 and present in Debian 11.
The text was updated successfully, but these errors were encountered: