libomp.so.5 problem on Ubuntu 18.04.

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.

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: libomp.so.5 problem on Ubuntu 18.04.

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

by funduke re-regist » Wed Feb 05, 2020 12:18 pm

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

Greetings
Funduke

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

by Blzut3 » Wed Feb 05, 2020 11:35 am

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.

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

by Rachael » Wed Feb 05, 2020 11:22 am

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.

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

by Blzut3 » Wed Feb 05, 2020 10:57 am

It is. libomp5.

Since it's not packaged you're on your own as far as installing dependencies.

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

by wildweasel » Wed Feb 05, 2020 10:55 am

Suspecting there's a dependency not installed; a brief Google search is telling me this belongs to OpenMP. Is that installed/available via APT?

libomp.so.5 problem on Ubuntu 18.04.

by funduke re-regist » Wed Feb 05, 2020 10:45 am

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

Top