kalin m wrote:
what would this mean:
# ./configure --prefix=/etc/httpd --enable-ssl --with-ssl=/usr/local/ssl
--enable-rewrite --enable-so --enable-headers --enable-unique-id
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... x86_64-unknown
what would this mean:
# ./configure --prefix=/etc/httpd --enable-ssl --with-ssl=/usr/local/ssl
--enable-rewrite --enable-so --enable-headers --enable-unique-id
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... x86_64-unknown-freebsd7.0
chec
if i build php with all the things i need it builds fine but at the time
of instalaltion here is what happens:
# make install
Installing PHP SAPI module: apache2handler
/etc/httpd/build/instdso.sh SH_LIBTOOL='/etc/httpd/build/libtool'
libphp5.la /etc/httpd/modules
/etc/httpd/build/lib
this is getting to ridiculous levels
if i build php only with --with-apxs2=/etc/httpd/bin/apxs then apache
starts and httpd/php works ok. anything else added to the configuration
- and i tried different stuff - ( --with-mysql=/usr/local/mysql;
--with-curl; --with-openssl=/usr) - alone or i
i'd be assuming than that i'd need to build an older apache.
this is probably a stupid question but is there anybody out there that
is using apache 2.2.9 + php 5.2.6 (as DSO) on freebsd 7 amd64 (multi
processor) without problems?
thanks...
kalin m wrote:
sure.
./configure --prefix=/etc/ht
sure.
./configure --prefix=/etc/httpd --enable-ssl --with-ssl=/usr/local/ssl
--enable-rewrite --enable-so --enable-headers --enable-unique-id
like i said there is pretty much nothing in the error log for httpd.
it's a brand new install. here is the whole file:
[Tue Jul 01 22:45:36 2008] [wa
there is no extensions.ini anywhere on this machine... a brand new one.
httpd/logs/error_log has 6 lines in it. something about session cash
(SSL) not configured...
httpd runs fine without loading the php module
Odhiambo Washington wrote:
Normally caused by one of the php extensions m