On Tuesday, January 24, 2017 at 6:50:43 AM UTC+1, jahanzeb.malik wrote: > > I have installed OTB 5.8.0 LINUX 64 binaries on Ubuntu LTS 16.04 by > running https://www.orfeo-toolbox.org/packages/OTB-5.8.0-Linux64.run. > > I have installed everything in /opt/otb/OTB-5.8.0-Linux64 > As suggested in the userguide > I have set paths as: > export PATH=$PATH:/opt/otb/OTB-5.8.0-Linux64/bin > export OTB_APPLICATION_PATH=/opt/otb/OTB-5.8.0-Linux64/bin > > OTB_APPLICATION_PATH is wrong.
you need to source otbenv.profile like below . ./otbenv.profile BTW correct value is export OTB_APPLICATION_PATH=/opt/otb/OTB-5.8.0-Linux64/lib/otb/applications Now I am running following command: > > otbApplicationLauncherCommandLine otbcli_Convert > /opt/otb/OTB-5.8.0-Linux64/bin > > or > > otbApplicationLauncherCommandLine otbcli_Convert > > ERROR: LoadApplication, no module found ... > ERROR: nO loaded application... > > I am getting same error for > otbApplicationLauncherQt otbgui_Convert /opt/otb/OTB-5.8.0-Linux64/bin > > Please let me know how can I resolve the issues. > > -- > Kind Regards > M. Jahanzeb Malik > -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups "otb-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/otb-users?hl=en --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
