Hey people.
I'm having some problems trying to install PHP4 / Apache with XSLT / sablotron support on my home PC (Running RH8). The problem occurs when i issue the 'make' command whilst installing PHP, it seems to crash out on the sablotron stuff with some voodoo type messages, such as:
/usr/local/lib/libsablot.so: undefined reference to operator new[](unsigned)'
/usr/local/lib/libsablot.so: undefined reference tovtable for cxxabiv1::si_class_type_info'
/usr/local/lib/libsablot.so: undefined reference to operator delete(void*)'
/usr/local/lib/libsablot.so: undefined reference togxx_personality_v0'
/usr/local/lib/libsablot.so: undefined reference to `cxa_pure_virtual'
I had this problems last night, and decided it was because i has installed an RPM version of sablotron, so i yanked that out and installed sablotron from source, which seemed to work ok (ie. no complaints during the install). You can see from the above that this hasn't worked! I'm at a bit of a loss as to how to proceed from this point, could it be that i need to re-install expat from source as well? FYI, here is the configure command i used for PHP:
./configure --with-apache=../apache_1.3.27 \
--with-interbase=/opt/interbase \
--with-java=/usr/local/j2sdk1.4.1 \
--enable-xslt \
--with-xslt-sablot=/usr/local/lib \
--disable-mysql
As a little aside, the --disable-mysql bit didn't work either!
Thanx in advance
Robin