I tried to compile mod-xslt 1.3.8 (2004112100) and mod-xslt 1.3.9
(2005072700) and each time I went through the following errors :
../lib/.libs/libmodxslt0.so: undefined reference to `xsltSetCtxtParseOptions'
../lib/.libs/libmodxslt0.so: undefined reference to `xsltCopyTextString'
../lib/.libs/libemodxslt0.so: undefined reference to `xsltTransformError'
Here the configure options :
sh configure --with-apxs=/usr/local/apache2/bin/apxs --prefix=/usr/local
Here's how I've been able to go on with compilation :
(I put the result of xslt-config --libs into LDFLAGS)
export LDFLAGS='-L/usr/local/lib -lxslt -lxml2 -lz -lpthread -lm'
gmake
Notes :
- xml2-config has correctly been found
- xslt-config has correctly been found
- pcre-config has correctly been found