Skip to content

sfarkxtc: error while loading shared libraries: libsfark.so: cannot open shared object file: No such file or directory #9

@djnotes

Description

@djnotes

On Fedora x86_64:

I have installed sfArkLib, and I have libsfark.so at /usr/local/lib, and sfArkLib.h at /usr/local/include/, but I cannot run sfarkxtc after building and installing it, neither in its build directory, neither from /usr/local/bin/. The error I get upon issuing the command sfarkxtc is:

sfarkxtc: error while loading shared libraries: libsfark.so: cannot open shared object file: No such file or directory

I tried creating a pkg-config file libsfark.so.pc at the /usr/local/lib/pkgconfig/ location with the following contents:

prefix=/usr/local
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib

Name: libsfark
Description: The sfArkLib library
Version: 2.23
Cflags: -I${includedir}
Libs: -L${libdir} -llibsfark

Still, sfarkxtc complains about lack of libsfark.so.

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