-
Notifications
You must be signed in to change notification settings - Fork 12
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
problem with installing to /usr/local #31
Comments
I think the framework should be able to be installed anywhere, but I admit to not be very familiar with this kind of problem, so if you could submit a patch, sure that will be great, thank you. |
for this I'm wondering if the "generic" solution wouldn't to have like with the autotools, a --prefix option and to get its value after in the CMake ? |
I use this command to install to /usr I don't know how to get this value from CMAKE. Do you have a code snippet for this? |
make fails because it can't find libcppcmsskel.so.0. |
@dwaldhalm great, i'm currently in vacation so i access github with my phone (and that's why i've been quite long to reply to you) , as I've not access to my computer, would you feel like making a Pull request ? |
Hi,
If I install cppcmsskel to /usr/local I get this
app/galaxy: error while loading shared libraries: libcppcmsskel.so: cannot open shared object file: No such file or directory
I think that the possible workaround for this will be adding file to /etc/ld.so.conf.d/ with path to libcppcmsskel.so.
But I don't know if this is the right solution.
If I install to /usr instead of /usr/local libcppcmsskel.so can be loaded, but init.py uses /usr/local by default.
If you think that cppcmsskel should be always installed to /usr/local, I can fix my system configuration. If you think that framework might be installed to any path, I can try to fix issues with that and send you a patch.
The text was updated successfully, but these errors were encountered: