Keith Whitwell wrote:
Ian Romanick wrote:
Michel DÃnzer wrote:

On Mon, 2003-11-24 at 20:01, en ne wrote:

I send you the verbose output and the ldd output.

libexpat.so.1 => not found

This is getting old. This makes at least 10 reports of "direct rendering not working" that turned out to be libexpat.so problems. Are we or are we not staticly linking with libexpat for the nightly builds? I seriously thought that this was resolved weeks ago.

If we're not going to link it statically, can we please use dlopen() and dlsym() to get the expat functionality, and if it's not available, do nothing?

The problem seems to be with older distros that have libexpat.so.0 instead of libexpat.so.1. People have found that it works if they symlink libexpat.so.0 to libexpat.so.1. Can we just link with libexpat.so instead? They dlsym option should also work, but may result in other false bug reports (i.e., DRI driver ignores my settings). :(




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to