Hi Stephen, The "uname -a" command is showing that you have installed a 32 bit version of ubuntu (it should have "x86_64" for 64 bit). This is why the 64 bit applications are not working. It is possible to run 32 bit applications on a 64 bit operating system (with compatibility libraries) but it is not possible the other way around.
Regards, Paul On 18 March 2014 20:06, Stephen Wornom <[email protected]> wrote: > uname -a > Linux stephen-VG269AA-ABF-p6205fr 3.2.0-60-generic-pae #91-Ubuntu SMP Wed > Feb 19 04:14:56 UTC 2014 i686 athlon i386 GNU/Linux > home:ldd /home/stephen/ParaView-4.1.0-Linux-64bit/bin/paraview > not a dynamic executable > > ldd /home/stephen/ParaView-4.1.0-Linux-32bit/bin/paraview > linux-gate.so.1 => (0xb7784000) > libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb75c0000) > /lib/ld-linux.so.2 (0xb7785000) > > ununtu 12.04 > Hope this helps, > Stephen > ------------------------------ > > *From: *"Paul Edwards" <[email protected]> > *To: *"Stephen Wornom" <[email protected]> > *Cc: *"ben boeckel" <[email protected]>, "ParaView list" < > [email protected]> > *Sent: *Tuesday, March 18, 2014 1:37:39 AM > > *Subject: *Re: [Paraview] PV 4.1.0 > ParaView-4.1.0-Linux-64bit/bin/paraview: cannot execute binary file > > If your system is actually 64 bit then I cannot understand why you are > getting the "cannot execute binary file" error. Please can you post the > output from the following two commands?: > > uname -a > ldd /home/stephen/ParaView-4.1.0-Linux-64bit/bin/paraview > > Also, which version of Ubuntu are you using? > > Regards, > Paul > > > On 17 March 2014 10:15, Stephen Wornom <[email protected]> wrote: > >> Ben Boeckel wrote: >> >>> On Sun, Mar 09, 2014 at 12:20:45 +0100, Stephen Wornom wrote: >>> >>>> From: "Ben Boeckel" <[email protected]> >>>> >>>>> Is the filesystem mounted noexec? >>>>> >>>> Not to my knowledge, how would I check? >>>> >>> The output of 'mount' will show the flags for mounted filesystems. >>> >> I downloaded the 32-bit binaries and PV-4.1.0 works fine. >> Must be that I am missing some 64-bit routines. >> Are there any problems running the 32-bit binaries on a 64-bit machine? >> Thanks, >> Stephen >> >> >>> --Ben >>> _______________________________________________ >>> Powered by www.kitware.com >>> >>> Visit other Kitware open-source projects at http://www.kitware.com/ >>> opensource/opensource.html >>> >>> Please keep messages on-topic and check the ParaView Wiki at: >>> http://paraview.org/Wiki/ParaView >>> >>> Follow this link to subscribe/unsubscribe: >>> http://www.paraview.org/mailman/listinfo/paraview >>> >> >> >> -- >> [email protected] >> 2004 route des lucioles - BP93 >> Sophia Antipolis >> 06902 CEDEX >> >> Tel: 04 92 38 50 54 >> Fax: 04 97 15 53 51 >> >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://www.paraview.org/mailman/listinfo/paraview >> >> > >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
