Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Tue, 24 Sep 2002 07:57:51 +0200 (MEST)
From: "S. L." <s_i_lao@gmx.net>
To: "Andreas" <news.Andreas@gmx.net>
Cc: freeweb@nyckelpiga.de, cygwin@cygwin.com
MIME-Version: 1.0
References: <IOEFIOCBAFPGBCJCLFMEOEAPCEAA.news.Andreas@gmx.net>
Subject: Re: php compilation error = expat problem?
X-Priority: 3 (Normal)
X-Authenticated-Sender: #0006551723@gmx.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<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/

