Page 5 of 5 FirstFirst ... 345
Results 41 to 46 of 46

Thread: Fix for Steam: "Missing 32-bit libraries: libGL.so.1"

  1. #41
    Join Date
    Oct 2017
    Beans
    1

    Re: Fix for Steam: "Missing 32-bit libraries: libGL.so.1"

    Quote Originally Posted by erikroyall View Post
    For those who're being displayed this error even after following the suggestions from the posts above, try this:

    Code:
    sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/libGL.so.1
    The problem is that the necessary 32-bit libraries can't be found by Steam on 64-bit Ubuntu (and its derivatives).
    Hello all,

    I add my own feedback, even if the post is old and has been [SOLVED], because I still encounter the error under Ubuntu Mate 16.04 and have found a shortcut so solve.

    After installing original Ubuntu steam package ("sudo apt-get install steam"), the soft has laucnhed a first time, then successfully updated itself automatically.
    At second lunch try, the libraries error has come up.

    In my case, the "sudo ln -s ..." command indicated by erikroyall (many thanks!!!) has been enough for Steam to launch normally.

    So, for a fresh install, just type these:

    Code:
    sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/libGL.so.1
    Code:
    sudo apt-get install steam
    Hope this can simplify a bit all attempts to come

    Regards!

  2. #42
    Join Date
    Dec 2012
    Beans
    4

    Re: Fix for Steam: "Missing 32-bit libraries: libGL.so.1"

    I was able to fix it with:

    apt install nvidia-driver-libs:i386

  3. #43
    Join Date
    Feb 2015
    Beans
    1

    Re: Fix for Steam: "Missing 32-bit libraries: libGL.so.1"

    It works. Thank you!

  4. #44
    Join Date
    May 2018
    Beans
    1

    Re: Fix for Steam: "Missing 32-bit libraries: libGL.so.1"

    sudo apt-get install -y steam work for me

  5. #45
    Join Date
    Jun 2018
    Beans
    1

    Re: Fix for Steam: "Missing 32-bit libraries: libGL.so.1"

    Thank you so much man it worked i've been trying for a week to fix it and you just gave me hope again

  6. #46
    Join Date
    Apr 2019
    Beans
    1

    Re: Fix for Steam: "Missing 32-bit libraries: libGL.so.1"

    Quote Originally Posted by giony123 View Post
    Thank you so much man it worked i've been trying for a week to fix it and you just gave me hope again
    got that error after upgrading to nvidia drivers 418.40 :

    ldconfig -p | grep libGL.s
    libGL.so.1 (libc6,x86-64) => /usr/lib32/nvidia-418/libGL.so.1 < BUG : that lib is supposed to be 32b !
    libGL.so.1 (libc6,x86-64) => /usr/lib/nvidia-418/libGL.so.1
    libGL.so (libc6,x86-64) => /usr/lib32/nvidia-418/libGL.so
    libGL.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libGL.so
    libGL.so (libc6,x86-64) => /usr/lib/nvidia-418/libGL.so

    expected:
    libGL.so.1 (libc6,x86-64) => /usr/lib/nvidia-418/libGL.so.1
    libGL.so.1 (libc6) => /usr/lib32/nvidia-418/libGL.so.1

    Upgrading to 418.56 seems to make steam work again.

Page 5 of 5 FirstFirst ... 345

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •