Sam:
The problem is in the error message. You have to install/build Apache with the DSO option turned ON. This will build (or should build the apxs script which is used to build Dynamic Service Objects (DSO). This will build the mod_servletexec.so file which is used for Servlets and JSP object translation/compilation when you are running your server.
You are on UNIX, right?
James McKenzie
-----Original Message-----
From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Shibu Samuel
Sent: Friday, July 14, 2006 1:20 AM
To: [email protected]
Subject: Mid-Tier Installation error
Hi List,
I am trying to install mid-tier 6.3 on Apache 2.2.2 with mid-tier inbuilt ServletExec, but while installation i am getting the below error :
*****************************
Enter port number [8888]>
Installing ServletExec AS in
/usr/local/NewAtlanta/ServletExecAS
Error constructing mod_servletexec.so
Verify that the compiler and link-editor specified by $CFG_CC
and $CFG_LD_SHLIB in your 'apxs' script are in your PATH.
>> Also you have to have the path to gcc and ld in the PATH. Gcc is normally
>> located in the /usr/gcc directory. If you are on a Solaris system, you
>> have to install the SUN compiler package and add /usr/ccs/bin to your
>> PATH.
Also verify that the 'apxs' script has been properly
installed. The installation log file (/tmp/SEinstall.log)
has more details about these problems.
If you continue to have problems then please forward the
error messages and to [EMAIL PROTECTED]
ServletExec installation aborting on failure!
See /tmp/SEinstall.log for log of installation.
Exiting ServletExec AS installer...
egrep: can't open /usr/local/NewAtlanta/ServletExecAS/config/webadapter.properties
mkdir: Failed to make directory "/usr/local/NewAtlanta/ServletExecAS/se-rwebtestServletExec
/ServletExecData"; No such file or directory
chmod: WARNING: can't access /usr/local/NewAtlanta/ServletExecAS/se-rwebtestServletExec/Ser
vletExecData
./mt_install: /usr/local/NewAtlanta/ServletExecAS/se-rwebtestServletExec/ServletExecData/oe
m.properties: cannot create
********************
Please suggest.
Thanks
Sam

