Hi,

I have a question about the error "unresolved symbol" by dlopen() in XFree86 
4.1.0... when I try to load a module ( XF86ModuleData ) that depends on some 
functions resides on my /usr/local/lib/lib<xxx>.so ;

The Question: How to specify a preload of the Shared Library needed by the 
module ? in loading with

Section "Module"
        Load "<module_name>"
EndSection

The Observation is that "ldd <module_name>_drv.so" return the needed shared 
libraries link OK, but XFree when encoutre Load "<module_name>" make its 
dlopen() on the module and not see anithing about /usr/local/lib ...

I have tried also copying the needed .so library in /usr/X11R6/lib, but 
nothing...


bye
Lorenzo
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to