Help for this page

Select Code to Download


  1. or download this
    # perl Makefile.PL
    running xslt-config... ok
    ...
      http://www.libxml.org/
    If you install via RPMs, make sure you also install the -devel
    RPMs, as this is where the headers (.h files) are.
    
  2. or download this
    # ls /usr/local/lib
    libexslt.a          libexslt.so.0.8.2   
    ...
    libexslt.so.0       libstdc++.a         
    libstdc++.so.6.0.1  libxslt.so.1        
    libz.so.1           xsltConf.sh
    
  3. or download this
    $config{LIBS} = '-L/usr/local/lib -L/usr/lib -lxslt -lxml2 -lz -lm';