Shared Libray libcloog.so.o is not found

Asked by subhasis

I am trying to run a program in ubuntu
while compiling i am getting a error
"cc1: error while loading shared libraries: libcloog.so.0: cannot open shared object file: No such file or directory"

can you please let me know which package i need to install to solve this .

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu cloog Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#1

Crucial information is missing in your issue description...

Which version of Ubuntu are you running?

What is the output of this command?

cat /etc/lsb-release ; uname -a

What is the URL and name of the source package you are trying to compile?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

You can use the website:

packages.ubuntu.com

To find files in packages

Revision history for this message
subhasis (subhasis83) said :
#3

Hi Mark

I am using Ubuntu 14.04

I have tried in ubuntu 16.04 also and i got the same error

output for the command cat /etc/lsb-release ; uname -a is

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04 LTS"
Linux test-VirtualBox 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

I am trying to compile a sample program which i got from one of our vendor

Thanks
Subhasis

Revision history for this message
Manfred Hampl (m-hampl) said :
#4

I suggest that you ask the provider of that sample program what the prerequisites are to compile it.

libcloog.so.0 does not exist on Ubuntu.
There are libcloog-isl.so.4 and libcloog-ppl.so.1, but I do not know whether they can be used for the same purpose.

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#5

What is the NAME of this program? What are you trying to achieve with the program?

Maybe there is an alternative with you do not need to compile yourself....

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#6

I agree with Manfred. And yes, libcloog.so.0 does not exist on Ubuntu

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#7

I did a search for that file in RPM based distributions:

http://www.rpm-find.net/linux/rpm2html/search.php?query=libcloog.so.0

Even there, support for including the file libcloog.so.0 only existed until February 2013.

Later versions of Fedora did not support it anymore.

So even if you would switch to RPM based distributions like Fedora, CentOS, it would probably not work either.

I suspect that this program you are trying to run, was made for obsolete and unsupported old distributions that are not supported anymore.....

Can you help with this problem?

Provide an answer of your own, or ask subhasis for more information if necessary.

To post a message you must log in.