Jump to content

Ob1knob Solo

Resident
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Ob1knob Solo

  1. Ubuntu 12.10 64bit having trouble running Secondlife -- even after you have added all (well maybe not the kde one) ia32 packages suggested by the error message. You still have i965 (and swrast) missing. See if i965... exists in your filestructure: $ locate i965 /usr/lib/i386-linux-gnu/dri/i965_dri.so OK, it exists, so look at the secondlife invocation script and see if the directory /usr/lib/i386-linux-gnu/dri is included in the LIBGL_DRIVER_PATH environment variable: grep LIBGL secondlife export LIBGL_DRIVERS_PATH="${LIBGL_DRIVERS_PATH}":/usr/lib64/dri:/usr/lib32/dri:/usr/lib/dri Nope, it isn't there, so one way to add it is right there, at the end, after a colon. Edit the file and change the line to: export LIBGL_DRIVERS_PATH="${LIBGL_DRIVERS_PATH}":/usr/lib64/dri:/usr/lib32/dri:/usr/lib/dri:/usr/lib/i386-linux-gnu/dri Now try again to run secondlife (worked for me). Good Luck
×
×
  • Create New...