Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library path wrong for non-standard prefix installations #62

Open
tobiasjakobi opened this issue Mar 13, 2018 · 1 comment
Open

Library path wrong for non-standard prefix installations #62

tobiasjakobi opened this issue Mar 13, 2018 · 1 comment

Comments

@tobiasjakobi
Copy link

Hello,

I noticed that lsi fails to load the intercept and redirect library when it is installed to a non-standard prefix, e.g. to /usr/local -- which meson chooses as default btw. I'm building lsi on Gentoo as user in a x86-32 chroot, and, since not using the package manager to install it, I obviously don't want to pu things into /usr.

Here's the error messages:
ERROR: ld.so: object '/usr/$LIB/liblsi-intercept.so' cannot be loaded as audit interface: cannot open shared object file; ignored.
ERROR: ld.so: object '/usr/$LIB/liblsi-redirect.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.

With best wishes,
Tobias

@kurumushi
Copy link

I am on gentoo as well. but I created a package, and installed to the proper lib directories (/usr/lib64) I get the same error message. Seems like $LIB is not being set somewhere?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants