On Thu, Jan 14, 2016 at 12:23 PM, Agustin Lobo <[email protected]> wrote:
> Here you have it: > alobo@debi:~/Downloads$ ls -l *.run > -rwxr-xr-x 1 alobo alobo 70770532 Jan 14 11:07 OTB-5.2.0-Linux64.run > > alobo@debi:~/Downloads$ ./OTB-5.2.0-Linux64.run > Creating directory OTB-5.2.0-Linux64 > Verifying archive integrity... All good. > > Then I get hundreds of > ./pkgsetup: line 16: > /home/alobo/Downloads/OTB-5.2.0-Linux64/tools/patchelf: cannot execute > binary file: Exec format error > > Could this be because I'm testing on an old machine with 32 bits > architecture? > old is not much worry here. But your architecture is.. standalone binaries are generated on a 64bit machine. so all the .so and executable are for that. If you are on 32bit arch it won't work. You need another standalone binary OTB-5.2.0-Linux32. Unfortunately, we don't make it yet. Sorry. > > Agus > > > > On Thu, Jan 14, 2016 at 11:24 AM, Rashad Kanavath > <[email protected]> wrote: > > > > Hi Agustin, > > > > I cannot reproduce this issue you are having. Are you sure you did a > chmod > > +x after downloading.? > > > > rkanavath@debian:/tmp$ chmod +x OTB-5.2.0-Linux64.run > > rkanavath@debian:/tmp$ ./OTB-5.2.0-Linux64.run > > Creating directory OTB-5.2.0-Linux64 > > Verifying archive integrity... All good. > > Uncompressing OrfeoToolBox 5.2.0 100% > > Configuring... > > rkanavath@debian:/tmp$ > > > > > > On Thu, Jan 14, 2016 at 11:12 AM, Agustin Lobo <[email protected]> > > wrote: > >> > >> I've tried the linux standalone binary version provided in > >> https://www.orfeo-toolbox.org/download/ > >> on my Debian testing machine > >> and does not work. Just get hundreds of lines such as: > >> > >> ./pkgsetup: line 31: > >> /home/alobo/Downloads/OTB-5.2.0-Linux64/tools/patchelf: cannot execute > >> binary file: Exec format error > >> > >> Agus > >> > >> -- > >> -- > >> 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 > > > > -- > > -- > > 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. > > -- > -- > 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 -- -- 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.
