Title: RE: Mid-Tier Installation error
**

Sam:

Is gcc (GNU C Compiler) installed and available in the PATH for the user you are using to install ServletExec?  You will also need ld and possibly ar/as available too.  You will also need to to add the library files for these programs to the LD_LIBRARY_PATH of your system.

If you are running Solaris (as I am) you need to do the following:

Export PATH=$PATH:/usr/ccs/bin
Export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/ccs/lib

These two commands will add the binaries and library files for the C compiler and all associated programs and library files.

I'm sure that if you are using a different *NIX, someone here can help.

James McKenzie
 

-----Original Message-----
From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Shibu Samuel
Sent: Friday, July 14, 2006 7:48 AM
To: [email protected]
Subject: Re: Mid-Tier Installation error

Hi James,
 
Thanks for the suggestions ..
My OS is Unix and Apache is configured with DSO enabled.
 
I have checked  the DSO and the result is as below servername{root}$ httpd -l Compiled in modules:
  core.c
  mod_access.c
  mod_auth.c
  mod_include.c
  mod_log_config.c
  mod_env.c
  mod_setenvif.c
  prefork.c
  http_core.c
  mod_mime.c
  mod_status.c
  mod_autoindex.c
  mod_asis.c
  mod_cgi.c
  mod_negotiation.c
  mod_dir.c
  mod_imap.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_so.c
 
Please suggest
 
Thanks
Sam

        -----Original Message-----
        From: Action Request System discussion list(ARSList) on behalf of McKenzie, James J C-E LCMC HQISEC/L3
        Sent: Fri 7/14/2006 2:36 PM
        To: [email protected]
        Cc:
        Subject: Re: Mid-Tier Installation error
       
       
        **

        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
         

__20060125_______________________This posting was submitted with HTML in it___

__20060125_______________________This posting was submitted with HTML in it___

Reply via email to