php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19293 Sablot Build Error with Apache
Submitted: 2002-09-08 14:39 UTC Modified: 2002-09-09 05:43 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: x4com at web dot de Assigned:
Status: Not a bug Package: Sablotron XSL
PHP Version: 4.2.3 OS: Redhat Linux GNU 7.2
Private report: No CVE-ID: None
 [2002-09-08 14:39 UTC] x4com at web dot de
Hello,

This is my PHP Build:

cd apache_1.3.26
./configure
cd ../php-4.2.3

./configure --with-apache=../apache_1.3.26 --with-mysql=/usr/local/mysql --with-mcrypt=/usr/local --with-png-dir=/usr/local --with-jpeg-dir=/usr/local --with-curl=/usr/local --with-zlib=/usr/local --enable-ftp --with-hyperwave --with-ming=/usr/local --with-freetype-dir=/usr/local --with-gd=/usr/local --with-swf=/usr/local --with-ttf=/usr/local --with-imap=/usr/local --enable-gd-native-ttf --with-mhash=/usr/local --enable-yp --enable-bcmath --with-tiff-dir=/usr/local --with-t1lib=/usr/local --enable-sysvshm=yes --enable-sysvsem=yes --enable-calendar --enable-mbregex --enable-mbstring --enable-wddx --enable-exif --enable-memory-limit --enable-freetype-4bit-antialias-hack --with-bz2=/usr/local --with-gettext=/usr/local --with-xpm-dir=/usr/X11R6 --with-openssl=/usr/local/openssl --disable-debug --with-dom=/usr/local --enable-gd-imgstrttf --with-pdflib --with-xmlrpc --enable-xslt --with-xslt-sablot --enable-magic-quotes --with-zip=/usr/local --with-zlib=/usr/local --with-zlib-dir=/usr/local --enable-sablot-errors-descriptive --with-kerberos --with-iconv=/usr/local --with-imap-ssl=/usr/local/openssl --enable-safe-mode --disable-pear --with-recode=/usr/local

cd ../mod_ssl-2.8.10-1.3.26

./configure --prefix=/usr/local/apache1 --with-apache=../apache_1.3.26 --activate-module=src/modules/php4/libphp4.a --add-module=src/modules/extra/mod_frontpage.c --with-ssl=../openssl-0.9.6g --datadir=/var/www --enable-module=so --enable-module=ssl --enable-module=rewrite --enable-rule=SHARED_CORE --enable-module=unique_id --enable-module=speling --enable-module=log_agent --enable-module=log_referer --enable-module=headers --enable-module=mime_magic --enable-module=log_config --enable-suexec --suexec-caller=apache --suexec-docroot=/home/www --server-uid=apache --server-gid=www --suexec-userdir=html

cd ../apache_1.3.26
make

I get this error back:

I/usr/local/src/apache_src/php-4.2.3 -DEAPI -fpic -DSHARED_CORE `./apaci` buildmark.c
gcc -shared -o libhttpd.so buildmark.o modules.o modules/extra/libextra.a modules/standard/libstandard.a modules/ssl/libssl.a modules/php4/libphp4.a main/libmain.a ./os/unix/libos.a ap/libap.a
modules/php4/libphp4.a(sablot.o): In function `zm_startup_xslt':
/usr/local/src/apache_src/php-4.2.3/ext/xslt/sablot.c:153: multiple definition of `SXPF_DISPOSE_NAMES'
modules/php4/libphp4.a(internal_functions.o):/usr/local/src/apache_src/php-4.2.3/main/internal_functions.c:113: first defined here
modules/php4/libphp4.a(sablot.o): In function `zm_startup_xslt':
/usr/local/src/apache_src/php-4.2.3/ext/xslt/sablot.c:153: multiple definition of `SXPF_DISPOSE_VALUES'
modules/php4/libphp4.a(internal_functions.o):/usr/local/src/apache_src/php-4.2.3/main/internal_functions.c:113: first defined here
modules/php4/libphp4.a(sablot.o): In function `zm_startup_xslt':
/usr/local/src/apache_src/php-4.2.3/ext/xslt/sablot.c:154: multiple definition of `SXPF_SUPPORTS_UNPARSED_ENTITIES'
modules/php4/libphp4.a(internal_functions.o):/usr/local/src/apache_src/php-4.2.3/main/internal_functions.c:114: first defined here
collect2: ld returned 1 exit status
make[2]: *** [libhttpd.so] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis ?/usr/local/src/apache_src/apache_1.3.26/src?
make[1]: *** [build-std] Fehler 2
make[1]: Verlassen des Verzeichnisses Verzeichnis ?/usr/local/src/apache_src/apache_1.3.26?
make: *** [build] Fehler 2
[root@airbus apache_1.3.26]#

(sorry this in german..)

Please fix this error...
With PHP-4.2.2 there were no problems

Big Thanks
Alex

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-09 08:25 UTC] x4com at web dot de
Thanks, I have now an update up Sablot-0.96
made and it goes now
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 19:01:30 2024 UTC