scraperwiki / code-scraper-in-browser-tool

Just like on ScraperWiki Classic; now a part of QuickCode.
https://quickcode.io
Other
38 stars 8 forks source link

PHP Warning when Running a Script #100

Closed esfand closed 11 years ago

esfand commented 11 years ago

Running the sample (commented-out) script or an empty script results in the following warning:

tarted run: 2013-07-07 07:39:05+00:00 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525/rar.so' - /usr/lib/php5/20100525/rar.so: cannot open shared object file: No such file or directory in Unknown on line 0

Finished run: 2013-07-07 07:39:05+00:00 Exit code: 0

mikeschinkel commented 11 years ago

I had the same issue.

frabcus commented 11 years ago

Whoops! The rar extension wasn't being installed properly on the new version of Ubuntu we're using in the jail. Thanks for reporting - now fixed.