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 "Kopparapu, Sangeeta (GE Healthcare, consultant)" <Sa...@ge.com> on 2012/01/14 03:09:02 UTC

RE: Linker errors when trying to build from AXIS2C source - please respond

Please respond with the location of source that can be built on Open
SUSE linux 64 bit.

 

Thanks & Regards, 
Sangeeta G Kopparapu. 

From: Kopparapu, Sangeeta (GE Healthcare, consultant) 
Sent: Thursday, December 22, 2011 9:33 AM
To: Apache AXIS C User List
Subject: RE: Linker errors when trying to build from AXIS2C source

 

Am not able to build from Axis2c-1.7.0-RC4 also. When I run ./configure
(with/without prefix parameter), below errors are thrown at the command
line:

 

config.status: creating src/modules/mod_addr/Makefile

config.status: creating src/modules/mod_log/Makefile

config.status: error: cannot find input file: `test/Makefile.in'

 

 

Thanks & Regards, 
Sangeeta G Kopparapu. 

From: Kopparapu, Sangeeta (GE Healthcare, consultant) 
Sent: Thursday, December 22, 2011 9:02 AM
To: Apache AXIS C User List
Subject: RE: Linker errors when trying to build from AXIS2C source

 

Thank you and again sorry to urge you guys. Without debugging I could
not proceed further. 

 

Thanks & Regards, 
Sangeeta G Kopparapu. 

From: Dinesh Weerapurage [mailto:xydinesh@gmail.com] 
Sent: Wednesday, December 21, 2011 11:31 PM
To: Apache AXIS C User List
Subject: Re: Linker errors when trying to build from AXIS2C source

 

Could you please try RC4, even though it is been a while we have posted
RC4. It is the latest(except svn trunk). 

 

http://people.apache.org/~samisa/axis2c-1.7.0-RC4/ 

 

I'm not having internet connection as I used to , so it will be while
before Ill check email again :) 

 

thanks,

Dinesh.

 

On Thu, Dec 22, 2011 at 4:22 AM, Kopparapu, Sangeeta (GE Healthcare,
consultant) <Sa...@ge.com> wrote:

I am sorry urge you. But could somebody help me here? 

 

Thanks & Regards, 
Sangeeta. 

From: Kopparapu, Sangeeta (GE Healthcare, consultant) 
Sent: Tuesday, December 20, 2011 6:12 PM
To: Apache AXIS C User List
Subject: RE: Linker errors when trying to build from AXIS2C source

 

Hi, am still not able to build libraries from source code downloaded
from below location. This time, I failed in first step itself:

 

./configure -prefix=<path to axis2c home>

config.status: error: cannot find input file:
`src/core/transport/http/sender/ntlm/Makefile.in'

 

I am trying to build axis2c binaries from source on OpenSUSE linux 64bit
machine.  Please help. 

 

Thanks & Regards, 
Sangeeta G Kopparapu. 

From: Samisa Abeysinghe [mailto:samisa.abeysinghe@gmail.com] 
Sent: Tuesday, August 30, 2011 5:26 PM
To: Apache AXIS C User List
Subject: Re: Linker errors when trying to build from AXIS2C source

 

I will have a look at this. 

 

Few people have reported problems on Suse OS. 

 

I think this is mainly due to compiler version and how it behaves. Note
that, most of us use Ubuntu like Linux flavors. 

 

Please try the RC3 of 1.7.0 in the mean time, to see if the problem is
gone away. http://people.apache.org/~samisa/axis2c-1.7.0-RC3/

Samisa Abeysinghe

http://samisa-abeysinghe.blogspot.com/

On Mon, Aug 29, 2011 at 11:31 PM, Kopparapu, Sangeeta (GE Healthcare,
consultant) <Sa...@ge.com> wrote:

Hi,

 

I am trying to build APACHE AXIS2C source on OpenSUSE Linux 64-bit
machine. I am following the steps given on:
http://axis.apache.org/axis2/c/core/docs/installationguide.html#1_3_1,
but I am getting undefined reference errors as shown below:.

 

 

