Oh, ha, yeah. Thanks for the gist.
On Wed, Oct 9, 2013 at 5:56 PM, David Dollar <[email protected]> wrote: > You can try using Anvil for this: > > $ gem install anvil > > The gist below is an example for compiling bsdiff on Heroku: > > https://gist.github.com/ddollar/7c37dfd22528a9024a52 > > > On Wed, Oct 9, 2013 at 8:48 PM, Robert Fletcher <[email protected]>wrote: > >> Hmm, okay, so I'm going to have to compile it myself I take it then... >> Ran into some hurdles with that, too, but I'll dig in deeper on that side >> of things. >> >> >> On Wed, Oct 9, 2013 at 5:45 PM, Daniel Farina <[email protected]> wrote: >> >>> 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) >>> >>> Heroku is on amd64. It does not have the supporting libraries in the >>> i386 arch. >>> >>> -- >>> -- >>> 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. >> > > -- > -- > 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.
