LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-02-2009, 10:01 AM   #1
tqz
Member
 
Registered: Jan 2008
Posts: 67

Rep: Reputation: 15
mediawiki installation probs on ubuntu


Hello all

I am installing mediawiki (1.11.2) using postgresql (8.3. on ubuntu using the manual:installation guidelines on the mediawiki website. I have got apache (2.2. up and running and have installed php 5. When I reach the installation page however I get the following info:-

* PHP 5.2.4-2ubuntu5.7 installed
* Found database drivers for: MySQL
* PHP server API is apache2handler; ok, using pretty URLs (index.php/Page_Title)
* Have XML / Latin1-UTF-8 conversion support.
* Session save path (/var/lib/php5) appears to be valid.
* PHP's memory_limit is 16M. Attempting to raise limit to 20M... ok.
* Couldn't find Turck MMCache, eAccelerator, APC or XCache; cannot use these for object caching.
* Found GNU diff3: /usr/bin/diff3.
* Couldn't find GD library or ImageMagick; image thumbnailing disabled.
* Installation directory: /var/lib/mediawiki
* Script URI path: /mediawiki
* Installing MediaWiki with php file extensions
* Environment checked. You can install MediaWiki.

The problem is, is that it finds the drivers for mysql but not postgres. How do I fix this???

Any help would be greatly appreciated.

Thanks in advance!
 
Old 11-02-2009, 10:19 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by tqz View Post
Hello all

I am installing mediawiki (1.11.2) using postgresql (8.3. on ubuntu using the manual:installation guidelines on the mediawiki website. I have got apache (2.2. up and running and have installed php 5. When I reach the installation page however I get the following info:-

* PHP 5.2.4-2ubuntu5.7 installed
* Found database drivers for: MySQL
* PHP server API is apache2handler; ok, using pretty URLs (index.php/Page_Title)
* Have XML / Latin1-UTF-8 conversion support.
* Session save path (/var/lib/php5) appears to be valid.
* PHP's memory_limit is 16M. Attempting to raise limit to 20M... ok.
* Couldn't find Turck MMCache, eAccelerator, APC or XCache; cannot use these for object caching.
* Found GNU diff3: /usr/bin/diff3.
* Couldn't find GD library or ImageMagick; image thumbnailing disabled.
* Installation directory: /var/lib/mediawiki
* Script URI path: /mediawiki
* Installing MediaWiki with php file extensions
* Environment checked. You can install MediaWiki.

The problem is, is that it finds the drivers for mysql but not postgres. How do I fix this???

Any help would be greatly appreciated.

Thanks in advance!
Well, not meaning to sound flip about it, but installing PostgreSQL might fix it. Do you have postgresql installed on your box? Is it up and running?

This thread is a bit dated, but may still help:
http://ubuntuforums.org/showthread.php?t=586383
 
Old 11-02-2009, 12:59 PM   #3
tqz
Member
 
Registered: Jan 2008
Posts: 67

Original Poster
Rep: Reputation: 15
Hello TB0ne and thanks for your response!

Yes Postgresql is up and running! I am silly but not that silly!

Is it possible that I need to place the driver in a particular location so that it can be found by mediawiki?
 
Old 11-02-2009, 03:16 PM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by tqz View Post
Hello TB0ne and thanks for your response!

Yes Postgresql is up and running! I am silly but not that silly!

Is it possible that I need to place the driver in a particular location so that it can be found by mediawiki?
Just checking...you'd be surprised how sometimes it's something like that, and no one asks for a few days, after 100 responses.

There isn't a 'driver', per-say, for Postgres. If you're compiling from source, you may need the postgresql-devel libraries. You should be able to grab them from the online repos, and install them. On that note, have you checked the online sources, for a pre-compiled mediawiki?

Try "sudo aptitude install postgresql-devel" and/or "mediawiki"....
 
Old 11-02-2009, 04:31 PM   #5
Briotti
LQ Newbie
 
Registered: Oct 2003
Location: Rome
Distribution: Mandrake9.1
Posts: 21

Rep: Reputation: 16
Quote:
Originally Posted by tqz View Post
Hello all

I am installing mediawiki (1.11.2) using postgresql (8.3. on ubuntu using the manual:installation guidelines on the mediawiki website. I have got apache (2.2. up and running and have installed php 5. When I reach the installation page however I get the following info:-

* PHP 5.2.4-2ubuntu5.7 installed
* Found database drivers for: MySQL
* PHP server API is apache2handler; ok, using pretty URLs (index.php/Page_Title)
* Have XML / Latin1-UTF-8 conversion support.
* Session save path (/var/lib/php5) appears to be valid.
* PHP's memory_limit is 16M. Attempting to raise limit to 20M... ok.
* Couldn't find Turck MMCache, eAccelerator, APC or XCache; cannot use these for object caching.
* Found GNU diff3: /usr/bin/diff3.
* Couldn't find GD library or ImageMagick; image thumbnailing disabled.
* Installation directory: /var/lib/mediawiki
* Script URI path: /mediawiki
* Installing MediaWiki with php file extensions
* Environment checked. You can install MediaWiki.

The problem is, is that it finds the drivers for mysql but not postgres. How do I fix this???

Any help would be greatly appreciated.

Thanks in advance!
Well... first of all, MW 1.11.2 seems a little bit old: MW is at version 1.15.

Anyway, the problem is probably due to the fact that PHP PostgreSQL client library is required.

Take a look at this page on Mediawiki website for more info: http://www.mediawiki.org/wiki/PostgreSQL
 
Old 11-03-2009, 04:56 AM   #6
tqz
Member
 
Registered: Jan 2008
Posts: 67

Original Poster
Rep: Reputation: 15
Thanks for your responses TBOne and Briotti.

I did have all the server and client files that were required installed (I checked again just to make sure). I figured out that I was actually missing the 'php5-pgsql'...installed this, restarted the apache and postgres servers and it has now found the driver for postgres! Thank you both for your help...silly thing was that I thought I had done this a few weeks back when I first run into this problem, so was puzzled as to what I was missing (if anything) and why it wasnt actually working!

Thanks for your help guys!
 
Old 11-04-2009, 06:39 AM   #7
jaganadha
LQ Newbie
 
Registered: Aug 2009
Posts: 1

Rep: Reputation: 0
iam using nokia s60-3v.n73 .i nead softwares .ex..video rington.....when any body call my phone alart sound with video so plase sendme
 
Old 11-04-2009, 01:25 PM   #8
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by jaganadha View Post
iam using nokia s60-3v.n73 .i nead softwares .ex..video rington.....when any body call my phone alart sound with video so plase sendme
First, open your own thread for you rown question. Second, write and spell clearly...you're impossible to understand. Third, this is LINUX questions....nothing much to do with Nokia video ringones....
 
  


Reply

Tags
mediawiki, postgresql, ubuntu



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation probs with Slackware 11 NewbX Slackware 2 02-14-2007 06:25 AM
Installation probs lynda_carol SUSE / openSUSE 2 11-03-2006 04:18 AM
Ubuntu Installation Probs Xel'naga666 Ubuntu 5 09-03-2005 10:47 AM
Mandrake 8 installation probs hadez2000 Linux - Newbie 6 07-01-2004 01:29 AM
probs w/ redhat 8 installation thineonly Linux - Newbie 24 04-02-2004 03:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration