hi I have been having some fun with php4 module
I have updated our cvs source (1/2 hour ago before running
mkall again) and some strange things happen (oh mod_midgard
& lib compiled fine)
1st: mkall could not file the apache or midgard include ->
checked apxs' include path (as surggested on list) and this
is correct -> ok so i include in the mkall HACK_CFLAGS the
-I paths (yes i expect this is a bad idea) and it compiles
(this looks good for all of 2 seconds)
2nd; started apache (data,lib,mod,php4 now all installed)
and php spits out the midgard.so (no mgd_table_exname) -> so
we check midgard.so with nm and yup its there! -> then check
midgard.so with ldd and this prints:
ldd /usr/local/lib/php/extensions/no-debug-non-zts-20001222/midgard.so
libc.so.6 => /lib/libc.so.6 (0x6fe23000)
/lib/ld.so.1 => /lib/ld.so.1 (0x08000000)
there seems to be alot missing (or things have changed alot
since 1.4.1)
I think the problem is back at the includes:
php,apache,mysql all compiled with any (noticable) hitch.
and phpize, apxs etc is in the PATH
any comments would be a big help
cheers carl
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]