projectgus / hairless-midiserial

Lightweight cross-platform GUI-based MIDI/Serial bridge
https://projectgus.github.io/hairless-midiserial
Other
213 stars 72 forks source link

error while loading shared libraries: libasound.so.2 #38

Closed eduszesz closed 8 years ago

eduszesz commented 8 years ago

Hello,

I downloaded the hairless-midiserial-0.4-linux.tgz file from the project main page, extracted it, but when I try to run the application the following error message shows up: "error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory". libasound2 library is already installed. How can I fix this issue? Thanks in advance

projectgus commented 8 years ago

Hi @eduszesz,

Thanks for reporting this issue. What Linux distribution (& distribution version) are you using?

Angus

eduszesz commented 8 years ago

Hi,

I'm using ubuntu 16.04 64bits.

Regards

Eduardo Szesz

2016-10-16 7:53 GMT-02:00 Angus Gratton notifications@github.com:

Hi @eduszesz https://github.com/eduszesz,

Thanks for reporting this issue. What Linux distribution (& distribution version) are you using?

Angus

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/projectgus/hairless-midiserial/issues/38#issuecomment-254037656, or mute the thread https://github.com/notifications/unsubscribe-auth/AVzFZQ5Gm3PdQgBAzQeHyduSL41Jao_dks5q0fQ0gaJpZM4KXu3T .

projectgus commented 8 years ago

The Linux build is 32-bit, so you'll need 32-bit libasound to match. I think on Ubuntu the command is "apt-get install libasound:i386".

Angus

-------- Original Message -------- From: eduszesz notifications@github.com Sent: 17 October 2016 9:08:53 PM AEDT To: projectgus/hairless-midiserial hairless-midiserial@noreply.github.com Cc: Angus Gratton gus@projectgus.com, Comment comment@noreply.github.com Subject: Re: [projectgus/hairless-midiserial] error while loading shared libraries: libasound.so.2 (#38)

Hi,

I'm using ubuntu 16.04 64bits.

Regards

Eduardo Szesz

2016-10-16 7:53 GMT-02:00 Angus Gratton notifications@github.com:

Hi @eduszesz https://github.com/eduszesz,

Thanks for reporting this issue. What Linux distribution (& distribution version) are you using?

Angus

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/projectgus/hairless-midiserial/issues/38#issuecomment-254037656, or mute the thread https://github.com/notifications/unsubscribe-auth/AVzFZQ5Gm3PdQgBAzQeHyduSL41Jao_dks5q0fQ0gaJpZM4KXu3T .

Sent from my phone. Please excuse my brevity.

eduszesz commented 8 years ago

Hi,

I installed the 32-bits liasound and it solve the problem.

Thank you for the help

Best regards

Eduardo

2016-10-17 9:28 GMT-02:00 Angus Gratton notifications@github.com:

The Linux build is 32-bit, so you'll need 32-bit libasound to match. I think on Ubuntu the command is "apt-get install libasound:i386".

Angus

-------- Original Message -------- From: eduszesz notifications@github.com Sent: 17 October 2016 9:08:53 PM AEDT To: projectgus/hairless-midiserial <hairless-midiserial@noreply.github.com

Cc: Angus Gratton gus@projectgus.com, Comment < comment@noreply.github.com> Subject: Re: [projectgus/hairless-midiserial] error while loading shared libraries: libasound.so.2 (#38)

Hi,

I'm using ubuntu 16.04 64bits.

Regards

Eduardo Szesz

2016-10-16 7:53 GMT-02:00 Angus Gratton notifications@github.com:

Hi @eduszesz https://github.com/eduszesz,

Thanks for reporting this issue. What Linux distribution (& distribution version) are you using?

Angus

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/projectgus/hairless-midiserial/issues/38# issuecomment-254037656, or mute the thread https://github.com/notifications/unsubscribe-auth/ AVzFZQ5Gm3PdQgBAzQeHyduSL41Jao_dks5q0fQ0gaJpZM4KXu3T .

Sent from my phone. Please excuse my brevity.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/projectgus/hairless-midiserial/issues/38#issuecomment-254182107, or mute the thread https://github.com/notifications/unsubscribe-auth/AVzFZZJOi5HjC9sMS-HySmgfe5ilGYbBks5q01vugaJpZM4KXu3T .

projectgus commented 8 years ago

No problems, glad you got it sorted out.