-
Notifications
You must be signed in to change notification settings - Fork 20
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
rexgen compiled and installed but... #5
Comments
Have you tried to to update your loader cache? please try to run a ldconfig Kind regards, Jan 2014-07-17 18:42 GMT+02:00 Pyr3x [email protected]:
|
I added a notification to run ldconfig after "make install"... |
I know this is old but I had just had this issue on a Manjaro Linux build, finally found a solution(seems more like a workaround) and figured it could help others. Simply running
This file was in my Ubuntu machine(where RexGen worked) but not my Manjaro machine. |
Thx for this comment. I'll take a look if there are some best practices when deploying open source software on differently configured systems. |
I was able to fix this by doing sudo ln /usr/local/lib/librexgen.so.2.0 /usr/lib/librexgen.so.2.0
sudo ln /usr/local/lib/librexgen.so.2.0.8 /usr/lib/librexgen.so.2.0.8 In case it's relevant, I'm using Antergos (Arch-based) |
I am getting this when trying to run rexgen:
rexgen: error while loading shared libraries: librexgen.so.1.1: cannot open shared object file: No such file or directory
The file exist so why is it complaining?
The text was updated successfully, but these errors were encountered: