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 From: "Andreas" To: "Zieg, Mark" , Subject: Re: PHP Apache module with PostgreSQL support Date: Thu, 19 Sep 2002 18:25:36 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <7424935D9B6CD311B72800508B108FD20D1767A5@emss03m08.orl.lmco.com> Importance: Normal > > The error about crypt doesn't appear any more just lines complaining > > undefined references to the xml extension. > > ... > > It won't work with the flag -lxml. What flag should I specify instead? > > I don't actually know -- I'm not into PHP -- but on a guess you might try > installing "expat" from the Libs section and using -lexpat. That's the > "standard" XML library, AFAIK. It doesn't work. The same output occurs like without the -lexpat flag. The expat package (1.95.4-1) was installed with Cygwin's setup.exe. There's no libexpat.dll (but a (/usr/bin/)cygexpat-0.dll)... Does it require to rerun configure (with the provided --with-expat-dir option)? ... configure:73895: checking whether to enable XML support configure:73934: result: yes configure:73944: checking external libexpat install dir configure:73984: result: no configure:74689: checking for XMLRPC-EPI support configure:74729: result: no configure:74739: checking libexpat dir for XMLRPC-EPI configure:74779: result: no configure:77862: checking whether to enable xslt support configure:77901: result: no configure:77911: checking for XSLT Sablotron backend configure:77951: result: no configure:77961: checking libexpat dir for Sablotron XSL support configure:78001: result: no ... Output with configure option --with-expat-dir: ... checking external libexpat install dir... yes configure: error: not found. Please reinstall the expat distribution. Should I do this by using setup.exe or... Following files are available: /lib/libexpat.a /lib/libexpat.dll.a /lib/libexpat.la /usr/include/expat.h /usr/bin/cygexpat-0.dll /bin/xmlwf.exe Regards, Andreas -- 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/