help me install GL library

xrdp server that ships with SLES 11 SP3 takes 10 times more bandwidth then MS Windows Terminal Server. when we connect a Windows Terminal Server, each session consumes only 40kbps, while connecting from the same clients to xrdp server takes atleast 300kbps. I came to know that the issue could be fixed via installing xrdp-master ver 0.9 available to download from https://github.com/neutrinolabs/xrdp/archive/master.zip.

and start following the installation manual @ http://www.xrdp.org/index.php?option=com_content&view=article&id=32:building-xrdp-in-opensuse-13x&catid=2:documents&Itemid=7 all went good/smooth else when I run the “sh buildx.sh /opt/X11rdp” I got the following error:
.
.
checking for XDRIINFO… yes
checking for library containing glXGetProcAddressARB… no
configure: error: in /opt/xrdp-master/xorg/X11R7.6/build_dir/xdriinfo-1.0.4': configure: error: cannot find GL library - make sure Mesa or other OpenGL package is installed See config.log’ for more details
configuration failed for module xdriinfo-1.0.4

I then went to YaST > Software Manager, search for “opengl” and install all the packages even I installed the packages from SLED 11 SP3 media , but still got the above error. please help me how to proceed further and resolve this dependency ?

Regards,
ms

glxinfo |grep -i opengl
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 0x301)
OpenGL version string: 2.1 Mesa 9.0.3
OpenGL extensions:

Generally when building things from source you need some -devel packages. Try installing Mesa-devel from the SLE SDK. The iso for the version that goes with SLES 11 SP3 can be downloaded from https://download.suse.com/Download?buildid=hF8sRGTVC04~ Use YaST to add the iso as a repo.

already installed

rpm -qa |grep -i mesa Mesa-32bit-9.0.3-0.17.1 Mesa-devel-9.0.3-0.17.1 Mesa-devel-32bit-9.0.3-0.17.1 Mesa-9.0.3-0.17.1

also the installation log file /opt/xrdp-master/xorg/X11R7.6/build_dir/xdriinfo-1.0.4/config.log contains following:[code]
.
.

configure:4711: result: yes
configure:4717: checking for library containing glXGetProcAddressARB
configure:4748: gcc -std=gnu99 -o conftest -I/opt/X11rdp/include -fPIC -O2 -Wl,-rpath=/opt/X11rdp/lib conftest.c >&5
/tmp/ccWniYVG.o: In function main': conftest.c:(.text+0x7): undefined reference to glXGetProcAddressARB’
collect2: ld returned 1 exit status [/code]

[QUOTE]
On Thu 12 Jun 2014 10:04:02 AM CDT, sharfuddin wrote:

already installed

Code:

rpm -qa |grep -i mesa
Mesa-32bit-9.0.3-0.17.1
Mesa-devel-9.0.3-0.17.1
Mesa-devel-32bit-9.0.3-0.17.1
Mesa-9.0.3-0.17.1

also the installation log file
/opt/xrdp-master/xorg/X11R7.6/build_dir/xdriinfo-1.0.4/config.log
contains following:
Code: