Gentoo Archives: gentoo-user

From: Mike Diehl <mdiehl@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Need to add gd and mysql to PHP.
Date: Tue, 24 Jul 2007 00:14:15
Message-Id: 200707231808.19883.mdiehl@diehlnet.com
In Reply to: Re: [gentoo-user] Need to add gd and mysql to PHP. by Hans-Werner Hilse
1 On Monday 23 July 2007 03:04:05 am Hans-Werner Hilse wrote:
2 > Hi,
3 >
4 > On Sun, 22 Jul 2007 21:37:58 -0600 Mike Diehl <mdiehl@××××××××.com>
5 > > How do I get these to be recognized by php applications?
6 >
7 > They should be configured in /etc/php/php*/php.ini if you want to load
8 > them automatically (extension=mysql.so, extension=gd.so) -- maybe you
9 > just need to run etc-update? (and restart the webserver)
10
11 I don't have anything that looks like that:
12
13 # pwd
14 /etc/php
15
16
17 # ls -la
18 total 28
19 drwxr-xr-x 6 root root 4096 Jul 19 00:27 .
20 drwxr-xr-x 71 root root 8192 Jul 23 17:57 ..
21 drwxr-xr-x 4 root root 4096 Jul 23 17:57 apache2-php4
22 drwxr-xr-x 4 root root 4096 Jul 23 17:59 apache2-php5
23 drwxr-xr-x 4 root root 4096 Jul 23 18:02 cli-php4
24 drwxr-xr-x 4 root root 4096 Jul 23 18:01 cli-php5
25
26 Looks like I've got something really dorked up....
27
28 Any ideas?
29
30
31 > OTOH, you can have your PHP scripts load the extension themselves using
32 > dl() in PHP.
33
34 I'm trying to upgrade OpenGroupware, so it's not my program to modify.
35
36 --
37 Mike Diehl
38 --
39 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Need to add gd and mysql to PHP. Norberto Bensa <nbensa@×××××.com>