Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 24 Sep 2002 07:57:51 +0200 (MEST) From: "S. L." To: "Andreas" Cc: freeweb AT nyckelpiga DOT de, cygwin AT cygwin DOT com MIME-Version: 1.0 References: Subject: Re: php compilation error = expat problem? X-Priority: 3 (Normal) X-Authenticated-Sender: #0006551723 AT gmx DOT net X-Authenticated-IP: [194.102.244.61] Message-ID: <21985.1032847071@www20.gmx.net> X-Flags: 0001 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Andreas, [...] > > > I encountered problems concerning the installation of expat > (1.95.4-1). [...] > Could somebody please explain the occurence of the error when compiling > php > (even with reinstalled expat package)(used command: > ./configure --with-apxs --without-mysql --with-pgsql --with-expat-dir): > ... [...] Do you build a shared version of expat? Because the " --with-apxs" option in php's configure command, assumes this. [...] > Does the following problem correlate with a missing package and/or > configure > option of php (if yes, which one)? Could it be a problem with expat? [...] You could try a CFLAGS="-I" LDFLAGS="-lexpat" configure command, to see if this is the problem. Of course, you could add the option --with-xml=no and eliminate this problem :) ... or build a shared core version of apache+php (not shared modules), or a static version. SLao -- Werden Sie mit uns zum "OnlineStar 2002"! Jetzt GMX wählen - und tolle Preise absahnen! http://www.onlinestar.de -- 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/