https://bugzilla.wikimedia.org/show_bug.cgi?id=68453
--- Comment #9 from Bryan Davis <[email protected]> --- (In reply to Bernd Sitzmann from comment #8) > I think the problem is that I have > /usr/lib/hphp/extensions/20140702/luasandbox.so > but hhvmsh is looking for /usr/lib/hphp/extensions/20131007/luasandbox.so > instead. > > vagrant@mediawiki-vagrant:~$ hhvmsh > Uncaught exception: Could not open extension > /usr/lib/hphp/extensions/20131007/luasandbox.so: > /usr/lib/hphp/extensions/20131007/luasandbox.so: cannot open shared object > file: No such file or directory > > What's the best way to correct this? This is the state I was expecting in comment #5 when I said: > "Uncaught exception: Could not open extension > /usr/lib/hphp/extensions/20131007/luasandbox.so" -- Your MediaWiki-Vagrant > puppet configuration is out of sync with the HHVM binary that is installed. > This should be fixed by updating your MediaWiki-Vagrant git checkout; the > config change to support the latest HHVM package (I986205e) was merged > recently. You have a version 3.1+20140723 of the hhvm package installed but the configuration files have not been updated to reflect the ABI (application binary interface) change that hhvm build introduces. Updating your MediaWiki-Vagrant checkout to the latest version and running `vagrant provision` should correct this. The fix was merged ~17 hours ago. Just in time bug correction. :) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
