libomp.so.5 problem on Ubuntu 18.04.

Moderator: Raze Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
User avatar
funduke re-regist
Posts: 28
Joined: Mon Aug 08, 2016 5:07 pm

libomp.so.5 problem on Ubuntu 18.04.

Post by funduke re-regist »

I downloaded the linux version and tried it on Ubuntu 18.04.
It did not work.
It responded this:
./raze
./raze: error while loading shared libraries: libomp.so.5: cannot open shared object file: No such file or directory
How can i solve that problem?

Greetings
Funduke
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed

Re: libomp.so.5 problem on Ubuntu 18.04.

Post by wildweasel »

Suspecting there's a dependency not installed; a brief Google search is telling me this belongs to OpenMP. Is that installed/available via APT?
Blzut3
 
 
Posts: 3183
Joined: Wed Nov 24, 2004 12:59 pm
Graphics Processor: ATI/AMD with Vulkan/Metal Support

Re: libomp.so.5 problem on Ubuntu 18.04.

Post by Blzut3 »

It is. libomp5.

Since it's not packaged you're on your own as far as installing dependencies.
User avatar
Rachael
Posts: 13836
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her

Re: libomp.so.5 problem on Ubuntu 18.04.

Post by Rachael »

Blzut3 wrote:It is. libomp5.

Since it's not packaged you're on your own as far as installing dependencies.
Which is really simple to do.

Open a terminal and type the following:

Code: Select all

sudo apt-get install libomp5
Get some other dependencies while you're at it, as well: (list taken from GZDoom's install package)

Code: Select all

sudo apt-get install libfluidsynth1 libopenal1  libc6 libgomp1 libsdl2-2.0-0 zlib1g libbz2-1.0 libasound2 libsndfile1 libmpg123-0
It's safe to type this command even if you already have the relevant packages installed, it will simply skip installing them if you have them.

Making a package takes a lot of time for me and I have no automated process to do it, so I simply did not bother.
Blzut3
 
 
Posts: 3183
Joined: Wed Nov 24, 2004 12:59 pm
Graphics Processor: ATI/AMD with Vulkan/Metal Support

Re: libomp.so.5 problem on Ubuntu 18.04.

Post by Blzut3 »

Rachael wrote:Making a package takes a lot of time for me and I have no automated process to do it, so I simply did not bother.
If you have any interest in doing it, look at ECWolf's usage of CPack. Starting with CMake 3.11 it's possible to make deb packages that pass lintian.
User avatar
funduke re-regist
Posts: 28
Joined: Mon Aug 08, 2016 5:07 pm

Re: libomp.so.5 problem on Ubuntu 18.04.

Post by funduke re-regist »

Thank you, Blzut3 and Rachael!
Everything works fine now!
:D

Greetings
Funduke

Return to “Closed Bugs [Raze]”