| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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." <s_i_lao AT gmx DOT net> |
| To: | "Andreas" <news DOT Andreas AT gmx DOT net> |
| Cc: | freeweb AT nyckelpiga DOT de, cygwin AT cygwin DOT com |
| MIME-Version: | 1.0 |
| References: | <IOEFIOCBAFPGBCJCLFMEOEAPCEAA DOT news DOT Andreas AT gmx DOT net> |
| 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 |
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<path to expat include files if other than usual>" LDFLAGS="-lexpat" configure <other options> 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |