This is the mail archive of the cygwin@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: build php4.3.0 as a module for apache_1.3.27 (Cygwin) fail


Elfyn McBratney wrote:
> 
> The only way you can build php-apache OOTB (well sort of) is by using the
> sources provided with cygwin, downloaded/installed by setup.exe. The source
> package contains a few patches and a utility to create the dll which the
> stock release (4.3.0) does not contain.
> 
> > cd apache-1.3.27
> > ./configure
> > cd php-4.3.0
> > ./configure --with-apache=/apache-1.3.27
> > make
> 
> The undefined references below are because you don't have libxml installed.
> FYI xml support is now enabled by default.

no, it's because php dies include the Win32 native expat code and the
DLL import fails.

Check the patch that is included in the php module from the Cygwin
setup package. There you will find the necessary files and changes to
stop that undefined reference errors while linking.

Stipe

tolj@wapme-systems.de
-------------------------------------------------------------------
Wapme Systems AG

Vogelsanger Weg 80
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: info@wapme-systems.de
Internet: http://www.wapme-systems.de
-------------------------------------------------------------------
wapme.net - wherever you are

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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