Проблема при сборке php + sablot

alari

Guest
Проблема при сборке php + sablot

Приделывая sablot к php, делаю следующее:

./configure --enable-xslt --with-xslt-sablot
проходит на УРА.
далее делаю make и получаю:
/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)'
*** Error code 1

Как я не извращался, вес равно идет эта ошибка и все....
Может, кто-нибудь знает, как с этим можно бороться?
 

IntenT

SkyDiver
alari
On UNIX, run configure with the --enable-xslt --with-xslt-sablot options. The Sablotron™ library should be installed somewhere your compiler can find it.

Make sure you have the same libraries linked to the Sablotron™ library as those, which are linked with PHP. The configuration options: --with-expat-dir=DIR --with-iconv-dir=DIR are there to help you specify them. When asking for support, always mention these directives, and whether there are other versions of those libraries installed on your system somewhere. Naturally, provide all the version numbers.

ALL requirements met?
 

Screjet

Новичок
ПХП5.0.2

Выполнил все по инструкции = в пхпинфо строки конфигов появились, а вот самой sablot/xslt не появилось, грепнул config.log = ничего нет на предмет sablot/xslt, далее грепнул configure и там тоже ничего нет :)

Подскажите как в пятерке активировать sablot/xslt?

Спасибо.
 
Сверху