Skip to content

Troubleshooting "missing" library files that actually exist #36

@JeffMings

Description

@JeffMings

Hello!
This project is the only one that wants to compile under Centos 7 with a newer version of the TEMPerHum hardware. However, even though CMake compiles successfully and hid-query runs correctly, tempered throws a library file error:

tempered: error while loading shared libraries: libtempered.so.0: cannot open shared object file: No such file or directory

The files are in /usr/local/lib64:

[root@WardCamPC local]# pwd
/usr/local
[root@WardCamPC local]# ls -alh lib64
total 60K
drwxr-xr-x. 2 root root 4.0K Jun 5 15:10 .
drwxr-xr-x. 13 root root 4.0K Apr 27 17:56 ..
lrwxrwxrwx 1 root root 16 Jun 5 15:10 libtempered.so -> libtempered.so.0
-rwxr-xr-x 1 root root 36K Jun 5 15:09 libtempered.so.0
lrwxrwxrwx 1 root root 21 Jun 5 15:10 libtempered-util.so -> libtempered-util.so.0
-rwxr-xr-x 1 root root 13K Jun 5 15:09 libtempered-util.so.0

I tried making symbolic links int /usr/local/lib , but that didn't help.

How can I troubleshoot this?
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions