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

Install issue on Linux Mint with Anaconda #199

Open
kieranram opened this issue Jun 2, 2018 · 0 comments
Open

Install issue on Linux Mint with Anaconda #199

kieranram opened this issue Jun 2, 2018 · 0 comments

Comments

@kieranram
Copy link

kieranram commented Jun 2, 2018

I am trying to install MeTA on my Linux Machine but am encountering an issue in the 'make' command. I reach 82% completed then get the following issue:
[ 81%] Linking CXX executable ../../../utf8-test
/usr/bin/ld: warning: libicudata.so.58, needed by //home/k/anaconda3/lib/libicuuc.so.58, not found (try using -rpath or -rpath-link)
//home/k/anaconda3/lib/libicuuc.so.58: undefined reference to 'icudt58_dat'
collect2: error: ld returned 1 exit status
src/utf/tools/CMakeFiles/utf8-test.dir/build.make:96: recipe for target 'utf8-test' failed

I followed the instructions for installing on Ubuntu 14.04, seems to be an issue with the unicode data in the Anaconda distribution I have installed. While I did not find a file specifically named icudt58_dat there is, in the same directory as libicudata.so.58 is in, an icu folder. Any suggestions on ways to get around this issue? Thank you.

Note: the full error is longer, but this seems to be the relevant portion of the overall error.

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

1 participant