Comment 10 for bug 104863

Revision history for this message
John Gelm (jgelm) wrote : Re: [Bug 104863] Re: php5-gd needs to update php.ini

Ondřej Surý wrote:
> Does your output of:
>
> dpkg -l libapache2-mod-php5 includes /etc/php5/apache2/conf.d line?
>

 dpkg -l libapache2-mod-php5
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name Version Description
+++-=========================-=========================-==================================================================
ii libapache2-mod-php5 5.2.1-0ubuntu1.1 server-side,
HTML-embedded scripting language (apache 2 module)

> Does that symlink exists?
>
> $ ls -l /etc/php5/apache2/conf.d
> lrwxrwxrwx 1 root root 9 2007-05-22 17:55 /etc/php5/apache2/conf.d -> ../conf.d
>
 ls -l /etc/php5/apache2/conf.d
lrwxrwxrwx 1 root root 9 2007-03-31 22:14 /etc/php5/apache2/conf.d ->
../conf.d

> And it's part of the libapache2-mod-php5 package.
>
> If it doesn't exists, could you try creating it manually?
>
> Does it help? (It should print something about including module twice)
>
> If it doesn't help, could you do:
>
> strings /usr/lib/apache2/modules/libphp5.so | grep conf.d
>
$ strings /usr/lib/apache2/modules/libphp5.so | grep conf.d
/etc/php5/apache2/conf.d

> and send output here?
>
> Thanks,
> Ondrej
>
>
HTH;
John