I am trying to build the php module (--with-apxs) and the php executable.

If I configure like:
        ./configure --with-apxs
it will build the module.  It also builds pear which makes a reference to
the php executable which it does not build.  A "make test" fails because the
executable was not built and won't link properly because of undefined symbols.

If I configure without any apache or apxs options, it does build the executable,
however some of the support files come out differently (I made a tar of all the
files before installing the executable version):
        usr/local/it/lib/php/extensions/no-debug-non-zts-20001214/gd.so: Size differs
        usr/local/it/include/php/main/build-defs.h: Size differs
        usr/local/it/include/php/main/php_config.h: Size differs

So, if I want the module (so I can use it for speed) and the executable (so
others can run php scripts via suexec), how can I build both in a compatable
manor?

Perhaps there needs to be "--with-executable" as an option allowing for it
to be built in addition when "--with-apxs" or "--with-apache" are specified.
If not, at least don't build "pear" when building with apache.

-- 
Gary Algier, WB2FWZ       [EMAIL PROTECTED]           +1 856 787 2758
Ulticom Inc., 1020 Briggs Rd, Mt. Laurel, NJ 08054      Fax:+1 856 866 2033

       A self-addressed envelope would be addressed "envelope."

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to