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

Typo on library name (libduma.so) in man page. Wrong number of zeros. #222

Closed
PeterBBBBB opened this issue Jun 19, 2024 · 1 comment
Closed

Comments

@PeterBBBBB
Copy link

The man page includes
the statement export LD_PRELOAD=libduma.so.0.0 will cause DUMA to be loaded

however, on both Arch & Debian we have
libduma.so
libduma.so.0
libduma.so.0.0.0
but NOT any libduma.so.0.0 !

Suggest removing the trailing .0.0 in the man page so we have
the statement export LD_PRELOAD=libduma.so will cause DUMA to be loaded
otherwise, DUMA will not be loaded, as the file libduma.so.0.0 does not exist.

@johnsonjh
Copy link
Owner

Sure, I'll make this change in master. Probably wouldn't have tripped too many up, but still a tad bit embarassing. :)

As an aside, I should look at making a new release soon - while there isn't a lot of action here in the repo, I'm using DUMA in CI/CD pipelines of various projects so it gets used literally every day by me (and others), so if anything breaks in it, it'll get fixed quickly!

I'll want to look at #192 and #193 first though.

johnsonjh added a commit that referenced this issue Jun 19, 2024
Signed-off-by: Jeffrey H. Johnson <trnsz@pobox.com>
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