ID: 22250 Updated by: [EMAIL PROTECTED] Reported By: phpbug at spambox dot dk -Status: Assigned +Status: Feedback Bug Type: XSLT related Operating System: FreeBSD 4.7-stable PHP Version: 4CVS-2003-02-17 (stable) Assigned To: sniper New Comment:
Please try the next stable snapshot from http://snaps.php.net/ in about 2 hours. Previous Comments: ------------------------------------------------------------------------ [2003-02-17 16:25:27] [EMAIL PROTECTED] This actually is snmp problem, it doesn't have any test that the selected libs actually work..I'm on it. ------------------------------------------------------------------------ [2003-02-17 13:36:05] phpbug at spambox dot dk Seems like youre on the right track. %tail -n 25 config.log /tmp/cc4LD9kJ.s:250: Warning: .stabn: description field '12293' too big, try a different debug format /tmp/cc4LD9kJ.s:255: Warning: .stabn: description field '12294' too big, try a different debug format /tmp/cc4LD9kJ.s:260: Warning: .stabs: description field '1228c' too big, try a different debug format /tmp/cc4LD9kJ.s:261: Warning: .stabs: description field '1228d' too big, try a different debug format /usr/local/lib/libsnmp.so: undefined reference to `des_cbc_encrypt' /usr/local/lib/libsnmp.so: undefined reference to `des_key_sched' /usr/local/lib/libsnmp.so: undefined reference to `des_ncbc_encrypt' configure: failed program was: #line 74374 "configure" #include "confdefs.h" #include <stdlib.h> #include <sablot.h> int main () { double version; version = atof(SAB_VERSION); if (version >= 0.96) { exit(0); } exit(255); } %./sablot-config --libs -L/usr/local/lib -liconv -lexpat ------------------------------------------------------------------------ [2003-02-17 12:29:25] [EMAIL PROTECTED] Also the output of sablot-config --libs please. My guess is you have iconv installed and Sablotron picked up on it. Could you confirm that? ------------------------------------------------------------------------ [2003-02-17 12:01:40] [EMAIL PROTECTED] Could you past the last 20 lines or so, from config.log? ------------------------------------------------------------------------ [2003-02-17 09:44:22] phpbug at spambox dot dk I'm trying to add Sablotron/XSLT to my PHP installation with the stable release php4-STABLE-200302171430. I have installed Expat 1.95.5 and Sablotron 0.97 from source. I configure PHP with the following options: ./configure --prefix=/usr/local --enable-cli --without-pear --with-mysql=/usr/local/mysql --with-gd --enable-gd-native-ttf --with-t1lib --with-jpeg-dir --with-png-dir --with-tiff-dir --with-zlib-dir --with-freetype-dir=/usr/local/include/freetype2/freetype --with-xpm-dir=/usr/X11R6 --enable-exif --with-iconv --with-openssl=/usr --with-imap --with-imap-ssl=/usr --with-gettext --with-zlib --with-pdflib --enable-exif --enable-ftp --enable-bcmath --with-mcrypt --with-snmp=/usr/local --enable-ucd-snmp-hack --enable-sockets --enable-calendar --with-dom --with-expat-dir=/usr/local --with-xml --enable-xslt --with-xslt-sablot --enable-sablot-errors-descriptive --with-config-file-path=/usr/local/etc --with-tsrm-pth --with-apxs=/usr/local/apache/bin/apxs But i get the following error: checking whether to enable xslt support... yes checking for XSLT Sablotron backend... yes checking for libexpat dir for Sablotron XSL support... yes checking for iconv dir for Sablotron XSL support... yes checking for JavaScript for Sablotron XSL support... yes checking for Sablotron libraries in the default path... found in /usr/local checking for sablot-config... found checking for Sablotron version... configure: error: Sablotron version 0.96 or greater required. The output from sablot config: %./sablot-config --version 0.97 What to do? Best regards Henrik ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=22250&edit=1