You are not logged in.

#1 2012-11-22 13:48:03

fpilee
Member
From: Windows 7
Registered: 2011-10-06
Posts: 104
Website

kmines: don't start | wrong ELF class: ELFCLASS64

i have installed kmines but when open i get:

kmines: error while loading shared libraries: libopenal.so.1: wrong ELF class: ELFCLASS64

$ ~ ls -l /usr/lib/libopenal*
-rwxr-xr-x 1 root root 356849 ago  6 19:18 /usr/lib/libopenal.so.1.14.0
lrwxrwxrwx 1 root root     14 ago  6 21:18 /usr/lib/libopenal.so.1 -> libopenal64.so
-rw-r--r-- 1 root root 395431 ago  6 19:18 /usr/lib/libopenal64.so
lrwxrwxrwx 1 root root     14 abr  1  2012 /usr/lib/libopenal.so -> libopenal.so.1

I have arch linux 32bits with kde...

Last edited by fpilee (2012-11-26 16:43:06)

Offline

#2 2012-11-22 14:31:04

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,788
Website

Re: kmines: don't start | wrong ELF class: ELFCLASS64

fpilee wrote:

i have installed kmines

How?

fpilee wrote:

kmines: error while loading shared libraries: libopenal.so.1: wrong ELF class: ELFCLASS64

$ ~ ls -l /usr/lib/libopenal*
-rwxr-xr-x 1 root root 356849 ago  6 19:18 /usr/lib/libopenal.so.1.14.0
lrwxrwxrwx 1 root root     14 ago  6 21:18 /usr/lib/libopenal.so.1 -> libopenal64.so
-rw-r--r-- 1 root root 395431 ago  6 19:18 /usr/lib/libopenal64.so
lrwxrwxrwx 1 root root     14 abr  1  2012 /usr/lib/libopenal.so -> libopenal.so.1

I have arch linux 32bits with kde...

"/usr/lib/libopenal64.so" does not appear to be provided by any official Arch Linux package.. what owns it?

pacman -Qo /usr/lib/libopenal64.so

Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2012-11-22 23:54:00

fpilee
Member
From: Windows 7
Registered: 2011-10-06
Posts: 104
Website

Re: kmines: don't start | wrong ELF class: ELFCLASS64

kmines was installed from pacman.

$ ~ pacman -Qo /usr/lib/libopenal64.so
error: Ningún paquete posee /usr/lib/libopenal64.so

maybe some package from AUR.

Offline

#4 2012-11-22 23:59:18

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,788
Website

Re: kmines: don't start | wrong ELF class: ELFCLASS64

No, pacman would know about a file owned by an AUR package.

All I can recommend is that you reinstall the openal package. And if you've been installing things without pacman, stop doing so.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#5 2012-11-23 04:04:31

fpilee
Member
From: Windows 7
Registered: 2011-10-06
Posts: 104
Website

Re: kmines: don't start | wrong ELF class: ELFCLASS64

reinstalling openal doesn't work. kkeep give me this error:

$ ~ kmines
kmines: error while loading shared libraries: libopenal.so.1: wrong ELF class: ELFCLASS64

i just use Pacman and AUR to install software...

Last edited by fpilee (2012-11-23 13:30:21)

Offline

#6 2012-11-23 13:45:23

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,788
Website

Re: kmines: don't start | wrong ELF class: ELFCLASS64

Can you check whether 'ls -l /usr/lib/openal*' still says the says the same thing that you posted in your first post?

What you should be seeing, is something like this:

lrwxrwxrwx 1 root root     14 Apr 1 2012 /usr/lib/libopenal.so -> libopenal.so.1
lrwxrwxrwx 1 root root     19 Apr 1 2012 /usr/lib/libopenal.so.1 -> libopenal.so.1.14.0
-rwxr-xr-x 1 root root 338188 Apr 1 2012 /usr/lib/libopenal.so.1.14.0

Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#7 2012-11-24 00:45:21

fpilee
Member
From: Windows 7
Registered: 2011-10-06
Posts: 104
Website

Re: kmines: don't start | wrong ELF class: ELFCLASS64

$ ~  ls -l /usr/lib/libopenal*
-rwxr-xr-x 1 root root 338188 abr  1  2012 /usr/lib/libopenal.so.1.14.0
lrwxrwxrwx 1 root root     14 nov 23 00:57 /usr/lib/libopenal.so.1 -> libopenal64.so
-rw-r--r-- 1 root root 395431 ago  6 19:18 /usr/lib/libopenal64.so
lrwxrwxrwx 1 root root     14 abr  1  2012 /usr/lib/libopenal.so -> libopenal.so.1

i will modify the soft links to follow your format.

is better replace libopenal64.so with Libopenal.so.1.14.0         


#mv /usr/lib/libopenal.so.1 /usr/lib/libopenal.so.1.bak
#ln -s /usr/lib/libopenal.so.1.14.0 /usr/lib/libopenal.so.1
#ls -l /usr/lib/libopenal*
-rw-r--r-- 1 root root 395431 ago  6 19:18 /usr/lib/libopenal64.so
lrwxrwxrwx 1 root root     14 abr  1  2012 /usr/lib/libopenal.so -> libopenal.so.1
lrwxrwxrwx 1 root root     28 nov 23 21:49 /usr/lib/libopenal.so.1 -> /usr/lib/libopenal.so.1.14.0                                                                                                                                             
-rwxr-xr-x 1 root root 338188 abr  1  2012 /usr/lib/libopenal.so.1.14.0                                                                                                                                                                        
lrwxrwxrwx 1 root root     14 nov 23 00:57 /usr/lib/libopenal.so.1.bak -> libopenal64.so   

Last edited by fpilee (2012-11-26 16:47:45)

Offline

Board footer

Powered by FluxBB