Page 1 of 1
Anyone using Steam, know how to fix error missing 32bit libdrm.so.2 when running steam?
Posted: Fri Sep 08, 2023 12:34 am
by bigpup
Fossapup64 9.6 (F96-CE_4)
Have the Fossapup64 32bit compatibility SFS loaded
When trying to run the latest version of Steam it gives this error and will not run.
.
- Screenshot(2).jpg (12.69 KiB) Viewed 394 times
If I navigate in the operating file system to usr/lib/i386-linux-gnu/
The file libdrm.so.2 is there.
It is a link to the libdrm.so.2.4.0 file and that file is 32bit.
.
- Screenshot(3).jpg (49.19 KiB) Viewed 394 times
Re: Anyone using Steam, know how to fix error missing 32bit libdrm.so.2 when running steam?
Posted: Fri Sep 08, 2023 3:03 am
by rockedge
@bigpup Symlink the /usr/lib/i386-linux-gnu/libdrm
binary to /usr/lib
then in a terminal ldconfig
and try Steam again.
Re: Anyone using Steam, know how to fix error missing 32bit libdrm.so.2 when running steam?
Posted: Fri Sep 08, 2023 11:41 pm
by bigpup
Could you give me some info on exactly how to do this?
not sure I understand what you are saying.
Re: Anyone using Steam, know how to fix error missing 32bit libdrm.so.2 when running steam?
Posted: Mon Nov 13, 2023 12:03 am
by rockedge
@bigpup Open a Rox window with the directory /usr/lib/i386-linux-gnu
and find the file /usr/lib/i386-linux-gnu/libdrm.
In a second Rox window open /usr/lib
then drag /usr/lib/i386-linux-gnu/libdrm from the first Rox window to the second Rox window with /usr/lib and drop it, select Link
Then in a terminal run ldconfig
and try Steam again.