Back on heroku: ~ $ file /bin/bash /bin/bash: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, stripped ~ $ file bin/lp_solve bin/lp_solve: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, not stripped
On Wed, Oct 9, 2013 at 5:43 PM, Robert Fletcher <[email protected]>wrote: > Yeah, that's the weird thing. When I run it on my local machine: > > $ ldd bin/lp_solve > linux-gate.so.1 => (0xf7782000) > libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf7733000) > libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf772e000) > libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf7584000) > /lib/ld-linux.so.2 (0xf7783000) > > > On Wed, Oct 9, 2013 at 5:41 PM, Daniel Farina <[email protected]> wrote: > >> On Wed, Oct 9, 2013 at 5:37 PM, Robert Fletcher <[email protected]> >> wrote: >> > It tells me "not a dynamic executable" >> >> Are you sure something reasonable is in that file? To wit, this >> output is hard to believe with nearly anything compiled in the current >> century. >> >> Consider use of the 'file' command: >> >> $ file /bin/bash >> /bin/bash: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), >> dynamically linked (uses shared libs), for GNU/Linux 2.6.15, stripped >> >> -- >> -- >> You received this message because you are subscribed to the Google >> Groups "Heroku" group. >> >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/heroku?hl=en_US?hl=en >> >> --- >> You received this message because you are subscribed to the Google Groups >> "Heroku Community" 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/groups/opt_out. >> > > -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" 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/groups/opt_out.
