[PHP-DEV] PHP 4.0 Bug #5384: Build failure PHP4 on OpenBSD & Apache 1.3.12 From: alex <email protected>
Date: 07/05/00

From: alex <email protected>
Operating system: OpenBSD 2.7
PHP version: 4.0.1
PHP Bug Type: Compile Failure
Bug description: Build failure PHP4 on OpenBSD & Apache 1.3.12

Hi,

I installed Apache 1.3.12 on my OpenBSD 2.7 system:

./configure --enable-module=most --enable-shared=max --with-port=80
make
make install

I tried to install PHP4 (4.0.0 & 4.0.1) this way:

./configure --disable-debug --with-apxs=/usr/local/apache/bin/apxs --with-mysql=shared --with-config-file-path=/usr/local/apache/conf --disable-xml

make:

  /tmp/ccD25441.s: Assembler messages:
  /tmp/ccD25441.s:2842: Warning: GOT relocation burb: `_sapi_module' should be global
  /tmp/ccD25441.s:2842: Warning: GOT relocation burb: `_sapi_module' should be global
  /tmp/ccD25441.s:2842: Warning: GOT relocation burb: `_sapi_module' should be global
  ld: .libs/libphp4.lax/libsapi.al/mod_php4.lo: relocation must refer to global symbol at 0xf3b
  ld: .libs/libphp4.lax/libsapi.al/mod_php4.lo: relocation must refer to global symbol at 0xedf
  ld: .libs/libphp4.lax/libsapi.al/mod_php4.lo: relocation must refer to global symbol at 0xc66

After a ``make install'' Apache spew this:
> bin/apachectl start
  Memory fault
  bin/apachectl start: httpd could not be started

On my previous OpenBSD 2.6 system I got the same errors like I have now on OpenBSD 2.7.

I hope that I provided enough information.

Sincerely,

  Alex de Haas

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>