gcc-4.1 -g -pthread -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Werror
-Wno-implicit-function-declaration -g -D_GNU_SOURCE
-DAXIS2_GUTHTHILA_ENABLED -DAXIS2_SVR_MULTI_THREADED -o
axis2_http_server http_server_main.o
../../../../../../src/core/transport/http/util/.libs/libaxis2_http_util.
a
../../../../../../src/core/transport/http/common/.libs/libaxis2_http_com
mon.a ../../../../../../axiom/src/om/.libs/libaxis2_axiom.a
../../../../../../util/src/.libs/libaxutil.a
../../../../../../axiom/src/parser/guththila/.libs/libaxis2_parser.a
../../../../../../src/core/description/.libs/libaxis2_description.a
../../../../../../src/core/deployment/.libs/libaxis2_deployment.a
../../../../../../src/core/context/.libs/libaxis2_context.a
../../../../../../src/core/clientapi/.libs/libaxis2_clientapi.a
../../../../../../src/core/engine/.libs/libaxis2_engine.a
../../../../../../src/core/transport/http/sender/.libs/libaxis2_http_sen
der.a
../../../../../../src/core/transport/http/receiver/.libs/libaxis2_http_r
eceiver.a
/home/{user}/axis2c-src-1.6.0/src/core/engine/.libs/libaxis2_engine.a
/home/{user}/axis2c-src-1.6.0/neethi/src/.libs/libneethi.a
/home/{user}/axis2c-src-1.6.0/src/core/transport/http/common/.libs/libax
is2_http_common.a ../../../../../../neethi/src/.libs/libneethi.a
/home/{user}/axis2c-src-1.6.0/axiom/src/om/.libs/libaxis2_axiom.a
/home/{user}/axis2c-src-1.6.0/axiom/src/parser/guththila/.libs/libaxis2_
parser.a
/home/{user}/axis2c-src-1.6.0/guththila/src/.libs/libguththila.a
/home/{user}/axis2c-src-1.6.0/util/src/.libs/libaxutil.a -lpthread -lz
-ldl

/home/{user}/axis2c-src-1.6.0/src/core/engine/.libs/libaxis2_engine.a(de
sc_builder.o): In function `axis2_desc_builder_load_default_msg_recv':

/home/{user}/axis2c-src-1.6.0/src/core/deployment/desc_builder.c:1070:
undefined reference to `axis2_raw_xml_in_out_msg_recv_create'

collect2: ld returned 1 exit status

make[8]: *** [axis2_http_server] Error 1

make[8]: Leaving directory
`/home/{user}/axis2c-src-1.6.0/src/core/transport/http/server/simple_axi
s2_server'

make[7]: *** [all-recursive] Error 1

make[7]: Leaving directory
`/home/{user}/axis2c-src-1.6.0/src/core/transport/http/server/simple_axi
s2_server'

make[6]: *** [all-recursive] Error 1

make[6]: Leaving directory
`/home/{user}/axis2c-src-1.6.0/src/core/transport/http/server'

make[5]: *** [all-recursive] Error 1

make[5]: Leaving directory
`/home/{user}/axis2c-src-1.6.0/src/core/transport/http'

make[4]: *** [all-recursive] Error 1

make[4]: Leaving directory
`/home/{user}/axis2c-src-1.6.0/src/core/transport'

make[3]: *** [all-recursive] Error 1

make[3]: Leaving directory `/home/{user}/axis2c-src-1.6.0/src/core'

make[2]: *** [all-recursive] Error 1

make[2]: Leaving directory `/home/{user}/axis2c-src-1.6.0/src'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `/home/{user}/axis2c-src-1.6.0'

make: *** [all] Error 2

 

 

 

In brief, 

 

Step 1:  ./configure --prefix=${AXIS2C_HOME} ==> success

Step 2:  make  ==> FAIL. error is:
/home/koppasa/axis2c-src-1.6.0/src/core/deployment/desc_builder.c:1070:
undefined reference to `axis2_raw_xml_in_out_msg_recv_create'

 

Please let me know what steps that I need to follow to resolve those
linker errrors if anybody had already experienced this kind of error(s).

 

 

Thanks & Regards, 
Sangeeta G Kopparapu. 

 

 


Unsubscribe

Posted by Viet Hoang <vh...@gmail.com>.
Unsubscribe

On Jan 15, 2012, at 5:44 AM, Dinesh Weerapurage <xy...@gmail.com> wrote:

> I think it would be easier for you to build a fresh checkout from svn. 
> 
> http://axis.apache.org/axis2/c/core/svn.html#svn 
> 
> thanks,
> Dinesh.
> 
> On Fri, Jan 13, 2012 at 9:09 PM, Kopparapu, Sangeeta (GE Healthcare, consultant) <Sa...@ge.com> wrote:
> Please respond with the location of source that can be built on Open SUSE linux 64 bit.
> 
>  
> 
> Thanks & Regards, 
> Sangeeta G Kopparapu.
> 
> 

RE: Linker errors when trying to build from AXIS2C source - please respond

Posted by "Kopparapu, Sangeeta (GE Healthcare, consultant)" <Sa...@ge.com>.
I am sorry, I could able to generate configure files afte reading the
document release_process. 

 

Now, again, I ran into the same situation and getting bunch of linker
errors:

 

${HOME}/axis2c_from_trunk/src/core/transport/http/util/http_transport_ut
ils.c:3168: undefined reference to `axis2_msg_ctx_get_status_code'


${HOME}/axis2c_from_trunk/src/core/transport/http/common/.libs/libaxis2_
http_common.a(http_transport_utils.o): In function
`axis2_http_transport_utils_get_session':                      

${HOME}/axis2c_from_trunk/src/core/transport/http/util/http_transport_ut
ils.c:3560: undefined reference to `axis2_msg_ctx_get_property_value'


${HOME}/axis2c_from_trunk/src/core/transport/http/util/http_transport_ut
ils.c:3565: undefined reference to `axis2_msg_ctx_get_op_ctx'


${HOME}/axis2c_from_trunk/src/core/transport/http/util/http_transport_ut
ils.c:3568: undefined reference to `axis2_op_ctx_get_msg_ctx'


${HOME}/axis2c_from_trunk/src/core/transport/http/util/http_transport_ut
ils.c:3571: undefined reference to `axis2_msg_ctx_get_property_value'


${HOME}/axis2c_from_trunk/src/core/transport/http/util/http_transport_ut
ils.c:3623: undefined reference to
`axis2_msg_ctx_get_out_transport_info'


${HOME}/axis2c_from_trunk/src/core/transport/http/common/.libs/libaxis2_
http_common.a(http_transport_utils.o): In function
`axis2_http_transport_utils_set_session':                      

${HOME}/axis2c_from_trunk/src/core/transport/http/util/http_transport_ut
ils.c:3728: undefined reference to `axis2_msg_ctx_set_property'


${HOME}/axis2c_from_trunk/src/core/transport/http/common/.libs/libaxis2_
http_common.a(http_transport_utils.o): In function
`axis2_http_transport_utils_store_cookie':                     

${HOME}/axis2c_from_trunk/src/core/transport/http/util/http_transport_ut
ils.c:3748: undefined reference to `axis2_msg_ctx_get_conf_ctx'


${HOME}/axis2c_from_trunk/src/core/transport/http/util/http_transport_ut
ils.c:3749: undefined reference to `axis2_conf_ctx_get_property'


${HOME}/axis2c_from_trunk/src/core/transport/http/util/http_transport_ut
ils.c:3767: undefined reference to `axis2_conf_ctx_set_property'


${HOME}/axis2c_from_trunk/src/core/transport/http/util/http_transport_ut
ils.c:3775: undefined reference to `axis2_msg_ctx_get_to'


${HOME}/axis2c_from_trunk/src/core/transport/http/util/http_transport_ut
ils.c:3778: undefined reference to `axis2_endpoint_ref_get_address'


${HOME}/axis2c_from_trunk/src/core/transport/http/common/.libs/libaxis2_
http_common.a(http_transport_utils.o): In function
`axis2_http_transport_utils_read_from_cookie_store':           

${HOME}/axis2c_from_trunk/src/core/transport/http/util/http_transport_ut
ils.c:3827: undefined reference to `axis2_msg_ctx_get_conf_ctx'

${HOME}/axis2c_from_trunk/src/core/transport/http/util/http_transport_ut
ils.c:3828: undefined reference to `axis2_conf_ctx_get_property'

${HOME}/axis2c_from_trunk/src/core/transport/http/util/http_transport_ut
ils.c:3838: undefined reference to `axis2_msg_ctx_get_to'

${HOME}/axis2c_from_trunk/src/core/transport/http/util/http_transport_ut
ils.c:3841: undefined reference to `axis2_endpoint_ref_get_address'

collect2: ld returned 1 exit status

make[8]: *** [axis2_http_server] Error 1

make[8]: Leaving directory
`${HOME}/axis2c_from_trunk/src/core/transport/http/server/simple_axis2_s
erver'

make[7]: *** [all-recursive] Error 1

make[7]: Leaving directory
`${HOME}/axis2c_from_trunk/src/core/transport/http/server/simple_axis2_s
erver'

make[6]: *** [all-recursive] Error 1

make[6]: Leaving directory
`${HOME}/axis2c_from_trunk/src/core/transport/http/server'

make[5]: *** [all-recursive] Error 1

make[5]: Leaving directory
`${HOME}/axis2c_from_trunk/src/core/transport/http'

make[4]: *** [all-recursive] Error 1

make[4]: Leaving directory
`${HOME}/axis2c_from_trunk/src/core/transport'

make[3]: *** [all-recursive] Error 1

make[3]: Leaving directory `${HOME}/axis2c_from_trunk/src/core'

make[2]: *** [all-recursive] Error 1

make[2]: Leaving directory `${HOME}/axis2c_from_trunk/src'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `${HOME}/axis2c_from_trunk'

make: *** [all] Error 2

 

 

Not sure what file needs to be modified. Please help.

 

 

Thanks & Regards, 
Sangeeta G Kopparapu. 



From: Kopparapu, Sangeeta (GE Healthcare, consultant) 
Sent: Sunday, January 15, 2012 11:35 PM
To: Apache AXIS C User List
Subject: RE: Linker errors when trying to build from AXIS2C source -
please respond

 

Hi, I checked out latest code from svn. There are no configure file in
the root directory (created from trunk). Could you please guide me how
to generate configure file(s)?

 

Thanks & Regards, 
Sangeeta G Kopparapu.

From: Dinesh Weerapurage [mailto:xydinesh@gmail.com] 
Sent: Saturday, January 14, 2012 4:44 PM
To: Apache AXIS C User List
Subject: Re: Linker errors when trying to build from AXIS2C source -
please respond

 

I think it would be easier for you to build a fresh checkout from svn. 

 

http://axis.apache.org/axis2/c/core/svn.html#svn 

 

thanks,

Dinesh.

On Fri, Jan 13, 2012 at 9:09 PM, Kopparapu, Sangeeta (GE Healthcare,
consultant) <Sa...@ge.com> wrote:

Please respond with the location of source that can be built on Open
SUSE linux 64 bit.

 

Thanks & Regards, 
Sangeeta G Kopparapu. 

 


RE: Linker errors when trying to build from AXIS2C source - please respond

Posted by "Kopparapu, Sangeeta (GE Healthcare, consultant)" <Sa...@ge.com>.
Thank you Dinesh. I will try to update gcc and give it a shot. I will
keep you posted the result.

 

Thanks & Regards, 
Sangeeta G Kopparapu. 



From: Dinesh Weerapurage [mailto:xydinesh@gmail.com] 
Sent: Thursday, January 19, 2012 5:10 AM
To: Apache AXIS C User List
Subject: Re: Linker errors when trying to build from AXIS2C source -
please respond

 

I think, it is more of a compilation issue than Axis2/C issue. As far as
I can see there is no problem in the build of axis2/c trunk.

 

thanks,

Dinesh.

On Wed, Jan 18, 2012 at 10:32 AM, Kopparapu, Sangeeta (GE Healthcare,
consultant) <Sa...@ge.com> wrote:

No luck. PFA build output log.

 

(Sorry file size is little bigger.) 

 

Thanks & Regards, 
Sangeeta. 

From: Damitha Kumarage [mailto:damitha@wso2.com] 
Sent: Wednesday, January 18, 2012 12:16 AM
To: c-user@axis.apache.org


Subject: Re: Linker errors when trying to build from AXIS2C source -
please respond

 

>From your log it seems it have already built referenced libraries from
simple_axis2_server. Please do a make distclean and run the build.sh
again

Damitha
On 01/18/2012 11:06 AM, Kopparapu, Sangeeta (GE Healthcare, consultant)
wrote: 

That did not work either. PFA build output log. This time its throwing
linker errors from core module. I see all the libraries (for e.g.,
libaxutil.a.. etc.) that are being linked to build
./src/core/transport/http/server/simple_axis2_server, are available in
the respective paths/directories. I am not sure why its unable to link.
Please help. 

 

Thanks & Regards, 
Sangeeta G Kopparapu. 

From: Dinesh Weerapurage [mailto:xydinesh@gmail.com] 
Sent: Tuesday, January 17, 2012 4:05 PM
To: Apache AXIS C User List
Subject: Re: Linker errors when trying to build from AXIS2C source -
please respond

 

Looks like error comes when you build tests. I'm not sure why though. It
is working in the linux machine which I'm using. Could you please remove
--enable-tests=yes from build.sh and try again.

 

thanks,

Dinesh.

On Tue, Jan 17, 2012 at 4:35 PM, Kopparapu, Sangeeta (GE Healthcare,
consultant) <Sa...@ge.com> wrote:

I did that. PFA log file for the build output. May be it will help you
to narrow down what's going on my Linux SUSE 64-bit box.

 

Thanks & Regards, 
Sangeeta G Kopparapu. 

 

 

 
 
 
---------------------------------------------------------------------
To unsubscribe, e-mail: c-user-unsubscribe@axis.apache.org
For additional commands, e-mail: c-user-help@axis.apache.org

 

-- 
__________________________________________________________________

Damitha Kumarage
Technical Lead; WSO2 Inc.
email:damitha@wso2.com; phone:+94 332262389 <tel:%2B94%20332262389> ;
cell:+94 719169327 <tel:%2B94%20719169327>  
"Oxygenating the Web Service Platform; " http://www.wso2.com/

blog: " http://damithakumarage.wordpress.com/ 
__________________________________________________________________ 



---------------------------------------------------------------------
To unsubscribe, e-mail: c-user-unsubscribe@axis.apache.org
For additional commands, e-mail: c-user-help@axis.apache.org

 


