[Mesa-dev] [Bug 48833] New: dri library path issue

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Apr 17 03:51:20 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=48833

             Bug #: 48833
           Summary: dri library path issue
    Classification: Unclassified
           Product: Mesa
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Other
        AssignedTo: mesa-dev at lists.freedesktop.org
        ReportedBy: freedesktop at behdad.org


I'm not sure why I didn't have this problem before.  Anyway, I'm installing
mesa to ~/.local, which means dri drivers are installed in ~/.local/dri.

Mesa correctly finds the drivers (eg. ~/.local/lib/dri/i965_dri.so), but dlopen
fails loading the driver since it fails to find libdricore.so and other
libraries in that directory because ~/.local/lib/dri is not in my
LD_LIBRARY_PATH, only ~/.local/lib is.

I think the libdricore.so and libglsl.so should be installed to $libdir, and
only the modules to $libdir/dri.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list