This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Pre-ITP: apache/mod_php


"Gerrit P. Haase" wrote:
> 
> Hallo Reini,
> 
> Do I need to propagate the shraed extension somehow?  It looks like
> this are all the extensions which are linked to external libraries
> like sqlite -> libsqlite, gmp -> libgmp etc.  The others which are
> independant are obviously working (bcmath, calendar, ...).
> 
> $ sapi/cli/php.exe -v -c php.ini
> PHP Warning:  PHP Startup: Invalid library (maybe not a PHP library) 'bz2.dll'  in Unknown on line 0
> [...]

Okay, that's really weird.  You're getting the "maybe not a PHP library"
error for all the libs that link to external system libraries.  I'm
getting the inverse - the ones you listed below work fine but none of
the "bundled" ones will dlopen().  They all seem to build satisfactorily
though.

> PHP Warning:  PHP Startup: Invalid library (maybe not a PHP library) 'mhash.dll'  in Unknown on line 0

Just FYI, for some reason when I tried enabling mhash, the
cygmhash-2.dll binary wanted to import something from msvcrt.dll when I
ran cygcheck on it.  This caused a segfault if I tried to start apache
from the prompt, so I disabled that extension.  Your situation is
probably different because you're getting a different error, but
definitely run cygcheck on all the extension modules as Igor suggested.

Brian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]