Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Richard ChapmanRichard ChapmanReporter
Eric BalesEric BalesPriority
MinorFix versions
Pull Request URL
Affects versions
Details
Details
Assignee
Richard Chapman
Richard ChapmanReporter
Eric Bales
Eric BalesPriority
Fix versions
Pull Request URL
Affects versions
Created February 27, 2015 at 4:11 PM
Updated March 9, 2015 at 1:22 PM
Resolved March 9, 2015 at 1:22 PM
Running eclcc -E (so that it generates the XML archive file) fails on Linux if the software needed to support embedded languages, like R, Java, etc. isn't installed. The errors look like this:
00000002 2015-02-27 10:32:17 32546 32546 Error loading /opt/HPCCSystems/plugins/libv8embed.so: libv8.so.3.7.12.22: cannot open shared object file: No such file or directory
0000000B 2015-02-27 10:32:17 32546 32546 Error loading /opt/HPCCSystems/plugins/libmysqlembed.so: libmysqlclient.so.18: cannot open shared object file: No such file or directory
Workaround:
I was able to get around this issue by renaming the .so files that it complains about in /opt/HPCCSystems/plugins so that it doesn't try to load them.