[SOLVED] bzflag not working after upgrade to Mageia6

This forum is dedicated to advanced help and support :

Ask here your questions about advanced usage of Mageia. For example you may post here all your questions about network and automated installs, complex server configurations, kernel tuning, creating your own Mageia mirrors, and all tasks likely to be touchy even for skilled users.

[SOLVED] bzflag not working after upgrade to Mageia6

Postby alopez » Jul 26th, '17, 22:47

After I upgraded to mageia 6, bzflag stopped working. and error messages suggested a problem of version of libraries. I'm posting this in case someone else falls in this problem.

The solution came from this thread.

The problem is that there is a collision between the lib64mesagl1 (libmesagl1 in i686) and the x11-driver-video-nvidia340 package.

So, to make the solution available quickly I made the following changes as root for x86_64 systems:
Code: Select all
# ln -fs /usr/lib64/nvidia340/libGL.so.1 /usr/lib64/mesa/libGL.so.1.2.0
# ln -fs /usr/lib64/nvidia340/libGL.so.1 /usr/lib64/libGL.so.1.2.0


and/or these if the i686 package is installed.
Code: Select all
# ln -fs /usr/lib/nvidia340/libGL.so.1 /usr/lib/libGL.so.1.2.0
# ln -fs /usr/lib/nvidia340/libGL.so.1 /usr/lib/mesa/libGL.so.1.2.0


Warning: I guess if any of the lib64mesagl1 or libmesagl1 packages is re-installed or updated, these modifications will have to be repeated.
User avatar
alopez
 
Posts: 65
Joined: Aug 17th, '13, 18:26
Location: France

Re: [SOLVED] bzflag not working after upgrade to Mageia6

Postby doktor5000 » Jul 27th, '17, 08:40

alopez wrote:The problem is that there is a collision between the lib64mesagl1 (libmesagl1 in i686) and the x11-driver-video-nvidia340 package.

No there's not, one is for software and one for hw-accelerated OpenGL. Probably your OpenGL setup was broken before, what you have now is just a temporary workaround, not a solution.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18018
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: [SOLVED] bzflag not working after upgrade to Mageia6

Postby alopez » Jul 27th, '17, 13:35

doktor5000 wrote:Probably your OpenGL setup was broken before

No, it was not. It was working perfectly with no manipulation needed before the upgrade.

doktor5000 wrote:what you have now is just a temporary workaround, not a solution.

That's exactly what my post says. Please read the last sentence maked "Warning."
User avatar
alopez
 
Posts: 65
Joined: Aug 17th, '13, 18:26
Location: France


Return to Advanced support

Who is online

Users browsing this forum: No registered users and 1 guest