[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: This is the last war I'm going to fight with you people



On Thursday 04 July 2002 06:14 pm, John Hasler wrote:
> Chris Kenrick writes:
> > Aside from that, you could even try posting whatever Apache
> > question you had as an OT question here.
>
> It wouldn't be particularly off-topic.

The funny thing is, I was able to fix the problem by installing the 
latest release, 2.0.39, and compiling it using:

./configure --prefix=/usr/local/apache2 --enable-mods-shared=all \ 
--with-mpm=worker --enable-module=so

All the pages are loading properly (before it couldn't find some 
existing pages), VirtualDocumentRoot is working, and the 
multi-threading provided by the worker module is downloading pages much 
faster than before.  I did a benchmark test, and it handled 1000 
requests in less than 2.5 seconds.

After all the bellyaching I did about not being able to get on the list, 
guess I'm getting to eat some of my words, huh? -grin-

However, now PHP (4.2.1) isn't working.  I tried to reinstall it using, 

./configure --with-mysql --with-apxs2=/usr/local/apache-2.0.39/bin/apxs

but make keeps dying with the following error.

/bin/sh /var/downloads/php/php-4.2.1/libtool --silent --mode=compile gcc  
-I. -I/var/downloads/php/php-4.2.1/sapi/apache2filter 
-I/var/downloads/php/php-4.2.1/main -I/var/downloads/php/php-4.2.1 
-I/usr/local/apache-2.0.39/include -I/var/downloads/php/php-4.2.1/Zend 
-I/var/downloads/php/php-4.2.1/ext/mysql/libmysql 
-I/var/downloads/php/php-4.2.1/ext/xml/expat  -D_REENTRANT 
-I/var/downloads/php/php-4.2.1/TSRM -DTHREAD=1 -g -O2 -pthread -DZTS 
-prefer-pic  -c php_functions.c
php_functions.c:93: parse error
make[3]: *** [php_functions.lo] Error 1
make[3]: Leaving directory 
`/var/downloads/php/php-4.2.1/sapi/apache2filter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/var/downloads/php/php-4.2.1/sapi/apache2filter'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/downloads/php/php-4.2.1/sapi'
make: *** [all-recursive] Error 1

Glen


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: