Mailinglist Archive: opensuse (3566 mails)
| < Previous | Next > |
Re: [opensuse] php5 modules and Apache on Suse 10
- From: "Cristian Rodriguez R." <judas_iscariote@xxxxxxxxxxxxx>
- Date: Tue, 24 Apr 2007 22:25:17 -0400
- Message-id: <462EBC0D.7070609@xxxxxxxxxxxxx>
James D. Parra escribió:
> Hello,
>
> I have two servers, each with Suse 10 installed, running apache with PHP5.
> One server, when you view the phpinfo generated web page shows all of the
> modules that are installed;
> The other server does not show any of the modules in the phpinfo generated
> web page, although yast on both machines shows that all of the php5 modules
> are installed. What is happening and any ideas on how to fix this?
check you extension_dir PHP directive in /etc/php5/apache2/php.ini it
should be set to something like extension_dir=${_libdir}/php5/extensions
where %{_libdir} should be /usr/lib in 32bit system amd /usr/lib64 in 64
bit ones.
> Hello,
>
> I have two servers, each with Suse 10 installed, running apache with PHP5.
> One server, when you view the phpinfo generated web page shows all of the
> modules that are installed;
> The other server does not show any of the modules in the phpinfo generated
> web page, although yast on both machines shows that all of the php5 modules
> are installed. What is happening and any ideas on how to fix this?
check you extension_dir PHP directive in /etc/php5/apache2/php.ini it
should be set to something like extension_dir=${_libdir}/php5/extensions
where %{_libdir} should be /usr/lib in 32bit system amd /usr/lib64 in 64
bit ones.
| < Previous | Next > |