Difference between revisions of "Mediawiki"

From WA2IAC Wiki
Jump to: navigation, search
(Debian)
m (Debian)
Line 14: Line 14:
 
It's in there.
 
It's in there.
  
[http://packages.debian.org/squeeze/mediawiki Squeeze Page] gets you v15 and Wheezy gets you v19, this will be in flux as Wheezy was just released (circa 5/6/3024)
+
[http://packages.debian.org/squeeze/mediawiki Squeeze Page] gets you v15 and Wheezy gets you v19, this will be in flux as Wheezy was just released (circa 5/6/3024). Note
  
 
I decided to try this in an OVZ slice to host it on a CentOS 6.4 box.
 
I decided to try this in an OVZ slice to host it on a CentOS 6.4 box.
 +
 +
<pre>
 +
# apt-get update
 +
# apt-get install mediawiki
 +
</pre>
 +
Since the slice didn't have mysql, php installed, I got the whole ball of wax. As usual with mysql, I got the dialog asking for 'root' passwd. Be sure not to put in something new and then lose it! :-D
 +
 +
<b>Intall encountered a problem with mysql</b>
 +
<pre>
 +
130506 12:05:10 [Note] Plugin 'FEDERATED' is disabled.
 +
130506 12:05:10  InnoDB: Initializing buffer pool, size = 8.0M
 +
130506 12:05:10  InnoDB: Completed initialization of buffer pool
 +
130506 12:05:10  InnoDB: Started; log sequence number 0 44233
 +
130506 12:05:10  InnoDB: Starting shutdown...
 +
130506 12:05:15  InnoDB: Shutdown completed; log sequence number 0 44233
 +
Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!
 +
invoke-rc.d: initscript mysql, action "start" failed.
 +
dpkg: error processing mysql-server-5.1 (--configure):
 +
subprocess installed post-installation script returned error exit status 1
 +
Setting up libonig2 (5.9.1-1) ...
 +
configured to not write apport reports
 +
                                      Setting up libqdbm14 (1.8.77-4) ...
 +
Setting up php5-common (5.3.3-7+squeeze15) ...
 +
Setting up libapache2-mod-php5 (5.3.3-7+squeeze15) ...
 +
 +
Creating config file /etc/php5/apache2/php.ini with new version
 +
Reloading web server config: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
 +
.
 +
Setting up libhtml-template-perl (2.9-2) ...
 +
Setting up php5 (5.3.3-7+squeeze15) ...
 +
Setting up php5-cli (5.3.3-7+squeeze15) ...
 +
 +
Creating config file /etc/php5/cli/php.ini with new version
 +
update-alternatives: using /usr/bin/php5 to provide /usr/bin/php (php) in auto mode.
 +
Setting up php5-mysql (5.3.3-7+squeeze15) ...
 +
Setting up mediawiki (1:1.15.5-2squeeze5) ...
 +
Reloading web server config: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
 +
.
 +
dpkg: dependency problems prevent configuration of mysql-server:
 +
mysql-server depends on mysql-server-5.1; however:
 +
  Package mysql-server-5.1 is not configured yet.
 +
dpkg: error processing mysql-server (--configure):
 +
dependency problems - leaving unconfigured
 +
Setting up php5-suhosin (0.9.32.1-1) ...
 +
configured to not write apport reports
 +
                                      Errors were encountered while processing:
 +
mysql-server-5.1
 +
mysql-server
 +
E: Sub-process /usr/bin/dpkg returned an error code (1)
 +
</pre>
  
 
== Fedora (15 - Lovelock) ==
 
== Fedora (15 - Lovelock) ==

Revision as of 16:00, 6 May 2013