[EMAIL PROTECTED] Re: httpd php dump

2008-07-02 Thread kalin m
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]

Re: [EMAIL PROTECTED] Re: httpd php dump

2008-07-02 Thread kalin m
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

Re: [EMAIL PROTECTED] Re: httpd php dump

2008-07-02 Thread kalin m
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

Re: [EMAIL PROTECTED] Re: httpd php dump

2008-07-02 Thread kalin m
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

Re: [EMAIL PROTECTED] Re: httpd php dump

2008-07-02 Thread kalin m
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

Re: [EMAIL PROTECTED] Re: httpd php dump

2008-07-02 Thread William A. Rowe, Jr.
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...

[EMAIL PROTECTED] Re: httpd php dump

2008-07-01 Thread kalin m
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