webapp-module-1.0.1-tc401를
shell> ./configure --with-apxs=/usr/local/apache/bin/apxs
--with-java=/usr/local/jdk
--with-tomcat=/usr/local/tomcat
--enable-java
한다음 make를 치면
...
...
...
Warning: Use of "-O" without parens is ambiguous at (eval 6) line 1.
cc -DHARD_SERVER_LIMIT=512 -
DDOCUMENT_LOCATION="/usr/local/www/data/" -
DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -
DACCEPT_FILTER_NAME="httpready" -funsigned-char -DUSE_EXPAT -
I../lib/expat-lite -O -pipe -fpic -DSHARED_MODULE -
I/usr/local/include/apache -c mod_webapp.c
mod_webapp.c:70: wa.h: No such file or directory
mod_webapp.c:79: syntax error before `wam_initialized'
mod_webapp.c:79: `wa_false' undeclared here (not in a function)
mod_webapp.c:79: warning: data definition has no type or storage class
mod_webapp.c:81: syntax error before `*'
중략...
mod_webapp.c:420: `wa_application' undeclared (first use in this
function)
mod_webapp.c:420: `appl' undeclared (first use in this function)
mod_webapp.c:421: `wa_request' undeclared (first use in this function)
mod_webapp.c:421: `req' undeclared (first use in this function)
mod_webapp.c:422: syntax error before `const'
mod_webapp.c:432: syntax error before `)'
mod_webapp.c:437: `msg' undeclared (first use in this function)
mod_webapp.c:444: `stmp' undeclared (first use in this function)
mod_webapp.c:445: `ctmp' undeclared (first use in this function)
mod_webapp.c:468: `ssl_temp' undeclared (first use in this function)
mod_webapp.c:470: `wa_ssldata' undeclared (first use in this function)
mod_webapp.c:470: syntax error before `)'
mod_webapp.c:510: `ret' undeclared (first use in this function)
apxs:Break: Command failed with rc=1
*** Error code 1
Stop in /tmp/webapp-module-1.0.1-tc401/apache-1.3.
*** Error code 1
Stop in /tmp/webapp-module-1.0.1-tc401.
*** Error code 1
Stop in /tmp/webapp-module-1.0.1-tc401.
이렇게 에러가 나오네요..
당체 2틀동안 이것만 하고 있습니다..ㅠ.ㅠ
이것보다 쉽게 jsp를 사용할수있는 방법이 없나요?
이거 정말 삽질이에요..ㅠ.ㅠ
흑흑 Help Me~!!