|
Hi everybody,
I have got the following problem.
BACKGROUND:
I am installing apache_1.3.14 + mod_ssl-2.7.1-1.3.14.tar.gz + openssl-0.9.5a +
coldfusion 4.01 on solaris 5.6.
If I install apache_1.3.14 + coldfusion 4.01 only, it works.
if I install apache_1.3.14 + mod_ssl-2.7.1-1.3.14.tar.gz + openssl-0.9.5a only, it works too.
PROBLEM: if I install apache_1.3.14 + mod_ssl-2.7.1-1.3.14.tar.gz + openssl-0.9.5a + coldfusion
4.01
I am having problem
recompiling
/opt/coldfusion/webserver/apache/src/mod_coldfusion.so
(This module is provided by
coldfusion for interface with apache)
More specifically, I am getting: --------------------
# make
apxs -c ./libcf.a /usr/lib/libC.so.5 mod_coldfusion.c gcc -DSOLARIS2=260 -DMOD_SSL=207101 -DEAPI -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED -I/usr/local/apache/include -c mod_coldfusion.c -o mod_coldfusion.so mod_coldfusion.o ./libcf.a /usr/lib/libC.so.5 apxs:Break: Command failed with rc=255 *** Error code 1 make: Fatal error: Command failed for target `mod_coldfusion.so' --------------------
I can recompile the module mod_coldfusion.so differently:
I install apache_1.3.14 + coldfusion 4.01, recompile the module mod_coldfusion.so and after that
use it
for apache_1.3.14 + mod_ssl-2.7.1-1.3.14.tar.gz + openssl-0.9.5a + coldfusion 4.01
installation.
In this case everything seems to be working BUT when I start apache I am
getting the warning:
-------------------
# /usr/local/apache/bin/apachectl startssl
[Fri Nov 10 14:34:30 2000] [warn] Loaded DSO libexec/mod_coldfusion.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) /usr/local/apache/bin/apachectl startssl: httpd started # -------------------
QUESTIONS:
1. Did anybody have a similar problem? (and do you have a solution?)
2. How dangerous the warning (look at the line 7 lines above this one)?
Everything seems to be working.
3. I believe mod_ssl changes file: /usr/local/apache/bin/apxs, did anybody
try to customize this file for coldfusion?
thanks,
-s
|
