Hi again, On Fri, May 9, 2014 at 2:33 PM, Rashad M <[email protected]> wrote:
> Hi Walid, > > > On Fri, May 9, 2014 at 12:38 PM, Walid Bouceffa > <[email protected]>wrote: > >> Hi all, >> >> I use OTB 3.20 and it work perfectly for me. Now i decide to migrate to >> last version, so i compile and install OTB 4.0 using (cmake >> -DCMAKE_INSTALL_PREFIX=/home/walid/otb) because i dont want to overwrite >> my current version. Installation done with none error but when i run any >> command for example ( ./otbcli_ReadImageInfo ) i got this error >> >> ./otbcli: line 29: 11075 Segmentation fault $OTB_CLI_LAUNCHER >> "$@" >> >> It seems like a library mixup with two installations. It happened to me > once and i too had it installed in two different install prefix. You can > try the ldd command to see which .so files are pointed by the application. > > ldd otbapp_ReadImageInfo.so > > You could also try to find the lib via gdb > gdb ./bin/otbAppplicationLauncherCommandLine > run ReadImageInfo ./bin/ -in test.tif > > > I can't figure out what's wrong !! >> >> Another question: is there a pretty way to uninstall OTB rather than >> delete files ?? It seems that (make uninstall) doesn't work !! >> >> OTB installs libs in <install-prefix>/lib/otb includes <install-prefix>include/otb So why delete files is not good enough here. I mean make uninstall will be doing the same thing but with maybe with a "pretty" message on the console. Best Regards, >> Walid >> >> >> -- >> -- >> 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. >> > > > > -- > Regards, > Rashad > -- Regards, Rashad -- -- 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.
