On Wed, Oct 9, 2013 at 5:05 PM, Robert Fletcher <[email protected]> wrote: > Hey all, > > I've been trying every avenue possible to figure out how to get this thing > working. All I'm trying to do is get lp_solve running with my Rails app. As > near as I can tell it's a stand-alone binary that I should just be able to > drop into the bin directory of my project and be off and running, but when I > try to execute it it says "No such file or directory". More details on my > StackOverflow post: > http://stackoverflow.com/questions/19169992/custom-binaries-on-heroku > > Any ideas what I'm doing wrong?
How are you trying to call it? Consider experimenting with "heroku run bash" to explore the built application to see if the binary is in the right place. -- -- 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.
