I have problems compiling Apache 1.3.24 after configuring PHP 4.2.0

The technical stuff:
OS: FreeBSD 4.5 (tiny)
Apache: 1.3.24
PHP: 4.2.0
MySQL: 2.23.49 (just to be verbose)

I've configured PHP with the following options:

./configure --with-mysql=/usr/local/mysql --with-apache=/usr/local/src/apach
e_1.3.24 --with-config-file-path=/usr/www/conf --with-msession=/usr/local/ph
oenix/msession

"gmake" and "gmake install" runs fine for PHP

Apache is configured like this:

./configure --with-layout=Apache --prefix=/usr/local/apache
--activate-module=src/modules/php4/libphp4.a --enable-module=rewrite

But gmake produces errors, when it tries to compile msession.o - one of
these errors are:
----------------------------
modules/php4/libphp4.a(msession.o): In function `zif_msession_call':
/usr/local/src/php-4.2.0/ext/msession/msession.c(.text+0x27c3): undefined
reference to `FormatRequestStrings'
----------------------------

The other errors are similar, only the function names are different.

I've tried to configure PHP *without* the path to msession (ie.
just --with-msession) - but it didn't help.

I've searched the archives, but didn't find anything related to this
problem.

Mohawk Soft dosn't state anything yet about php 4.2.0 on their website.

What should I do?

- Carsten


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to