From 8885527de6c15dff20ce09569de322ec084cc7c0 Mon Sep 17 00:00:00 2001 From: Kristina Chodorow Date: Thu, 13 May 2010 20:40:44 +0000 Subject: [PATCH] fixed gentoo install doc git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299362 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/configure.xml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/reference/mongo/configure.xml b/reference/mongo/configure.xml index cbf3ac6f7c..3c2e378a37 100644 --- a/reference/mongo/configure.xml +++ b/reference/mongo/configure.xml @@ -184,17 +184,29 @@ sudo /Applications/XAMPP/xamppfiles/bin/pecl install mongo
Gentoo - On Gentoo using PECL you might get an error that libtool is the wrong - version. Compiling from source you'll need to run aclocal and autoconf. - - + + Gentoo has a package for the PHP driver called dev-php5/mongo, which can be + installed with: + + + + + + + If you use PECL, you may get an error that libtool is the wrong version. + Compiling from source you'll need to run aclocal and autoconf. + + - - +
Fedora