Hello , Trying to setup linux/apache1.3.27/php4.3.0 with Sablot, my php exits during the make process:
/usr/local/lib/libsablot.so: undefined reference to `operator new[](unsigned)' /usr/local/lib/libsablot.so: undefined reference to `vtable for __cxxabiv1::__si_class_type_info' /usr/local/lib/libsablot.so: undefined reference to `operator delete(void*)' /usr/local/lib/libsablot.so: undefined reference to `__gxx_personality_v0' /usr/local/lib/libsablot.so: undefined reference to `__cxa_pure_virtual' /usr/local/lib/libsablot.so: undefined reference to `vtable for __cxxabiv1::__class_type_info' /usr/local/lib/libsablot.so: undefined reference to `operator delete[](void*)' /usr/local/lib/libsablot.so: undefined reference to `vtable for __cxxabiv1::__vmi_class_type_info' /usr/local/lib/libsablot.so: undefined reference to `operator new(unsigned)' collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1´ This seems to be a common problem but I cannot solve it.. I have tried Sablot 0.97, 0.96, the patch 0.96.1 and the "LDFLAGS=' -lstdc++' ./configure"-thing. I'm using expat 1.95.5 and libiconv-1.8, both in /usr/local/ . The installation of expat, Sablot and libiconv completed without any errors. (gcc-3.2.1 / glibc-2.3.1). This is my php config: ./configure --with-apxs=/usr/local/apache/1.3.27/bin/apxs --with-iconv=/usr/local --with-expat=/usr/local --with-mysql=/usr/local/mysql/3.23.53a --with-pgsql=/usr/local/pgsql/7.3.1 --enable-track-vars --with-openssl=/usr/local/ssl --with-imap=/usr/local/imap --with-gd --enable-ftp --enable-sysvsem --enable-sysvshm --enable-sockets --with-pdflib=/usr/local --with-gettext --with-mm=/usr/local/mm/1.2.2 --with-jpeg-dir=/usr/lib --with-zlib-dir=/usr/local --enable-xslt --with-xslt-sablot -- Best regards, DTuecks mailto:[EMAIL PROTECTED] -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php