Error in install description (OpenID Extension README) [SOLVED]
The install script mentions that, to create the required tables, you should run php maintenance/update.php, however, at that stage in the process, OpenID isn't included in LocalSettings.php.
afaict, you need to run maintenance/update.php *after* installing OpenID in LocalSettings.php.
HTH,
Dmb
Thanks for pointing me to this error in the description. Fixed in r91941 ( http://svn.wikimedia.org/viewvc/mediawiki?view=revision&revision=91941 ).