Hello,

Am Samstag 02 Februar 2013 09:27:54 schrieb Blindauer Emmanuel:
> there is only a reccurent problem: There are unresolved symbols for gl,
> which makes X11rdp crash when a gl operation is requested:
> X11rdp: symbol lookup error:
> /usr/local/src/xrdp/xorg/X11R7.6/staging/lib/dri/swrast_dri.so: undefined
> symbol: _glapi_add_dispatch
>
> If anyone has a idea ...

Please check if Ubuntu adds "--as-needed" to the linker flags by default: If 
yes, the explicit linking of X11rdp to libGL is removed, which later breaks 
the linking when the dri plugin module is loaded.
I stumbled over that when doing our Debian package, when dpkg-shlibdeps 
complained about needless linking to that library. I had the same error when 
I removed that explicit -lGL and also when I used --as-needed.

Sincerely
Philipp
-- 
Philipp Hahn           Open Source Software Engineer      h...@univention.de
Univention GmbH        be open.                       fon: +49 421 22 232- 0
Mary-Somerville-Str.1  D-28359 Bremen                 fax: +49 421 22 232-99
                                                   http://www.univention.de/

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
xrdp-devel mailing list
xrdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xrdp-devel

Reply via email to