Enrique Vega wrote:

> Ok I installed expat-devel and that seemed to do the trick. But I ended up
> with a few warnings while building the rpms. Maybe you can tell me if the
> warnings are going to keep me from getting a good installation, and if so,
> what I need to do to make them work. Here are the warnings/comments:
> 
> apxs:Warning: /usr/bin/httpd not found or not executable
> apxs:Warning: Continuing anyway...
> apxs:Warning: No shared object support for Apache
> apxs:Warning: available under your platform. Make sure
> apxs:Warning: the Apache module mod_so is compiled into
> apxs:Warning: your server binary `/usr/bin/httpd'.
> apsx:Warning: Continuing anyway...

Not so good. Apxs hasn't been set up properly, or the build finds an
old apxs.

Where is the httpd executable located?
$ locate httpd | grep httpd$
should find it.

When found, what does
$ /path/to/httpd -l | grep so

yield? If nothing, your apache is not preconfigured to accept
additional modules.

> ==================================================================
> WARNING: You have chosen to compile PHP with a different compiler
>          as you used for compiling Apache.
> 
>     Current compiler:      gcc
>    Apache's compiler:      cc
> 
> This might result in an unusable PHP module and linking problems.
> ==================================================================

This is not a problem on most linux systems I know where gcc == cc.
But it would be prudent to see if this is indeed so.

> ALSO:
> 
> + libtoolize --copy --force
> Remember to add `AM_PROG_LIBTOOL' to `configure.in'.
> Using `AC_PROG_RANLIB' is rendered obsolete by `AM_PROG_LIBTOOL'
> You should add the contents of `/usr/share/aclocal/libtool.m4' to
> `aclocal.m4'.

Don't know much about these, maybe one of the others can answer this.

Emile


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to