[Chameleon-dev] [Bug 862] New: [Chameleon-HelpViewer]xslt_set_encoding() cannot be found

bugzilla-daemon at maptools.org bugzilla-daemon at maptools.org
Sun Nov 21 15:22:27 EST 2004


http://www.maptools.org/bugzilla/show_bug.cgi?id=862

           Summary: [Chameleon-HelpViewer]xslt_set_encoding() cannot be
                    found
           Product: Chameleon
           Version: 1.99
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: chameleon-dev at lists.maptools.org
        ReportedBy: nsavard at dmsolutions.ca


Background info:

I tried to make the HelpViewer works on Linux but there is a problem when
creating the xslt module.

Problem:

The configure program cannot find the SablotSetEncoding function.  But I checked
with a grep "SablotSetEncoding *" command in /usr/local/lib directory and I can
see that this function is present in the library.  

Now I let the professionals play.

Steps that I followed in my attempts:

1.  Installed the iconv library "libiconv-1.9.1" with the following commands:

  ./configure
  make
  sudo make install

2.  Installed sablot library "Sablot-1.0.1" with the following commands:

  ./configure --with-xslt-sablot=/usr/local --with-expat-dir=/usr
--with-iconv-dir=/usr/local

  make
  sudo make install

3.  Created the xslt module with the following commands:

  /usr/local/php439/bin/phpize in ext/xslt
  
  ./configure --enable-xslt  --with-xslt-sablot=/usr/local --with-expat-dir=/usr
--with-iconv-dir=/usr/local --with-php-config=/usr/local/php439/bin/php-config
--with-zlib-dir=/usr/local/include

  make
  cp ext/xslt/modules/xslt.so /usr/local/php439/lib/php/extensions/php_xslt.so

Note:  I used the expat that comes with Fedora Core 2 "expat-devel-1.95.7-1.1",
"expat-1.95.7-1.1".


Fedora Core 2
Chameleon CVS 20041117
---------------------
Error:

Fatal error: Call to undefined function: xslt_set_encoding() in
/home/nsavard/proj/chameleon_cvs/htdocs/help/details.phtml on line 77

------------
xslt configure output:

checking for SablotSetEncoding in -lsablot... no



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Chameleon-dev mailing list