RE: [PHP] installing with XSLT

2004-03-18 Thread Thijs Lensselink
Merlin wrote on donderdag 18 maart 2004 11:24:

 Hi there,
 
 I am trying to install php with XSLT support. Somehow it does not work
 out. I installed all packages which are explained on the install page
 of XSLT. But there seems to be a backend thing missing:
 
 This is from the ./configure command:
 
 checking whether to enable xslt support... yes
 checking for XSLT Sablotron backend... no
 checking for libexpat dir for Sablotron XSL support... no
 checking for iconv dir for Sablotron XSL support... no
 checking for JavaScript for Sablotron XSL support... no
 configure: error: No backend specified for XSLT extension.
 
 Can anybody give me a hint where to get this?
 
 Thanx,
 
 Merlin

Did you include '--with-xslt-sablot=/usr/local/' when running ./configure.

MvG,
Thijs

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] installing with XSLT

2004-03-18 Thread Raditha Dissanayake
Merlin wrote:

Hi there,

I am trying to install php with XSLT support. Somehow it does not work 
out. I installed all packages which are explained on the install page 
of XSLT. But there seems to be a backend thing missing:

This is from the ./configure command:

checking whether to enable xslt support... yes
checking for XSLT Sablotron backend... no
checking for libexpat dir for Sablotron XSL support... no
checking for iconv dir for Sablotron XSL support... no
checking for JavaScript for Sablotron XSL support... no
configure: error: No backend specified for XSLT extension.
Can anybody give me a hint where to get this?

Thanx,

Merlin


Are you getting compiler errors? I overcame them by adding -lstdc++ to 
the make file (EXTRA_LIBS) as someone had suggested in a forum.

all the best

--
Raditha Dissanayake.
---
http://www.radinks.com/upload/ 
Drag and Drop Upload thousands of files and folders in a single
transfer.  (HTTP or FTP) 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] installing with XSLT

2004-03-18 Thread Ray Hunter
On Thu, 2004-03-18 at 03:24, Merlin wrote:
 I am trying to install php with XSLT support. Somehow it does not work 
 out. I installed all packages which are explained on the install page of 
 XSLT. But there seems to be a backend thing missing:
 
 This is from the ./configure command:
 
 checking whether to enable xslt support... yes
 checking for XSLT Sablotron backend... no
 checking for libexpat dir for Sablotron XSL support... no
 checking for iconv dir for Sablotron XSL support... no
 checking for JavaScript for Sablotron XSL support... no
 configure: error: No backend specified for XSLT extension.

What version of php are you trying to compile? What type of OS are you
compiling on?

It looks like a PHP4 compile and you need to install sablotron for the
XSLT backend. Check the documentation of sablotron for information on
how to install it.  You might want to look at PHP5 and see if you would
like to use libxslt.

--
Ray

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php