configuration of MPX

Benjamin Close Benjamin.Close at clearchain.com
Mon Aug 25 04:59:48 PDT 2008


Wayne wrote:
> > > And I typed xinput list, it showed
> > > xinput: symbol lookup error: xinput: undefined symbol:
> > > XQueryInputVersion
> > > Whatever the parameters I gave, it showed the same error.
> > > I recompiled xinput, but the problems still exits.
> > > How can I solve it???
> >
> > you need the git version of libXi and make sure it is in your 
> LD_LIBRARY_PATH
> > when you run xinput.
> I built xserver by build.sh and got all the source code by git_xorg.sh.
> Of course, I tried to get the code by hand again and built it.
> The source code is in /opt/src and the binary is in /opt/modular
> Before I run startx, I typed
>  
>     export LD_LIBRARY_PATH=/opt/modular/lib
>     PATH=/opt/modular/bin:$PATH
>  
> and then I run /opt/modular/bin/startx
> And, I checked /opt/modular/lib and it has
>     libXi.a  libXi.la  libXi.so  libXi.so.6  libXi.so.6.0.0
>  
> So, I think libXi is already in LD_LIBRARY_PATH...
> but, xinput still shows the error...
>  
> Thanks...
> Wayne
>  
The missing symbol is due to either the correct library not being used 
or the loader loading the wrong lib.

Try: LD_LIBRARY_PATH=/opt/modular/lib xinput list

Just to make sure

Cheers,
    Benjamin



More information about the xorg mailing list