Re: Linker errors when trying to build from AXIS2C source - please respond

Posted by Dinesh Weerapurage <xy...@gmail.com>.
I think, it is more of a compilation issue than Axis2/C issue. As far as I
can see there is no problem in the build of axis2/c trunk.

thanks,
Dinesh.

On Wed, Jan 18, 2012 at 10:32 AM, Kopparapu, Sangeeta (GE Healthcare,
consultant) <Sa...@ge.com> wrote:

> No luck. PFA build output log.****
>
> ** **
>
> (Sorry file size is little bigger.) ****
>
> ** **
>
> Thanks & Regards,
> Sangeeta. ****
>
> *From:* Damitha Kumarage [mailto:damitha@wso2.com]
> *Sent:* Wednesday, January 18, 2012 12:16 AM
> *To:* c-user@axis.apache.org
>
> *Subject:* Re: Linker errors when trying to build from AXIS2C source -
> please respond****
>
> ** **
>
> From your log it seems it have already built referenced libraries from
> simple_axis2_server. Please do a make distclean and run the build.sh again
>
> Damitha
> On 01/18/2012 11:06 AM, Kopparapu, Sangeeta (GE Healthcare, consultant)
> wrote: ****
>
> That did not work either. PFA build output log. This time its throwing
> linker errors from core module. I see all the libraries (for e.g.,
> libaxutil.a.. etc.) that are being linked to build
> ./src/core/transport/http/server/simple_axis2_server, are available in the
> respective paths/directories. I am not sure why its unable to link. Please
> help. ****
>
>  ****
>
> Thanks & Regards,
> Sangeeta G Kopparapu. ****
>
> *From:* Dinesh Weerapurage [mailto:xydinesh@gmail.com <xy...@gmail.com>]
>
> *Sent:* Tuesday, January 17, 2012 4:05 PM
> *To:* Apache AXIS C User List
> *Subject:* Re: Linker errors when trying to build from AXIS2C source -
> please respond****
>
>  ****
>
> Looks like error comes when you build tests. I'm not sure why though. It
> is working in the linux machine which I'm using. Could you please remove
> --enable-tests=yes from build.sh and try again.****
>
>  ****
>
> thanks,****
>
> Dinesh.****
>
> On Tue, Jan 17, 2012 at 4:35 PM, Kopparapu, Sangeeta (GE Healthcare,
> consultant) <Sa...@ge.com> wrote:****
>
> I did that. PFA log file for the build output. May be it will help you to
> narrow down what’s going on my Linux SUSE 64-bit box.****
>
>  ****
>
> Thanks & Regards,
> Sangeeta G Kopparapu. ****
>
>  ****
>
>  ****
>
> ** **
>
> ** **
>
> ** **
>
> ---------------------------------------------------------------------****
>
> To unsubscribe, e-mail: c-user-unsubscribe@axis.apache.org****
>
> For additional commands, e-mail: c-user-help@axis.apache.org****
>
> ** **
>
> --
> __________________________________________________________________
>
> Damitha Kumarage
> Technical Lead; WSO2 Inc.
> email:damitha@wso2.com; phone:+94 332262389; cell:+94 719169327
> "Oxygenating the Web Service Platform; " http://www.wso2.com/
>
> blog: " http://damithakumarage.wordpress.com/
> __________________________________________________________________ ****
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: c-user-unsubscribe@axis.apache.org
> For additional commands, e-mail: c-user-help@axis.apache.org
>

Re: Linker errors when trying to build from AXIS2C source - please respond

Posted by Damitha Kumarage <da...@wso2.com>.
hmm. Seems like fairly old gcc you are using. Is it possible to upgrade 
to a new one and try?

Damitha
On 01/18/2012 09:02 PM, Kopparapu, Sangeeta (GE Healthcare, consultant) 
wrote:
>
> No luck. PFA build output log.
>
> (Sorry file size is little bigger.)
>
> Thanks & Regards,
> Sangeeta.
>
> *From:*Damitha Kumarage [mailto:damitha@wso2.com]
> *Sent:* Wednesday, January 18, 2012 12:16 AM
> *To:* c-user@axis.apache.org
> *Subject:* Re: Linker errors when trying to build from AXIS2C source - 
> please respond
>
> From your log it seems it have already built referenced libraries from 
> simple_axis2_server. Please do a make distclean and run the build.sh again
>
> Damitha
> On 01/18/2012 11:06 AM, Kopparapu, Sangeeta (GE Healthcare, 
> consultant) wrote:
>
> That did not work either. PFA build output log. This time its throwing 
> linker errors from core module. I see all the libraries (for e.g., 
> libaxutil.a.. etc.) that are being linked to build 
> ./src/core/transport/http/server/simple_axis2_server, are available in 
> the respective paths/directories. I am not sure why its unable to 
> link. Please help.
>
> Thanks & Regards,
> Sangeeta G Kopparapu.
>
> *From:*Dinesh Weerapurage [mailto:xydinesh@gmail.com]
> *Sent:* Tuesday, January 17, 2012 4:05 PM
> *To:* Apache AXIS C User List
> *Subject:* Re: Linker errors when trying to build from AXIS2C source - 
> please respond
>
> Looks like error comes when you build tests. I'm not sure why though. 
> It is working in the linux machine which I'm using. Could you please 
> remove --enable-tests=yes from build.sh and try again.
>
> thanks,
>
> Dinesh.
>
> On Tue, Jan 17, 2012 at 4:35 PM, Kopparapu, Sangeeta (GE Healthcare, 
> consultant) <Sangeeta.Kopparapu@ge.com 
> <ma...@ge.com>> wrote:
>
> I did that. PFA log file for the build output. May be it will help you 
> to narrow down what's going on my Linux SUSE 64-bit box.
>
> Thanks & Regards,
> Sangeeta G Kopparapu.
>
>   
>   
>   
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:c-user-unsubscribe@axis.apache.org  <ma...@axis.apache.org>
> For additional commands, e-mail:c-user-help@axis.apache.org  <ma...@axis.apache.org>
>
> -- 
> __________________________________________________________________
>
> Damitha Kumarage
> Technical Lead; WSO2 Inc.
> email:damitha@wso2.com <ma...@wso2.com>; phone:+94 
> 332262389; cell:+94 719169327
> "Oxygenating the Web Service Platform; " http://www.wso2.com/
>
> blog: " http://damithakumarage.wordpress.com/
> __________________________________________________________________
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: c-user-unsubscribe@axis.apache.org
> For additional commands, e-mail: c-user-help@axis.apache.org


-- 
__________________________________________________________________

Damitha Kumarage
Technical Lead; WSO2 Inc.
email:damitha@wso2.com; phone:+94 332262389; cell:+94 719169327
"Oxygenating the Web Service Platform; " http://www.wso2.com/

blog: " http://damithakumarage.wordpress.com/
__________________________________________________________________

RE: Linker errors when trying to build from AXIS2C source - please respond

Posted by "Kopparapu, Sangeeta (GE Healthcare, consultant)" <Sa...@ge.com>.
No luck. PFA build output log.

 

(Sorry file size is little bigger.) 

 

Thanks & Regards, 
Sangeeta. 

From: Damitha Kumarage [mailto:damitha@wso2.com] 
Sent: Wednesday, January 18, 2012 12:16 AM
To: c-user@axis.apache.org
Subject: Re: Linker errors when trying to build from AXIS2C source -
please respond

 

>From your log it seems it have already built referenced libraries from
simple_axis2_server. Please do a make distclean and run the build.sh
again

Damitha
On 01/18/2012 11:06 AM, Kopparapu, Sangeeta (GE Healthcare, consultant)
wrote: 

That did not work either. PFA build output log. This time its throwing
linker errors from core module. I see all the libraries (for e.g.,
libaxutil.a.. etc.) that are being linked to build
./src/core/transport/http/server/simple_axis2_server, are available in
the respective paths/directories. I am not sure why its unable to link.
Please help. 

 

Thanks & Regards, 
Sangeeta G Kopparapu. 

From: Dinesh Weerapurage [mailto:xydinesh@gmail.com] 
Sent: Tuesday, January 17, 2012 4:05 PM
To: Apache AXIS C User List
Subject: Re: Linker errors when trying to build from AXIS2C source -
please respond

 

Looks like error comes when you build tests. I'm not sure why though. It
is working in the linux machine which I'm using. Could you please remove
--enable-tests=yes from build.sh and try again.

 

thanks,

Dinesh.

On Tue, Jan 17, 2012 at 4:35 PM, Kopparapu, Sangeeta (GE Healthcare,
consultant) <Sa...@ge.com> wrote:

I did that. PFA log file for the build output. May be it will help you
to narrow down what's going on my Linux SUSE 64-bit box.

 

Thanks & Regards, 
Sangeeta G Kopparapu. 

 

 

 
 
 
---------------------------------------------------------------------
To unsubscribe, e-mail: c-user-unsubscribe@axis.apache.org
For additional commands, e-mail: c-user-help@axis.apache.org

 

-- 
__________________________________________________________________

Damitha Kumarage
Technical Lead; WSO2 Inc.
email:damitha@wso2.com; phone:+94 332262389; cell:+94 719169327 
"Oxygenating the Web Service Platform; " http://www.wso2.com/

blog: " http://damithakumarage.wordpress.com/ 
__________________________________________________________________ 


Re: Linker errors when trying to build from AXIS2C source - please respond

Posted by Damitha Kumarage <da...@wso2.com>.
 From your log it seems it have already built referenced libraries from 
simple_axis2_server. Please do a make distclean and run the build.sh again

Damitha
On 01/18/2012 11:06 AM, Kopparapu, Sangeeta (GE Healthcare, consultant) 
wrote:
>
> That did not work either. PFA build output log. This time its throwing 
> linker errors from core module. I see all the libraries (for e.g., 
> libaxutil.a.. etc.) that are being linked to build 
> ./src/core/transport/http/server/simple_axis2_server, are available in 
> the respective paths/directories. I am not sure why its unable to 
> link. Please help.
>
> Thanks & Regards,
> Sangeeta G Kopparapu.
>
> *From:*Dinesh Weerapurage [mailto:xydinesh@gmail.com]
> *Sent:* Tuesday, January 17, 2012 4:05 PM
> *To:* Apache AXIS C User List
> *Subject:* Re: Linker errors when trying to build from AXIS2C source - 
> please respond
>
> Looks like error comes when you build tests. I'm not sure why though. 
> It is working in the linux machine which I'm using. Could you please 
> remove --enable-tests=yes from build.sh and try again.
>
> thanks,
>
> Dinesh.
>
> On Tue, Jan 17, 2012 at 4:35 PM, Kopparapu, Sangeeta (GE Healthcare, 
> consultant) <Sangeeta.Kopparapu@ge.com 
> <ma...@ge.com>> wrote:
>
> I did that. PFA log file for the build output. May be it will help you 
> to narrow down what's going on my Linux SUSE 64-bit box.
>
> Thanks & Regards,
> Sangeeta G Kopparapu.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: c-user-unsubscribe@axis.apache.org
> For additional commands, e-mail: c-user-help@axis.apache.org


-- 
__________________________________________________________________

Damitha Kumarage
Technical Lead; WSO2 Inc.
email:damitha@wso2.com; phone:+94 332262389; cell:+94 719169327
"Oxygenating the Web Service Platform; " http://www.wso2.com/

blog: " http://damithakumarage.wordpress.com/
__________________________________________________________________

RE: Linker errors when trying to build from AXIS2C source - please respond

Posted by "Kopparapu, Sangeeta (GE Healthcare, consultant)" <Sa...@ge.com>.
That did not work either. PFA build output log. This time its throwing
linker errors from core module. I see all the libraries (for e.g.,
libaxutil.a.. etc.) that are being linked to build
./src/core/transport/http/server/simple_axis2_server, are available in
the respective paths/directories. I am not sure why its unable to link.
Please help. 

 

Thanks & Regards, 
Sangeeta G Kopparapu. 

From: Dinesh Weerapurage [mailto:xydinesh@gmail.com] 
Sent: Tuesday, January 17, 2012 4:05 PM
To: Apache AXIS C User List
Subject: Re: Linker errors when trying to build from AXIS2C source -
please respond

 

Looks like error comes when you build tests. I'm not sure why though. It
is working in the linux machine which I'm using. Could you please remove
--enable-tests=yes from build.sh and try again.

 

thanks,

Dinesh.

On Tue, Jan 17, 2012 at 4:35 PM, Kopparapu, Sangeeta (GE Healthcare,
consultant) <Sa...@ge.com> wrote:

I did that. PFA log file for the build output. May be it will help you
to narrow down what's going on my Linux SUSE 64-bit box.

 

Thanks & Regards, 
Sangeeta G Kopparapu. 

 

 


Re: Linker errors when trying to build from AXIS2C source - please respond

Posted by Dinesh Weerapurage <xy...@gmail.com>.
Looks like error comes when you build tests. I'm not sure why though. It is
working in the linux machine which I'm using. Could you please remove
--enable-tests=yes from build.sh and try again.

thanks,
Dinesh.

On Tue, Jan 17, 2012 at 4:35 PM, Kopparapu, Sangeeta (GE Healthcare,
consultant) <Sa...@ge.com> wrote:

> I did that. PFA log file for the build output. May be it will help you to
> narrow down what’s going on my Linux SUSE 64-bit box.****
>
> ** **
>
> Thanks & Regards,
> Sangeeta G Kopparapu. ****
>
> *
> *
>

RE: Linker errors when trying to build from AXIS2C source - please respond

Posted by "Kopparapu, Sangeeta (GE Healthcare, consultant)" <Sa...@ge.com>.
I did that. PFA log file for the build output. May be it will help you
to narrow down what's going on my Linux SUSE 64-bit box.

 

Thanks & Regards, 
Sangeeta G Kopparapu. 

From: Dinesh Weerapurage [mailto:xydinesh@gmail.com] 
Sent: Tuesday, January 17, 2012 5:19 AM
To: Apache AXIS C User List
Subject: Re: Linker errors when trying to build from AXIS2C source -
please respond

 

Try to use build.sh in the root directory. It should take care most of
the things for you

 

sh build.sh

 

Dinesh.

 

On Mon, Jan 16, 2012 at 12:34 AM, Kopparapu, Sangeeta (GE Healthcare,
consultant) <Sa...@ge.com> wrote:

Hi, I checked out latest code from svn. There are no configure file in
the root directory (created from trunk). Could you please guide me how
to generate configure file(s)?

 

Thanks & Regards, 
Sangeeta G Kopparapu.

From: Dinesh Weerapurage [mailto:xydinesh@gmail.com] 
Sent: Saturday, January 14, 2012 4:44 PM


To: Apache AXIS C User List

Subject: Re: Linker errors when trying to build from AXIS2C source -
please respond

 

I think it would be easier for you to build a fresh checkout from svn. 

 

http://axis.apache.org/axis2/c/core/svn.html#svn 

 

thanks,

Dinesh.

On Fri, Jan 13, 2012 at 9:09 PM, Kopparapu, Sangeeta (GE Healthcare,
consultant) <Sa...@ge.com> wrote:

Please respond with the location of source that can be built on Open
SUSE linux 64 bit.

 

Thanks & Regards, 
Sangeeta G Kopparapu. 

 

 


Re: Linker errors when trying to build from AXIS2C source - please respond

Posted by Dinesh Weerapurage <xy...@gmail.com>.
Try to use build.sh in the root directory. It should take care most of the
things for you

sh build.sh

Dinesh.

On Mon, Jan 16, 2012 at 12:34 AM, Kopparapu, Sangeeta (GE Healthcare,
consultant) <Sa...@ge.com> wrote:

> Hi, I checked out latest code from svn. There are no configure file in the
> root directory (created from trunk). Could you please guide me how to
> generate configure file(s)?****
>
> ** **
>
> Thanks & Regards,
> Sangeeta G Kopparapu.****
>
> *From:* Dinesh Weerapurage [mailto:xydinesh@gmail.com]
> *Sent:* Saturday, January 14, 2012 4:44 PM
>
> *To:* Apache AXIS C User List
> *Subject:* Re: Linker errors when trying to build from AXIS2C source -
> please respond****
>
> ** **
>
> I think it would be easier for you to build a fresh checkout from svn. ***
> *
>
> ** **
>
> http://axis.apache.org/axis2/c/core/svn.html#svn ****
>
> ** **
>
> thanks,****
>
> Dinesh.****
>
> On Fri, Jan 13, 2012 at 9:09 PM, Kopparapu, Sangeeta (GE Healthcare,
> consultant) <Sa...@ge.com> wrote:****
>
> Please respond with the location of source that can be built on Open SUSE
> linux 64 bit.****
>
>  ****
>
> Thanks & Regards,
> Sangeeta G Kopparapu. ****
>
> ** **
>

RE: Linker errors when trying to build from AXIS2C source - please respond

Posted by "Kopparapu, Sangeeta (GE Healthcare, consultant)" <Sa...@ge.com>.
Hi, I checked out latest code from svn. There are no configure file in
the root directory (created from trunk). Could you please guide me how
to generate configure file(s)?

 

Thanks & Regards, 
Sangeeta G Kopparapu.

From: Dinesh Weerapurage [mailto:xydinesh@gmail.com] 
Sent: Saturday, January 14, 2012 4:44 PM
To: Apache AXIS C User List
Subject: Re: Linker errors when trying to build from AXIS2C source -
please respond

 

I think it would be easier for you to build a fresh checkout from svn. 

 

http://axis.apache.org/axis2/c/core/svn.html#svn 

 

thanks,

Dinesh.

On Fri, Jan 13, 2012 at 9:09 PM, Kopparapu, Sangeeta (GE Healthcare,
consultant) <Sa...@ge.com> wrote:

Please respond with the location of source that can be built on Open
SUSE linux 64 bit.

 

Thanks & Regards, 
Sangeeta G Kopparapu. 

 


Re: Linker errors when trying to build from AXIS2C source - please respond

Posted by Dinesh Weerapurage <xy...@gmail.com>.
I think it would be easier for you to build a fresh checkout from svn.

http://axis.apache.org/axis2/c/core/svn.html#svn

thanks,
Dinesh.

On Fri, Jan 13, 2012 at 9:09 PM, Kopparapu, Sangeeta (GE Healthcare,
consultant) <Sa...@ge.com> wrote:

> Please respond with the location of source that can be built on Open SUSE
> linux 64 bit.****
>
> ** **
>
> Thanks & Regards,
> Sangeeta G Kopparapu. ****
>
> *
> *
>