LinuxQuestions.org
Visit the LQ Articles and Editorials section
Go Back   LinuxQuestions.org > Forums > Linux > 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

Tags used in this thread
Popular LQ Tags , ,

Reply
 
Thread Tools
Old 11-02-2009, 11:01 AM   #1
tqz
Member
 
Registered: Jan 2008
Posts: 31
Thanked: 0
mediawiki installation probs on ubuntu


[Log in to get rid of this advertisement]
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!
windows_xp_2003 tqz is offline     Reply With Quote
Old 11-02-2009, 11:19 AM   #2
TB0ne
Senior Member
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, Mandrake, RedHat, Gentoo, Slack
Posts: 4,073
Thanked: 143
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
linuxsuse TB0ne is offline     Reply With Quote
Old 11-02-2009, 01:59 PM   #3
tqz
Member
 
Registered: Jan 2008
Posts: 31
Thanked: 0

Original Poster
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?
windows_vista tqz is offline     Reply With Quote
Old 11-02-2009, 04:16 PM   #4
TB0ne
Senior Member
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, Mandrake, RedHat, Gentoo, Slack
Posts: 4,073
Thanked: 143
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"....
linuxsuse TB0ne is offline     Reply With Quote
Thanked by:
Old 11-02-2009, 05:31 PM   #5
Briotti
LQ Newbie
 
Registered: Oct 2003
Location: Rome
Distribution: Mandrake9.1
Posts: 21
Thanked: 1
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
windows_xp_2003 Briotti is offline  
Tag This Post , ,
Reply With Quote
Thanked by:
Old 11-03-2009, 05:56 AM   #6
tqz
Member
 
Registered: Jan 2008
Posts: 31
Thanked: 0

Original Poster
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!
windows_xp_2003 tqz is offline     Reply With Quote
Old 11-04-2009, 07:39 AM   #7
jaganadha
LQ Newbie
 
Registered: Aug 2009
Posts: 1
Thanked: 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
windows_xp_2003 jaganadha is offline     Reply With Quote
Old 11-04-2009, 02:25 PM   #8
TB0ne
Senior Member
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, Mandrake, RedHat, Gentoo, Slack
Posts: 4,073
Thanked: 143
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....
linuxsuse TB0ne is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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 07:25 AM
Installation probs lynda_carol Suse/Novell 2 11-03-2006 05:18 AM
Ubuntu Installation Probs Xel'naga666 Ubuntu 5 09-03-2005 11:47 AM
Mandrake 8 installation probs hadez2000 Linux - Newbie 6 07-01-2004 02:29 AM
probs w/ redhat 8 installation thineonly Linux - Newbie 24 04-02-2004 04:52 PM


All times are GMT -5. The time now is 09:55 AM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration