Compiling problem

Armin amoradi at fedoraproject.org
Thu Apr 9 02:36:35 UTC 2009


On Thursday 09 April 2009 23:14:01 Jim wrote:
> Thank you  that solved the compile problem, but when i tried to execute
> "inq" i get this error message;
>
> $ inq
> inq: error while loading shared libraries: libinklevel.so.5: cannot open
> shared object file: No such file or directory
>
> The libinklevel.so.5 file is at
>
> /usr/local/lib/libinklevel.so.5
> /usr/local/lib/libinklevel.so.5.0.0

This, too, tells you that you are missing a file.  Generally you would search 
for the package that provides this .so file using

$ yum whatprovides */libinklevel.so.5

but apparently it's not there.  So the next destination is google.  A quick 
google search revealed that libinklevel.so.5 belongs to package libinklevel.  
So you would normally go to http://koji.fedoraproject.org to find it.

In this case, it's not there, so you would have to compile it :)
-- 
Armin Moradi




More information about the fedora-list mailing list