Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:919 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52634 invoked from network); 14 Apr 2003 21:38:48 -0000 Received: from unknown (HELO smtp-out.quicknet.nl) (213.73.255.38) by pb1.pair.com with SMTP; 14 Apr 2003 21:38:48 -0000 Received: from sleepert (qn-213-73-140-141.quicknet.nl [213.73.140.141]) by mta2.priv.quicknet.nl (iPlanet Messaging Server 5.2 HotFix 1.07 (built Nov 25 2002)) with SMTP id <0HDC002DAS4N4B@mta2.priv.quicknet.nl> for internals@lists.php.net; Mon, 14 Apr 2003 23:38:47 +0200 (MEST) Date: Mon, 14 Apr 2003 23:38:48 +0200 To: internals@lists.php.net Message-ID: <000d01c302ce$3bef6890$0200a8c0@sleepert> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Mailer: Microsoft Outlook Express 6.00.2800.1106 Content-type: multipart/alternative; boundary="Boundary_(ID_1r1HrbGJnV8H2BGfK9dCpw)" X-Priority: 3 X-MSMail-priority: Normal Subject: Fw: Compile error From: arjenip@wanadoo.nl (Arjen Brouwer) --Boundary_(ID_1r1HrbGJnV8H2BGfK9dCpw) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT ----- Original Message ----- From: James Cox To: Arjen Brouwer Sent: Monday, April 14, 2003 11:21 PM Subject: RE: Compile error the list is now internals@lists.php.net... thanks -----Original Message----- From: Arjen Brouwer [mailto:arjenip@wanadoo.nl] Sent: 14 April 2003 22:16 To: php-dev@lists.php.net Subject: Compile error Hi, I am trying to configure php with Sablotron (sabcmd 0.97 (Dec 30, 2002)): ./configure --with-config-file-path=/etc --with-apxs=/usr/local/apache/bin/apxs --with-curl --with-openssl --with-zlib --enable-bz2 --enable-bcmath --enable-calender --with-dom --enable-exif --enable-ftp --with-gd --with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib --with-freetype-dir=/usr/lib --enable-gd-native-ttf --with-mysql=/usr/local/mysql --enable-sockets --enable-wddx --with-expat --with-xmlrpc --enable-magic-quotes --enable-gmp --enable-dio --enable-mailparse --enable-trans-sid --enable-overload --with-srm=/usr/local/srm --with-mm --with-dom --with-dom-xslt --enable-xslt --with-xslt-sablot > configure.log configure.log: --- 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 checking for sablot-config... not found checking for Sablotron version... >= 0.96 checking for iconv... (cached) yes checking for SablotSetEncoding in -lsablot... (cached) no checking for SablotGetOptions in -lsablot... (cached) no --- Configure returns no errors, but when i try to 'make' the source, it reports this error: --- ... main/internal_functions_cli.lo -lsablot -lexpat -lexpat -lsrm_client -lmm -lmysqlclient -lfreetype -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lcurl -lz -lcrypt -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcrypt -lcurl -lssl -lcrypto -ldl -lxml2 -lz -lm -o sapi/cli/php /usr/lib/libsablot.so: undefined reference to `JS_SetPrototype' /usr/lib/libsablot.so: undefined reference to `JS_PropertyStub' ... ... /usr/lib/libsablot.so: undefined reference to `JS_DeleteElement' /usr/lib/libsablot.so: undefined reference to `JS_Enumerate' collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 --- What goes wrong? Cheers, Arjen --Boundary_(ID_1r1HrbGJnV8H2BGfK9dCpw)--