Thomas Rother wrote:
>
> OK, I now did a standard install of php-4.0.4pl1 and some of the missing files
> have been added, especially in /usr/lib/php. But still there are some things
> missing and I have no idea what and where I can get it from. My system is mainly
> set up from RPMs. some SUSE stuff is special (and not well documented) and there
> is a risk to do something wrong when compiling from the scratch (that's one of
> the disadvantages compared to Debian etc.). Here is the output from
> midgard-php4-1.4.1-7 # ./mkall
> (same with ./mkall /usrlocal/lib, where I have the libmidgard and libexpat
> libs):
Instead of running mkall, do this:
$ export HACK_CFLAGS="$CFLAGS -DHAVE_MIDGARD=1 -DCOMPILE_DL_MIDGARD=1"
$ phpize
$ ./configure --with-midgard=/usr/local
$ test -f config.h || cp php_config.h config.h
# make install
This extra step has allready been added to mkall in CVS.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]