You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/10/04 11:26:45 UTC

DO NOT REPLY [Bug 3538] - Make fails for ApacheModuleXSLT

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3538>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3538

Make fails for ApacheModuleXSLT





------- Additional Comments From mat972@altern.org  2001-10-04 02:26 -------
It's not a bug; you got to set your XALANCROOT correctly ; 
i.e. : 

$ pwd
/usr/src

$ wget ftp://blablablabla/Xalan-C_1_2-linux.tar.gz
$ tar xvzf Xalan-C_1_2-linux.tar.gz
$ ls
xml-xalan xerces-c1_5_1-linux

$ export XALANCROOT=/usr/src/xml-xalan/c
$ export XERCESCROOT=/usr/src/xerces-c1_5_1-linux
$ cd /usr/src/xml-xalan/c/src
$ make ApacheModule

Maybe it should be wrote in the FAQ