Hi,
I'm trying to compile php with --with-xslt-sablot and --enable-xslt in order to generate html out of xml and xslt files.
Configure works just fine, but make will break with the message:
gcc: /usr/lib/libsablot.so: No such file or directory
make: *** [libphp4.la] Error 1
When I used a sablot-devel rmp for Suse 8.2. I got some other erros.
on my Suse 9.0 I simply installed the sablot-devel and it worked finde too. But my production server runs with Suse 8.1 and there isn't any sablot-devel greater than version 0.82 (higher is necessary)
I seriously need help on that problem. How do I create the libsablot.so?