php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23605 No backend specified for XSLT extension
Submitted: 2003-05-13 08:15 UTC Modified: 2003-05-15 03:02 UTC
From: Horst dot Scheuermann at uni-trier dot de Assigned:
Status: Not a bug Package: *Configuration Issues
PHP Version: 4.3.1 OS: Solaris 8
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: Horst dot Scheuermann at uni-trier dot de
New email:
PHP Version: OS:

 

 [2003-05-13 08:15 UTC] Horst dot Scheuermann at uni-trier dot de
a similar bug for an earlier version was reported with # 21161

Sablot-0.98 expat-1.95.5

#! /bin/sh
#
# Created by configure

'./configure' \
'--prefix=/export/home/barthc' \
'--with-apache=/home/scheuerm/.ftp/rzsun01/apache_1.3.27' \
'--with-mysql=/opt/ilias/mysql' \
'--with-zlib' \
'--with-ttf' \
'--with-gd=/export/home/scheuerm/.ftp/gd' \
'--enable-track-vars=yes' \
'--enable-sysvshm=yes' \
'--enable-sysvsem=yes' \
'--with-config-file-path=/export/home/barthc/config' \
'--with-gettext' \
'--enable-debug' \
'--enable-xslt' \
'--with-xlst-sablot=/usr/local_5' \
'--with-expat-dir=/usr/local_5' \
"$@"

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.




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-05-13 09:19 UTC] jay@php.net
Look at your configure line. "--with-xlst-sablot"... Try 
spelling "xslt"correctly and see what happens. 
 
J 
 [2003-05-15 01:04 UTC] Horst dot Scheuermann at uni-trier dot de
that was the solution thank You very much. I didn't see the typo
 [2003-05-15 01:06 UTC] Horst dot Scheuermann at uni-trier dot de
works now
 [2003-05-15 03:02 UTC] derick@php.net
If it's not a bug, we mark it bogus.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 17:01:31 2024 UTC