Not sure if I'm on the right list -- please direct me if not.
System PPC (iMac) FC5 Test 1. Software: Moodle
Issue: The PHP development system is not compiled with MySQL support -- plus the "Update Repos Mirrors" will not send out a version of PHP with MySQL support (the error is an invalid version of dbus on the repos site - both libdbus and dbus-qt, both dated 11/21/05.) I have tried yim update/upgrade as well as yum groupupdate...
So, barring building all the stuff from source -- is there a version of PHP with MySQL support available for FC5 on a PPC system?
If there is I have not been able to find it.
Help? -- WC -Sx- Jones | http://ccsh.us/ | Open Source Consulting
Chasecreek Systemhouse wrote:
Not sure if I'm on the right list -- please direct me if not.
You are looking for the Fedora Test List.
https://www.redhat.com/mailman/listinfo/fedora-test-list
Issue: The PHP development system is not compiled with MySQL support
[snip]
Have you installed the php-mysql package?
On 12/9/05, William Hooper whooperhsd3@earthlink.net wrote:
Thanks! I'll go harrass them. =)
Issue: The PHP development system is not compiled with MySQL support
[snip]
Have you installed the php-mysql package?
Yep. phpinfo() states --without-mysql as well...
I'll go subscribe to the other list and see. Thx/Bill -- WC -Sx- Jones | http://ccsh.us/ | Open Source Consulting
On Fri, 2005-12-09 at 13:25 -0500, Chasecreek Systemhouse wrote:
On 12/9/05, William Hooper whooperhsd3@earthlink.net wrote:
Thanks! I'll go harrass them. =)
Issue: The PHP development system is not compiled with MySQL support
[snip]
Have you installed the php-mysql package?
Yep. phpinfo() states --without-mysql as well...
I'll go subscribe to the other list and see. Thx/Bill
WC -Sx- Jones | http://ccsh.us/ | Open Source Consulting
phpinfo() still shows '--without-mysql' because Redhat php builds are not 'configured' to include built-in mysql supprt. The php-mysql package adds modular, not built-in, support for mysql to php. If you scroll about half-way done the phpinfo() display you should see an entry for mysql support after installing php-mysql (and restarting apache). At least that's how it works for i686 and x86_64 .
On 12/9/05, Brian Gaynor briang@pmccorp.com wrote:
phpinfo() still shows '--without-mysql' because Redhat php builds are not 'configured' to include built-in mysql supprt. The php-mysql package adds modular, not built-in, support for mysql to php. If you scroll about half-way done the phpinfo() display you should see an entry for mysql support after installing php-mysql (and restarting apache). At least that's how it works for i686 and x86_64 .
Yes, I had been thinking about what William had stated regarding this issue in his earlier reply...
The system in question is not "here" but I had already download the php-mysql patch after I got to thinking about "slip stream patching" (Thx William!) and will "think harder" about it on my iMac when I get home =)
Thx to all for the help :) -- WC -Sx- Jones | http://ccsh.us/ | Open Source Consulting