test-cppunit overrides LD_LIBRARY_PATH and fails if gcc is in non-standard
location
-----------------------------------------------------------------------------------
Key: ZOOKEEPER-1384
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1384
Project: ZooKeeper
Issue Type: Bug
Components: build, tests
Affects Versions: 3.4.2
Environment: Linux
Reporter: Jay Shrauner
Priority: Minor
Attachments: ZOOKEEPER-1384.patch
On Linux with gcc installed in /usr/local and the libs in /usr/local/lib64,
test-core-cppunit fails because zktest-st is unable to find the right libstdc++.
build.xml is overriding the environment LD_LIBRARY_PATH instead of appending to
it. This should be changed to match the treatment of PATH by appending the
desired extra path.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira