You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Antoine Galataud <an...@gmail.com> on 2006/03/07 14:40:42 UTC

problem loading libaxiscpp_mod.so on AIX 5.1

Hi !

I solved all of my problems on Solaris 8 platform, and want to thank
everybody for that.
Now, I must test Axis-c on AIX 5.1 ! (I will end my story with Linux,
I bet it will be easier).

I reproduced every installation steps I created with Solaris, but for
rs6000 arch (environment variables, apache, ...). I took 1.6a.n binary
release for AIX.

I put libaxiscpp_mod.so in libexec directory, then got this error :

Cannot load /home/antgalat/apache-rs6000/libexec/libaxiscpp_mod.so
into server:
0509-022 Cannot load module
/home/antgalat/apache-rs6000/libexec/libaxiscpp_mod.so.
0509-108 The .loader section does not exist.

I guess it's a newbie question, i'm not familiar with AIX !

Thanks in advance

--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen

Re: problem loading libaxiscpp_mod.so on AIX 5.1

Posted by Antoine Galataud <an...@gmail.com>.
I forgot : do you have a way to build/test AIX release on a AIX 5.1 32 bits
system ? It could be great !

Thanks

2006/3/8, Antoine Galataud <an...@gmail.com>:
>
> I'm a little lost in AIX compilation/deployment. I tried to build from
> sources, but no success. The libaxiscpp_mod.so is still desperatly corrupted
> in binary release... If you have any idea...
>
> Thanks for your answer Fred.
>
> 2006/3/8, Fred Preston <PR...@uk.ibm.com>:
> >
> >
> > Hi Antoine,
> >         Yes Axis uses version 2.2.0.
> >
> > Regards,
> >
> > Fred Preston.
> >
> >
> >
> >
> > *"Antoine Galataud" <antoine.galataud@gmail.com >*
> >
> > 08/03/2006 10:29
> > Please respond to "Apache AXIS C User List"
> >
> >         To:        "Apache AXIS C User List" <ax...@ws.apache.org>
> >         cc:
> >         Subject:        Re: problem loading libaxiscpp_mod.so on AIX 5.1
> >
> >
> >
> >
> > With which version of xerces did you compile on AIX ? 2.2.0 ?
> >
> > Because for the moment, I get problems while linking in AxisXMLParser :
> >       [cc] ld: 0711-317 ERROR: Undefined symbol:
> > .xercesc_2_2::XMLString::transcode(const unsigned short*)
> >       [cc] ld: 0711-317 ERROR: Undefined symbol:
> > .xercesc_2_2::XMLString::replicate(const char*)
> >       [cc] ld: 0711-317 ERROR: Undefined symbol:
> > xercesc_2_2::InputSource::setEncoding(const unsigned short*)
> >       [cc] ld: 0711-317 ERROR: Undefined symbol:
> > xercesc_2_2::InputSource::setPublicId(const unsigned short*)
> >       [cc] ld: 0711-317 ERROR: Undefined symbol:
> > xercesc_2_2::InputSource::setSystemId(const unsigned short*)
> >       [cc] ld: 0711-317 ERROR: Undefined symbol:
> > .xercesc_2_2::XMLPlatformUtils::Initialize(const char*)
> >
> > seems xerces lib version is wrong, or - more difficult to resolv -
> > compiled with gcc or something else (but not with xlC).
> >
> >
> > 2006/3/8, Antoine Galataud <* antoine.galataud@gmail.com*<an...@gmail.com>
> > >:
> > 32 bit system ! The other libs are correctly opened and the loader
> > section is read without any problem. Very strange...
> >
> > I'm currently trying to build AIX release from source, I'll give you
> > feedback as soon as possible... If you see any other reasons for this
> > problem, tell me !
> >
> > Thanks
> >
> > 2006/3/8, John Hawkins <*HAWKINSJ@uk.ibm.com* <HA...@uk.ibm.com>>:
> >
> > These files are built and tested in an AIX 5.2 system so it might be
> > backwards compatibility issues.
> >
> > Are you using this in a 64bit system or 32? They are 32 bit libs.
> >
> >
> >
> >
> >   *"Antoine Galataud" <**antoine.galataud@gmail.com*
> > <an...@gmail.com>*>*
> >
> > 08/03/2006 09:19
> >   Please respond to
> > "Apache AXIS C User List" <*axis-c-user@ws.apache.org *<ax...@ws.apache.org>
> > >
> >
> >
> >   To
> > "Apache AXIS C User List" <*a...@ws.apache.org>>
> > cc
> >
> >  Subject
> > Re: problem loading libaxiscpp_mod.so on AIX 5.1
> >
> >
> >
> >
> >
> >
> >
> >
> > Hi,
> >
> > some more details : libaxiscpp_mod.so seems to be the only "corrupted"
> > library in the lib/axis folder; if i do a "dump -Hv" on any other lib,
> > it gives me something like :
> >
> > libaxis_server.so:
> >
> >                       ***Loader Section***
> >                     Loader Header Information
> > VERSION#         #SYMtableENT     #RELOCent        LENidSTR
> > 0x00000001       0x00000730       0x00003602       0x000000a3
> >
> > #IMPfilID        OFFidSTR         LENstrTBL        OFFstrTBL
> > 0x00000006       0x000334b8       0x0001631e       0x0003355b
> >
> >
> >                       ***Import File Strings***
> > INDEX  PATH                          BASE                MEMBER
> > 0      /usr/lib/threads:/usr/lpp/xlopt:/usr/vacpp/lib:/usr/lib:/lib
> > 1                                    libC.a              shr.o
> > 2                                    libC.a              ansi_32.o
> > 3                                    libc_r.a            shr.o
> > 4                                    libpthreads.a       shr_comm.o
> > 5                                    libpthreads.a       shr_xpg5.o
> >
> > What's wrong with this one ?
> >
> > Thanks
> > 2006/3/7, Antoine Galataud <*antoine.galataud@gmail.com*
> > <an...@gmail.com>>:
> > > Hi !
> > >
> > > I solved all of my problems on Solaris 8 platform, and want to thank
> > > everybody for that.
> > > Now, I must test Axis-c on AIX 5.1 ! (I will end my story with Linux,
> > > I bet it will be easier).
> > >
> > > I reproduced every installation steps I created with Solaris, but for
> > > rs6000 arch (environment variables, apache, ...). I took 1.6a.n binary
> > > release for AIX.
> > >
> > > I put libaxiscpp_mod.so in libexec directory, then got this error :
> > >
> > > Cannot load /home/antgalat/apache-rs6000/libexec/libaxiscpp_mod.so
> > > into server:
> > > 0509-022 Cannot load module
> > > /home/antgalat/apache-rs6000/libexec/libaxiscpp_mod.so.
> > > 0509-108 The .loader section does not exist.
> > >
> > > I guess it's a newbie question, i'm not familiar with AIX !
> > >
> > > Thanks in advance
> > >
> > > --
> > > Antoine Galataud
> > > *antoine.galataud@gmail.com* <an...@gmail.com>
> >
> > > D�partement Architecture des Syst�mes d'Information
> > > INSA - Rouen
> > >
> >
> >
> > --
> > Antoine Galataud*
> > **antoine.galataud@gmail.com* <an...@gmail.com>
> > D�partement Architecture des Syst�mes d'Information
> > INSA - Rouen
> >
> >
> >
> >
> > --
> >
> > Antoine Galataud*
> > **antoine.galataud@gmail.com* <an...@gmail.com>
> > D�partement Architecture des Syst�mes d'Information
> > INSA - Rouen
> >
> >
> >
> > --
> > Antoine Galataud*
> > **antoine.galataud@gmail.com* <an...@gmail.com>
> > D�partement Architecture des Syst�mes d'Information
> > INSA - Rouen
> >
>
>
>
> --
> Antoine Galataud
> antoine.galataud@gmail.com
> D�partement Architecture des Syst�mes d'Information
> INSA - Rouen




--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen

Re: problem loading libaxiscpp_mod.so on AIX 5.1

Posted by Antoine Galataud <an...@gmail.com>.
I'm a little lost in AIX compilation/deployment. I tried to build from
sources, but no success. The libaxiscpp_mod.so is still desperatly corrupted
in binary release... If you have any idea...

Thanks for your answer Fred.

2006/3/8, Fred Preston <PR...@uk.ibm.com>:
>
>
> Hi Antoine,
>         Yes Axis uses version 2.2.0.
>
> Regards,
>
> Fred Preston.
>
>
>
>
> *"Antoine Galataud" <an...@gmail.com>*
>
> 08/03/2006 10:29
> Please respond to "Apache AXIS C User List"
>
>         To:        "Apache AXIS C User List" <ax...@ws.apache.org>
>         cc:
>         Subject:        Re: problem loading libaxiscpp_mod.so on AIX 5.1
>
>
>
>
> With which version of xerces did you compile on AIX ? 2.2.0 ?
>
> Because for the moment, I get problems while linking in AxisXMLParser :
>       [cc] ld: 0711-317 ERROR: Undefined symbol:
> .xercesc_2_2::XMLString::transcode(const unsigned short*)
>       [cc] ld: 0711-317 ERROR: Undefined symbol:
> .xercesc_2_2::XMLString::replicate(const char*)
>       [cc] ld: 0711-317 ERROR: Undefined symbol:
> xercesc_2_2::InputSource::setEncoding(const unsigned short*)
>       [cc] ld: 0711-317 ERROR: Undefined symbol:
> xercesc_2_2::InputSource::setPublicId(const unsigned short*)
>       [cc] ld: 0711-317 ERROR: Undefined symbol:
> xercesc_2_2::InputSource::setSystemId(const unsigned short*)
>       [cc] ld: 0711-317 ERROR: Undefined symbol:
> .xercesc_2_2::XMLPlatformUtils::Initialize(const char*)
>
> seems xerces lib version is wrong, or - more difficult to resolv -
> compiled with gcc or something else (but not with xlC).
>
>
> 2006/3/8, Antoine Galataud <* antoine.galataud@gmail.com*<an...@gmail.com>
> >:
> 32 bit system ! The other libs are correctly opened and the loader section
> is read without any problem. Very strange...
>
> I'm currently trying to build AIX release from source, I'll give you
> feedback as soon as possible... If you see any other reasons for this
> problem, tell me !
>
> Thanks
>
> 2006/3/8, John Hawkins <*HAWKINSJ@uk.ibm.com* <HA...@uk.ibm.com>>:
>
> These files are built and tested in an AIX 5.2 system so it might be
> backwards compatibility issues.
>
> Are you using this in a 64bit system or 32? They are 32 bit libs.
>
>
>
>
>   *"Antoine Galataud" <**...@gmail.com>
> *>*
>
> 08/03/2006 09:19
>   Please respond to
> "Apache AXIS C User List" <*a...@ws.apache.org>
> >
>
>
>   To
> "Apache AXIS C User List" <*a...@ws.apache.org>
> >  cc
>
>  Subject
> Re: problem loading libaxiscpp_mod.so on AIX 5.1
>
>
>
>
>
>
>
>
> Hi,
>
> some more details : libaxiscpp_mod.so seems to be the only "corrupted"
> library in the lib/axis folder; if i do a "dump -Hv" on any other lib,
> it gives me something like :
>
> libaxis_server.so:
>
>                       ***Loader Section***
>                     Loader Header Information
> VERSION#         #SYMtableENT     #RELOCent        LENidSTR
> 0x00000001       0x00000730       0x00003602       0x000000a3
>
> #IMPfilID        OFFidSTR         LENstrTBL        OFFstrTBL
> 0x00000006       0x000334b8       0x0001631e       0x0003355b
>
>
>                       ***Import File Strings***
> INDEX  PATH                          BASE                MEMBER
> 0      /usr/lib/threads:/usr/lpp/xlopt:/usr/vacpp/lib:/usr/lib:/lib
> 1                                    libC.a              shr.o
> 2                                    libC.a              ansi_32.o
> 3                                    libc_r.a            shr.o
> 4                                    libpthreads.a       shr_comm.o
> 5                                    libpthreads.a       shr_xpg5.o
>
> What's wrong with this one ?
>
> Thanks
> 2006/3/7, Antoine Galataud <*a...@gmail.com>
> >:
> > Hi !
> >
> > I solved all of my problems on Solaris 8 platform, and want to thank
> > everybody for that.
> > Now, I must test Axis-c on AIX 5.1 ! (I will end my story with Linux,
> > I bet it will be easier).
> >
> > I reproduced every installation steps I created with Solaris, but for
> > rs6000 arch (environment variables, apache, ...). I took 1.6a.n binary
> > release for AIX.
> >
> > I put libaxiscpp_mod.so in libexec directory, then got this error :
> >
> > Cannot load /home/antgalat/apache-rs6000/libexec/libaxiscpp_mod.so
> > into server:
> > 0509-022 Cannot load module
> > /home/antgalat/apache-rs6000/libexec/libaxiscpp_mod.so.
> > 0509-108 The .loader section does not exist.
> >
> > I guess it's a newbie question, i'm not familiar with AIX !
> >
> > Thanks in advance
> >
> > --
> > Antoine Galataud
> > *antoine.galataud@gmail.com* <an...@gmail.com>
> > Département Architecture des Systèmes d'Information
> > INSA - Rouen
> >
>
>
> --
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>
>
>
>
> --
>
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>
>
>
> --
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>



--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen

Re: problem loading libaxiscpp_mod.so on AIX 5.1

Posted by Fred Preston <PR...@uk.ibm.com>.
Hi Antoine,
        Yes Axis uses version 2.2.0.

Regards,

Fred Preston.





"Antoine Galataud" <an...@gmail.com>
08/03/2006 10:29
Please respond to "Apache AXIS C User List"
 
        To:     "Apache AXIS C User List" <ax...@ws.apache.org>
        cc: 
        Subject:        Re: problem loading libaxiscpp_mod.so on AIX 5.1

 

With which version of xerces did you compile on AIX ? 2.2.0 ?

Because for the moment, I get problems while linking in AxisXMLParser :
       [cc] ld: 0711-317 ERROR: Undefined symbol: 
.xercesc_2_2::XMLString::transcode(const unsigned short*) 
       [cc] ld: 0711-317 ERROR: Undefined symbol: 
.xercesc_2_2::XMLString::replicate(const char*)
       [cc] ld: 0711-317 ERROR: Undefined symbol: 
xercesc_2_2::InputSource::setEncoding(const unsigned short*)
       [cc] ld: 0711-317 ERROR: Undefined symbol: 
xercesc_2_2::InputSource::setPublicId(const unsigned short*) 
       [cc] ld: 0711-317 ERROR: Undefined symbol: 
xercesc_2_2::InputSource::setSystemId(const unsigned short*)
       [cc] ld: 0711-317 ERROR: Undefined symbol: 
.xercesc_2_2::XMLPlatformUtils::Initialize(const char*) 

seems xerces lib version is wrong, or - more difficult to resolv - 
compiled with gcc or something else (but not with xlC).


2006/3/8, Antoine Galataud < antoine.galataud@gmail.com>:
32 bit system ! The other libs are correctly opened and the loader section 
is read without any problem. Very strange... 

I'm currently trying to build AIX release from source, I'll give you 
feedback as soon as possible... If you see any other reasons for this 
problem, tell me ! 

Thanks

2006/3/8, John Hawkins <HA...@uk.ibm.com>: 

These files are built and tested in an AIX 5.2 system so it might be 
backwards compatibility issues. 

Are you using this in a 64bit system or 32? They are 32 bit libs. 





"Antoine Galataud" <an...@gmail.com> 
08/03/2006 09:19 

Please respond to
"Apache AXIS C User List" <ax...@ws.apache.org>



To
"Apache AXIS C User List" <ax...@ws.apache.org> 
cc

Subject
Re: problem loading libaxiscpp_mod.so on AIX 5.1








Hi,

some more details : libaxiscpp_mod.so seems to be the only "corrupted"
library in the lib/axis folder; if i do a "dump -Hv" on any other lib,
it gives me something like :

libaxis_server.so:

                       ***Loader Section***
                     Loader Header Information
VERSION#         #SYMtableENT     #RELOCent        LENidSTR
0x00000001       0x00000730       0x00003602       0x000000a3

#IMPfilID        OFFidSTR         LENstrTBL        OFFstrTBL
0x00000006       0x000334b8       0x0001631e       0x0003355b


                       ***Import File Strings***
INDEX  PATH                          BASE                MEMBER
0      /usr/lib/threads:/usr/lpp/xlopt:/usr/vacpp/lib:/usr/lib:/lib
1                                    libC.a              shr.o
2                                    libC.a              ansi_32.o
3                                    libc_r.a            shr.o
4                                    libpthreads.a       shr_comm.o
5                                    libpthreads.a       shr_xpg5.o

What's wrong with this one ?

Thanks
2006/3/7, Antoine Galataud <an...@gmail.com>:
> Hi !
>
> I solved all of my problems on Solaris 8 platform, and want to thank
> everybody for that.
> Now, I must test Axis-c on AIX 5.1 ! (I will end my story with Linux,
> I bet it will be easier).
>
> I reproduced every installation steps I created with Solaris, but for
> rs6000 arch (environment variables, apache, ...). I took 1.6a.n binary
> release for AIX.
>
> I put libaxiscpp_mod.so in libexec directory, then got this error :
>
> Cannot load /home/antgalat/apache-rs6000/libexec/libaxiscpp_mod.so
> into server:
> 0509-022 Cannot load module
> /home/antgalat/apache-rs6000/libexec/libaxiscpp_mod.so.
> 0509-108 The .loader section does not exist.
>
> I guess it's a newbie question, i'm not familiar with AIX !
>
> Thanks in advance
>
> --
> Antoine Galataud
> antoine.galataud@gmail.com
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>


--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen




-- 

Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen 



-- 
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen 

Re: problem loading libaxiscpp_mod.so on AIX 5.1

Posted by Antoine Galataud <an...@gmail.com>.
With which version of xerces did you compile on AIX ? 2.2.0 ?

Because for the moment, I get problems while linking in AxisXMLParser :
       [cc] ld: 0711-317 ERROR: Undefined symbol:
.xercesc_2_2::XMLString::transcode(const unsigned short*)
       [cc] ld: 0711-317 ERROR: Undefined symbol:
.xercesc_2_2::XMLString::replicate(const char*)
       [cc] ld: 0711-317 ERROR: Undefined symbol:
xercesc_2_2::InputSource::setEncoding(const unsigned short*)
       [cc] ld: 0711-317 ERROR: Undefined symbol:
xercesc_2_2::InputSource::setPublicId(const unsigned short*)
       [cc] ld: 0711-317 ERROR: Undefined symbol:
xercesc_2_2::InputSource::setSystemId(const unsigned short*)
       [cc] ld: 0711-317 ERROR: Undefined symbol:
.xercesc_2_2::XMLPlatformUtils::Initialize(const char*)

seems xerces lib version is wrong, or - more difficult to resolv - compiled
with gcc or something else (but not with xlC).


2006/3/8, Antoine Galataud <an...@gmail.com>:
>
> 32 bit system ! The other libs are correctly opened and the loader section
> is read without any problem. Very strange...
>
> I'm currently trying to build AIX release from source, I'll give you
> feedback as soon as possible... If you see any other reasons for this
> problem, tell me !
>
> Thanks
>
> 2006/3/8, John Hawkins <HA...@uk.ibm.com>:
> >
> >
> > These files are built and tested in an AIX 5.2 system so it might be
> > backwards compatibility issues.
> >
> > Are you using this in a 64bit system or 32? They are 32 bit libs.
> >
> >
> >
> >
> >
> >  *"Antoine Galataud" <an...@gmail.com>*
> >
> > 08/03/2006 09:19  Please respond to
> > "Apache AXIS C User List" <ax...@ws.apache.org>
> >
> >   To
> > "Apache AXIS C User List" <ax...@ws.apache.org>  cc
> >
> >  Subject
> > Re: problem loading libaxiscpp_mod.so on AIX 5.1
> >
> >
> >
> >
> >
> >
> > Hi,
> >
> > some more details : libaxiscpp_mod.so seems to be the only "corrupted"
> > library in the lib/axis folder; if i do a "dump -Hv" on any other lib,
> > it gives me something like :
> >
> > libaxis_server.so:
> >
> >                        ***Loader Section***
> >                      Loader Header Information
> > VERSION#         #SYMtableENT     #RELOCent        LENidSTR
> > 0x00000001       0x00000730       0x00003602       0x000000a3
> >
> > #IMPfilID        OFFidSTR         LENstrTBL        OFFstrTBL
> > 0x00000006       0x000334b8       0x0001631e       0x0003355b
> >
> >
> >                        ***Import File Strings***
> > INDEX  PATH                          BASE                MEMBER
> > 0      /usr/lib/threads:/usr/lpp/xlopt:/usr/vacpp/lib:/usr/lib:/lib
> > 1                                    libC.a              shr.o
> > 2                                    libC.a              ansi_32.o
> > 3                                    libc_r.a            shr.o
> > 4                                    libpthreads.a       shr_comm.o
> > 5                                    libpthreads.a       shr_xpg5.o
> >
> > What's wrong with this one ?
> >
> > Thanks
> > 2006/3/7, Antoine Galataud <an...@gmail.com>:
> > > Hi !
> > >
> > > I solved all of my problems on Solaris 8 platform, and want to thank
> > > everybody for that.
> > > Now, I must test Axis-c on AIX 5.1 ! (I will end my story with Linux,
> > > I bet it will be easier).
> > >
> > > I reproduced every installation steps I created with Solaris, but for
> > > rs6000 arch (environment variables, apache, ...). I took 1.6a.n binary
> > > release for AIX.
> > >
> > > I put libaxiscpp_mod.so in libexec directory, then got this error :
> > >
> > > Cannot load /home/antgalat/apache-rs6000/libexec/libaxiscpp_mod.so
> > > into server:
> > > 0509-022 Cannot load module
> > > /home/antgalat/apache-rs6000/libexec/libaxiscpp_mod.so.
> > > 0509-108 The .loader section does not exist.
> > >
> > > I guess it's a newbie question, i'm not familiar with AIX !
> > >
> > > Thanks in advance
> > >
> > > --
> > > Antoine Galataud
> > > antoine.galataud@gmail.com
> > > Département Architecture des Systèmes d'Information
> > > INSA - Rouen
> > >
> >
> >
> > --
> > Antoine Galataud
> > antoine.galataud@gmail.com
> > Département Architecture des Systèmes d'Information
> > INSA - Rouen
> >
> >
>
>
> --
> Antoine Galataud
> antoine.galataud@gmail.com
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>



--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen

Re: problem loading libaxiscpp_mod.so on AIX 5.1

Posted by Antoine Galataud <an...@gmail.com>.
32 bit system ! The other libs are correctly opened and the loader section
is read without any problem. Very strange...

I'm currently trying to build AIX release from source, I'll give you
feedback as soon as possible... If you see any other reasons for this
problem, tell me !

Thanks

2006/3/8, John Hawkins <HA...@uk.ibm.com>:
>
>
> These files are built and tested in an AIX 5.2 system so it might be
> backwards compatibility issues.
>
> Are you using this in a 64bit system or 32? They are 32 bit libs.
>
>
>
>
>
>  *"Antoine Galataud" <an...@gmail.com>*
>
> 08/03/2006 09:19  Please respond to
> "Apache AXIS C User List" <ax...@ws.apache.org>
>
>   To
> "Apache AXIS C User List" <ax...@ws.apache.org>  cc
>
>  Subject
> Re: problem loading libaxiscpp_mod.so on AIX 5.1
>
>
>
>
>
>
> Hi,
>
> some more details : libaxiscpp_mod.so seems to be the only "corrupted"
> library in the lib/axis folder; if i do a "dump -Hv" on any other lib,
> it gives me something like :
>
> libaxis_server.so:
>
>                        ***Loader Section***
>                      Loader Header Information
> VERSION#         #SYMtableENT     #RELOCent        LENidSTR
> 0x00000001       0x00000730       0x00003602       0x000000a3
>
> #IMPfilID        OFFidSTR         LENstrTBL        OFFstrTBL
> 0x00000006       0x000334b8       0x0001631e       0x0003355b
>
>
>                        ***Import File Strings***
> INDEX  PATH                          BASE                MEMBER
> 0      /usr/lib/threads:/usr/lpp/xlopt:/usr/vacpp/lib:/usr/lib:/lib
> 1                                    libC.a              shr.o
> 2                                    libC.a              ansi_32.o
> 3                                    libc_r.a            shr.o
> 4                                    libpthreads.a       shr_comm.o
> 5                                    libpthreads.a       shr_xpg5.o
>
> What's wrong with this one ?
>
> Thanks
> 2006/3/7, Antoine Galataud <an...@gmail.com>:
> > Hi !
> >
> > I solved all of my problems on Solaris 8 platform, and want to thank
> > everybody for that.
> > Now, I must test Axis-c on AIX 5.1 ! (I will end my story with Linux,
> > I bet it will be easier).
> >
> > I reproduced every installation steps I created with Solaris, but for
> > rs6000 arch (environment variables, apache, ...). I took 1.6a.n binary
> > release for AIX.
> >
> > I put libaxiscpp_mod.so in libexec directory, then got this error :
> >
> > Cannot load /home/antgalat/apache-rs6000/libexec/libaxiscpp_mod.so
> > into server:
> > 0509-022 Cannot load module
> > /home/antgalat/apache-rs6000/libexec/libaxiscpp_mod.so.
> > 0509-108 The .loader section does not exist.
> >
> > I guess it's a newbie question, i'm not familiar with AIX !
> >
> > Thanks in advance
> >
> > --
> > Antoine Galataud
> > antoine.galataud@gmail.com
> > Département Architecture des Systèmes d'Information
> > INSA - Rouen
> >
>
>
> --
> Antoine Galataud
> antoine.galataud@gmail.com
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>
>


--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen

Re: problem loading libaxiscpp_mod.so on AIX 5.1

Posted by John Hawkins <HA...@uk.ibm.com>.
These files are built and tested in an AIX 5.2 system so it might be 
backwards compatibility issues.

Are you using this in a 64bit system or 32? They are 32 bit libs.






"Antoine Galataud" <an...@gmail.com> 
08/03/2006 09:19
Please respond to
"Apache AXIS C User List" <ax...@ws.apache.org>


To
"Apache AXIS C User List" <ax...@ws.apache.org>
cc

Subject
Re: problem loading libaxiscpp_mod.so on AIX 5.1






Hi,

some more details : libaxiscpp_mod.so seems to be the only "corrupted"
library in the lib/axis folder; if i do a "dump -Hv" on any other lib,
it gives me something like :

libaxis_server.so:

                        ***Loader Section***
                      Loader Header Information
VERSION#         #SYMtableENT     #RELOCent        LENidSTR
0x00000001       0x00000730       0x00003602       0x000000a3

#IMPfilID        OFFidSTR         LENstrTBL        OFFstrTBL
0x00000006       0x000334b8       0x0001631e       0x0003355b


                        ***Import File Strings***
INDEX  PATH                          BASE                MEMBER
0      /usr/lib/threads:/usr/lpp/xlopt:/usr/vacpp/lib:/usr/lib:/lib
1                                    libC.a              shr.o
2                                    libC.a              ansi_32.o
3                                    libc_r.a            shr.o
4                                    libpthreads.a       shr_comm.o
5                                    libpthreads.a       shr_xpg5.o

What's wrong with this one ?

Thanks
2006/3/7, Antoine Galataud <an...@gmail.com>:
> Hi !
>
> I solved all of my problems on Solaris 8 platform, and want to thank
> everybody for that.
> Now, I must test Axis-c on AIX 5.1 ! (I will end my story with Linux,
> I bet it will be easier).
>
> I reproduced every installation steps I created with Solaris, but for
> rs6000 arch (environment variables, apache, ...). I took 1.6a.n binary
> release for AIX.
>
> I put libaxiscpp_mod.so in libexec directory, then got this error :
>
> Cannot load /home/antgalat/apache-rs6000/libexec/libaxiscpp_mod.so
> into server:
> 0509-022 Cannot load module
> /home/antgalat/apache-rs6000/libexec/libaxiscpp_mod.so.
> 0509-108 The .loader section does not exist.
>
> I guess it's a newbie question, i'm not familiar with AIX !
>
> Thanks in advance
>
> --
> Antoine Galataud
> antoine.galataud@gmail.com
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>


--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen


Re: problem loading libaxiscpp_mod.so on AIX 5.1

Posted by Antoine Galataud <an...@gmail.com>.
Hi,

some more details : libaxiscpp_mod.so seems to be the only "corrupted"
library in the lib/axis folder; if i do a "dump -Hv" on any other lib,
it gives me something like :

libaxis_server.so:

                        ***Loader Section***
                      Loader Header Information
VERSION#         #SYMtableENT     #RELOCent        LENidSTR
0x00000001       0x00000730       0x00003602       0x000000a3

#IMPfilID        OFFidSTR         LENstrTBL        OFFstrTBL
0x00000006       0x000334b8       0x0001631e       0x0003355b


                        ***Import File Strings***
INDEX  PATH                          BASE                MEMBER
0      /usr/lib/threads:/usr/lpp/xlopt:/usr/vacpp/lib:/usr/lib:/lib
1                                    libC.a              shr.o
2                                    libC.a              ansi_32.o
3                                    libc_r.a            shr.o
4                                    libpthreads.a       shr_comm.o
5                                    libpthreads.a       shr_xpg5.o

What's wrong with this one ?

Thanks
2006/3/7, Antoine Galataud <an...@gmail.com>:
> Hi !
>
> I solved all of my problems on Solaris 8 platform, and want to thank
> everybody for that.
> Now, I must test Axis-c on AIX 5.1 ! (I will end my story with Linux,
> I bet it will be easier).
>
> I reproduced every installation steps I created with Solaris, but for
> rs6000 arch (environment variables, apache, ...). I took 1.6a.n binary
> release for AIX.
>
> I put libaxiscpp_mod.so in libexec directory, then got this error :
>
> Cannot load /home/antgalat/apache-rs6000/libexec/libaxiscpp_mod.so
> into server:
> 0509-022 Cannot load module
> /home/antgalat/apache-rs6000/libexec/libaxiscpp_mod.so.
> 0509-108 The .loader section does not exist.
>
> I guess it's a newbie question, i'm not familiar with AIX !
>
> Thanks in advance
>
> --
> Antoine Galataud
> antoine.galataud@gmail.com
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>


--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen