Shiny: Unable to load shared object. invalid ELF header.

Created on 18 Jan 2018  路  6Comments  路  Source: rstudio/shiny

I created a simple shinyApp, using a R package written by me. This packages depends on Rcpp.
Everything works well locally. But when I deploy it, I get this error.

image

Most helpful comment

devtools::clean_dll() may help

All 6 comments

Could you give me some pointer to solve this issue

I don鈥檛 think it鈥檚 related to shiny. I see your github repo and you have pushed the compiled objects to git. You may delete them and try again.

devtools::clean_dll() may help

I agree, the problem is probably that you committed compiled objects (like the .so files) to your repository.

@wch @shrektan I really appreciate it. I am Cpp fresher. Finally I make it.

@peleonard remember to close the issue if it works... thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nteetor picture nteetor  路  5Comments

Stophface picture Stophface  路  3Comments

hudon picture hudon  路  4Comments

mdec picture mdec  路  5Comments

howardcoleman picture howardcoleman  路  5Comments