Forum Discussion
JohnT_Altera
Regular Contributor
5 years agoHi,
There is some issue on excuting "export LD_LIBRARY_PATH='pwd':$LD_LIBRARY_PATH" which the current directory is not added into the environment. Please use "export LD_LIBRARY_PATH=$(pwd):$LD_LIBRARY_PATH" which will fixed the issue.