Re: [otb-users] HelloWorldOTB error

2017-05-19 Thread Manuel Grizonnet
Hi Mary, you probably have to set the environment LD_LIBRARY_PATH to the directory where the OTB libraries are installed on your system. You should do something like: export LD_LIBRARY_PATH=*path_to_otb_libraries_directory*:$LD_LIBRARY_PATH Settting this environment library is needed if you comp

[otb-users] HelloWorldOTB error

2017-05-02 Thread Mary Engels
Good Afternoon all, I am hoping someone can help me with this issue (Linux 16.04 LTS, OTB 5.11.0)... I am trying to compile and run the HelloWorldOTB script. I have created test folders both outside and inside my OTB directory and I have followed the instructions for making the CMakeFile.txt a