[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
RE: Questions about compiling Apache to Support DSO
Just open the src/Configuration and change the "default" value of
SHARED_CODE into "yes" before compiling Apache.
--
Web Hosting Support Team
KBMail Software & Java Hosting Service Provider
E-mail: support@ebpcs.net
Web site: http://kbmail.com - http://ebpcs.net - http://vnhosts.net
"Plan - Do - Review --> Success"
-----Original Message-----
From: David Qian [mailto:David.Qian@accrue.com]
Sent: Friday, April 07, 2000 9:16 AM
To: gnujsp@career.gjt.org
Subject: Questions about compiling Apache to Support DSO
Hello, everyone:
I am trying to compile Apache 1.3.12 on on sun machine.
The machine is as follows:
SunOS bird 5.7 Generic_106541-08 sun4u sparc SUNW,Ultra-250
I used the following command to compile apache to support Dynamic Shared
Object:
./configure --prefix=/path/to/apache --enable-rule=SHARED_CORE
make install
Then When I used the following commands to compile the mod_jserv.c,
apxs -c .* -o mod_jserv.so
I got the following error meesgges:
apxs:Error: Sorry, no DSO support for Apache available
apxs:Error: under your platform. Make sure the Apache
apxs:Error: module mod_so is compiled into your server
apxs:Error: binary `/export/bird/bkt0/etel/apache/bin/httpd'.
I am struggling this for a couple of days now.
Any instruction or guideline will be greatly appreciately !
Thanks !
David