I'm trying to install PHP 4.2.1 with apache 2.0.36
on OpenBSD 2.9, and am somewhat confused :)

Apache's compiled as :


./configure --enable-ssl --enable-ipv6

And all installed ok.  httpd -l says :

steel1# /usr/local/apache2/bin/httpd -l
Compiled in modules:
   core.c
   mod_access.c
   mod_auth.c
   mod_include.c
   mod_log_config.c
   mod_env.c
   mod_setenvif.c
   mod_ssl.c
   prefork.c
   http_core.c
   mod_mime.c
   mod_status.c
   mod_autoindex.c
   mod_asis.c
   mod_cgi.c
   mod_negotiation.c
   mod_dir.c
   mod_imap.c
   mod_actions.c
   mod_userdir.c
   mod_alias.c
   mod_so.c


I'm using the following configure arguments to php :

./configure --with-axps2=/usr/local/apache2/bin/axps --enable-module=so

I'm not sure if I need the enable-module=so?

Anyway .. it seems to build almost everything, except I can't see
where it's putting the actual module when I run a make install.
I'm not able to find anything that looks like an apache module
in /usr/local.

Can anyone tell me what the module name should be?  I've got a
libphp4.a, but I don't think I want that, I think I want a
libphp4.so?  Has anyone got a monkey sheet for how to install
this, or can point to the doco I've missed that tells me
how I'm meant to do the install?  Is the sapi/apache directory
something that's meant to contain anything after I run my
make or my make install?  There's only sourcecode, no
binaries in there.

Thanks in advance.  Once I get this up and running I'll be
adding it in to a bunch of IPv6 howto's I'm putting together
for *BSD, so hopefully no-one else will have to ask my
dumb question (if they haven't already and I just haven't
been able to find it)

Carl



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

Reply via email to