Hi all!
I have installed PlayOnLinux, and it worked fine may be half of year before. I didn't run it last of months, but today I get an error: PlayOnLinux is unable to find 32bits OpenGL libraries. when I trying to run it.
I have Centos 7, x86_64, NVIDIA Corporation GT200b [GeForce GTX 275],
And latest drivers from epel:
kmod-nvidia-340xx-340.96-1.el7.elrepo.x86_64
nvidia-x11-drv-340xx-340.96-1.el7.elrepo.x86_64
nvidia-x11-drv-340xx-32bit-340.96-1.el7.elrepo.x86_64
In the past I had simmilar error. I fixed it, but don't remember how. Google helps me in the past, but can't help today.
I've just add some simlinks:
/usr/lib32 -> /usr/lib
sudo ln -s /etc/ld.so.conf.d/nvidia.conf /urs/lib/nvidia-settings
sudo ln -s /etc/ld.so.conf.d/nvidia.conf /urs/lib/nvidia-settings/ld.so.conf
sudo ln -s /etc/ld.so.conf.d/nvidia.conf /etc/ld.so.conf.d/nvidia_settings.confln -s /etc/ld.so.conf.d/nvidia.conf /etc/ld.so.conf.d/nvidia_settings.conf
Also I tryed run playonlinux with custom LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/usr/lib32; playonlinux
and simillar. It can't help me.
So, x86_64 bit applications works fine, and 32 bit linux applications using 3d graphics works too (for example, Kerbal Space Program, 32 and 64 bit, works)
Edited by shaggycat