php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21161 ./configure doesn't work with xslt support
Submitted: 2002-12-23 04:20 UTC Modified: 2003-02-20 08:00 UTC
Votes:7
Avg. Score:5.0 ± 0.0
Reproduced:7 of 7 (100.0%)
Same Version:4 (57.1%)
Same OS:0 (0.0%)
From: h dot t dot d at gmx dot de Assigned:
Status: No Feedback Package: *Configuration Issues
PHP Version: 4.3.0RC4 OS: Linux Redhat 7.3
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: h dot t dot d at gmx dot de
New email:
PHP Version: OS:

 

 [2002-12-23 04:20 UTC] h dot t dot d at gmx dot de
System:

Redhat 7.3
apache 2.0.43
postgresql 7.3
sablotron-0.96
expat-1.95.2-2
js-1.5rc4-2

When I configure using

./configure --with-apxs2=/usr/local/apache2/bin/apxs --enable-xslt=/usr --enable-xslt-sablot=/usr --enable-sablot-js=/usr --with-pgsql

it get this output

checking whether to enable XML support... yes
checking external libexpat install dir... yes
checking for XMLRPC-EPI support... no
checking libexpat dir for XMLRPC-EPI... no
checking iconv dir for XMLRPC-EPI... no
checking whether to enable xslt support... yes
checking for XSLT Sablotron backend... yes
checking for libexpat dir for Sablotron XSL support... yes
checking for iconv dir for Sablotron XSL support... yes
checking for JavaScript for Sablotron XSL support... yes
configure: error: No backend specified for XSLT extension.

The same configure command worked on 4.3.0RC2 and RC3 on different machines (all Redhat 7.3 though), but fails like shown above on all machines using RC4. Also php4-STABLE-200212230830 creates that message.
When i configure without the xslt options it works and builds, but without xslt support of course ;)

Yours
 HTD

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-23 11:57 UTC] h dot t dot d at gmx dot de
Hm - i told a lie, not the same configure command works on the other release candidates, but a similar:

./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-pgsql=/usr --with-gd=/usr/local --with-freetype-dir=/usr --with-jpeg-dir=/usr --with-png-dir=/usr --with-zlib --enable-xslt --with-xslt-sablot=/usr --enable-cli

the only difference on that machine is that i add gd2.0 to php. When i run the configure command from my first post on that machine it wont work in 4.2.3 and from 4.3.0RC1 to RC4 (see last post and ignore the it works in RC2+RC3 comment;)).
i played around a bit on the other machines, but i wasn't able create a useful xslt configure line.
It's strange that the first configure line fails on the machine where xslt works. The second config line with gd2.0 and xslt works. When i have time enough i will install gd2.0 on another machine and check again.
Yours
 HTD
 [2003-02-10 16:50 UTC] iliaa@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

Few things, first of all please install sablotron 0.97. Then get the latest PHP and try to compile it with just the xslt related options:
./configure --enable-xslt --with-xslt-sablot=/usr

If you still experience the problem, open the file called config.log and reply with the last 30-40 lines from that file. This will hopefuly explain the reason behind the failure you are experiencing.
 [2003-02-20 08:00 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 06:01:29 2024 UTC