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,

Check the dependencies of all of the failing DLLs below with cygcheck.
I'd bet that they depend on other extension DLLs.  If so, you need to make
sure the extension_dir (./modules in this case) is in the PATH, otherwise
the DLLs won't load.
	Igor

On Sat, 25 Sep 2004, 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
> PHP Warning:  PHP Startup: Invalid library (maybe not a PHP library) 'curl.dll'  in Unknown on line 0
> PHP Warning:  PHP Startup: Invalid library (maybe not a PHP library) 'gd.dll'  in Unknown on line 0
> PHP Warning:  PHP Startup: Invalid library (maybe not a PHP library) 'gettext.dll'  in Unknown on line 0
> PHP Warning:  PHP Startup: Invalid library (maybe not a PHP library) 'gmp.dll'  in Unknown on line 0
> PHP Warning:  PHP Startup: Invalid library (maybe not a PHP library) 'iconv.dll'  in Unknown on line 0
> PHP Warning:  PHP Startup: Invalid library (maybe not a PHP library) 'mcrypt.dll'  in Unknown on line 0
> PHP Warning:  PHP Startup: Invalid library (maybe not a PHP library) 'mhash.dll'  in Unknown on line 0
> PHP Warning:  PHP Startup: Invalid library (maybe not a PHP library) 'mysql.dll'  in Unknown on line 0
> PHP Warning:  PHP Startup: Invalid library (maybe not a PHP library) 'openssl.dll'  in Unknown on line 0
> PHP Warning:  PHP Startup: Invalid library (maybe not a PHP library) 'pgsql.dll'  in Unknown on line 0
> PHP Warning:  PHP Startup: Invalid library (maybe not a PHP library) 'sqlite.dll'  in Unknown on line 0
> PHP Warning:  PHP Startup: Invalid library (maybe not a PHP library) 'xmlrpc.dll'  in Unknown on line 0
> PHP Warning:  PHP Startup: Invalid library (maybe not a PHP library) 'xsl.dll'  in Unknown on line 0
> PHP 5.0.1 (cli) (built: Sep 24 2004 17:53:37)
> Copyright (c) 1997-2004 The PHP Group
> Zend Engine v2.0.1, Copyright (c) 1998-2004 Zend Technologies
>
> From the used ini:
>
> extension_dir = "./modules"
> enable_dl = On
> extension=bcmath.dll
> extension=bz2.dll
> extension=calendar.dll
> extension=ctype.dll
> extension=curl.dll
> extension=dba.dll
> extension=dbase.dll
> extension=dbx.dll
> extension=dio.dll
> extension=exif.dll
> extension=ftp.dll
> extension=gd.dll
> extension=gettext.dll
> extension=gmp.dll
> extension=iconv.dll
> extension=mbstring.dll
> extension=mcrypt.dll
> extension=mhash.dll
> extension=mysql.dll
> extension=openssl.dll
> extension=pgsql.dll
> extension=posix.dll
> extension=pspell.dll
> extension=shmop.dll
> extension=simplexml.dll
> extension=soap.dll
> extension=sockets.dll
> extension=sqlite.dll
> extension=tidy.dll
> extension=tokenizer.dll
> extension=wddx.dll
> extension=xmlrpc.dll
> extension=xsl.dll
>
> I'll run make clean && make again now to be sure.
>
> Gerrit

-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"Happiness lies in being privileged to work hard for long hours in doing
whatever you think is worth doing."  -- Dr. Jubal Harshaw


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