-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
linker problems on install on centos #37
Comments
Hi @kanedo, So that I can investigate this further, could you please let me know your version of CentOS and provide some steps to reproduce the issue (e.g. in VirtualBox)? |
Hi @mudge , unfortunately this is happening on a shared hosting and i dont know their full setup |
I was able to reproduce this on CentOS 6.9 using git, gcc, re2 and Ruby from Linuxbrew. The problem seems to be with the version of re2 installed via Linuxbrew itself as it is not compiled correctly as a shared library (e.g. it seems to at least be missing the required I was able to get the gem working by following the official re2 installation instructions, compiling my own version of re2 and then attempting to install the gem again. As you're on shared hosting, does that mean you can't write anywhere outside your home directory? If so, you should still be able to compile to your own location like so (replace
I hope that solves your issue and please let me know how you get on. |
thank you very much @mudge that worked. |
I tried to install this gem on a centos server and got a lot of linker errors.
I've installed it using:
The full log is the following:
I've installed re2 via linux brew:
The text was updated successfully, but these errors were encountered: