[EMAIL PROTECTED] wrote:
> Hi Josh,
> 
>         I need to add to different xsl file depending upon the user's request  .
> 

I believe the $Server->Config() method that I mentioned should work for you.

>         Yes LibXSLT is installed , When i add to httpd.conf it gives me the error
> 
> 
>#########################################################################################################################
> Syntax error on line 675 of httpd.conf:
> Can't load 
>'/Net/stmdvocs/sbcexp/devl/SunOS/sparc-5.6/run/pd/cpan/5.6.1-eval/lib/auto/XML/LibXML/LibXML.so'
> for module XML::LibXML: ld.so.1: /sbcimp/run/pd/apache/1.3.19/bin/httpd: fatal: 
>libxml2.so.2: open failed: No such file or directory at 
>/sbcimp/run/pd/perl/5.005_03/lib/sun4-solaris/DynaLoader.pm line 169.
> at 
>/Net/stmdvocs/sbcexp/devl/SunOS/sparc-5.6/run/pd/cpan/5.6.1-eval/lib/XML/LibXSLT.pm 
>line 8
> BEGIN failed--compilation aborted at 
>/Net/stmdvocs/sbcexp/devl/SunOS/sparc-5.6/run/pd/cpan/5.6.1-eval/lib/XML/LibXSLT.pm 
>line 8.
> 

You need to get XML::LibXSLT installed such that it will load correctly
via a PerlModule directive and also a command like:

   perl -MXML::LibXSLT -e ''

Make sure that the location of the libxml2 is found correctly
in your system LD_LIBRARY_PATH.

Regards,

Josh
________________________________________________________________
Josh Chamas, Founder                   phone:925-552-0128
Chamas Enterprises Inc.                http://www.chamas.com
NodeWorks Link Checking                http://www.nodeworks.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to