Posted by nobody on 07/11/07 20:06
I have mysql.so
its located in /usr/lib64/php/modules/mysql.so
how do i know if its registered? how do i register it?
"Lars Eighner" <usenet@larseighner.com> wrote in message
news:slrnf9a9qn.20en.usenet@goodwill.larseighner.com...
> In our last episode,
> <f732u1$e46$1@news.Stanford.EDU>,
> the lovely and talented nobody
> broadcast on comp.lang.php:
>
>> I install rpms for php and mysql and php-mysql on rhel5. however phpinfo
>> is
>> showing --without-mysql'
>
>> any idea on how i can enable mysql support?
>
> did the mysql module get registered in extensions.ini? Several
> installation
> tools get something wrong with extensions.ini although it often is
> multiply
> registering something which can give some ugly "already loaded" messages
> when nothing really is wrong. If you have mysql.so (and it is the php
> module from your most recent install) feel free to register it yourself.
> Study the locate output carefully because some other applications have
> mysql.so of their own. It should be clear which one belongs to php.
>
>
> --
> Lars Eighner <http://larseighner.com/>
> <http://myspace.com/larseighner>
> Countdown: 558 days to go.
> Friends of Lizbeth: help replace failed a/c at Austin's no-kill shelter
> <https://secure.groundspring.org/dn/index.php?aid=12349>
[Back to original message]
|