Matt schrieb:
> ----- Original Message -----
> From: "J.F. Noonan" <[EMAIL PROTECTED]>
> To: "Jim Thome" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Friday, January 31, 2003 5:32 PM
> Subject: Re: [PHP-INST] Whither mysql.so?
> 
> 
> 
>>On Fri, 31 Jan 2003 at 1:52pm Jim Thome wrote:
>>
>>
>>>MySQL support is built into PHP 4.2.3.  There is no mysql.so.
>>>The phpinfo() function should show support for MySQL.
>>
>>Hmm.  Here's what happens when I 'apachectl startssl'
>>
>>PHP Warning:  Unable to load dynamic library
>>'/usr/local/libexec/apache/mysql.so' - Cannot open
>>"/usr/local/libexec/apache/mysql.so" in Unknown on line 0
>>
>>
>>and I'd forgotten to mention I get this as well:
>>
>>PHP Warning:  Invalid library (maybe not a PHP library)
>>'mod_imap.so'  in Unknown on line 0
> 
> 
> Tell us a little more about what you're doing.  Post your php ./config.nice
> and the output of httpd -l
> 

I'm not sure but ... in the php.ini there might be a line like:

extension=mod_imap.so
extension=mysql.so

do a ; infront of this line and try again ... maybe you got a build-in version
of IMAP which hassle with the modul version. By the way, "mod_imap.so" might be
a modul of apache, cause apache moduls mostly starts with mod_* !?

-- 
 @  Goetz Lohmann, Germany   |   Web-Developer & Sys-Admin
\/  ------------------------------------------------------
()  He's the fellow that people wonder what he does and
||  why the company needs him, until he goes on vacation.


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to