The more I think about it, I think lp_solve may be running, but it's trying to access some file that isn't there. It just isn't being explicit about which file it's looking for.
On Wed, Oct 9, 2013 at 5:30 PM, Robert Fletcher <[email protected]>wrote: > I'm calling `bin/lp_solve`. Tab complete. > > > On Wed, Oct 9, 2013 at 5:25 PM, Daniel Farina <[email protected]> wrote: > >> On Wed, Oct 9, 2013 at 5:11 PM, Robert Fletcher <[email protected]> >> wrote: >> > Yeah, I've logged in with `heroku run bash`. The file is marked >> executable >> > and when I try executing it directly I get the same error. It works fine >> > locally. >> >> How do you "execute it directly"? Like "./lp_solve"? Or are you >> doing "lp_solve" and hoping $PATH does the trick? >> >> -- >> -- >> 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.
