You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Damitha Kumarage <da...@gmail.com> on 2007/12/30 04:00:06 UTC

[Vote] [Axis2-C] Vote for Apache Axis2/C 1.2.0 Release - Take 2

Hi Devs,

I have re-packaged and uploaded the Apache Axis2/C 1.2.0 release 
artifacts at [1].
The key used to sign the release artifacts can be found at [2].

The changes from the previous release artifacts are
1. Compltely stripped binaries and all libraries(including services and 
modules) in linux binary      distribution. Previously they were 
stripped using strip -g option or not stripped at all.
2. Added axis configuration file into the linux binary distribution.
3. Removed binaries from the samples folder of the linux binary 
distribution. It should contain         only sample source and 
configuration/build files.
4.  Removed pkgconfig directory from the lib dir of the linux binary 
distribution.

 Please test, review and vote on these latest release artifacts for
Apache Axis2/C 1.2.0 release.

I have tested and reviewed them and here is my vote: +1

Thanks,
Damitha

[1]http://people.apache.org/~damitha/release/axis2/1.2.0/
[2]http://people.apache.org/~damitha/release/axis2/1.2.0/KEYS

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


Re: [Vote] [Axis2-C] Vote for Apache Axis2/C 1.2.0 Release - Take 2

Posted by Milinda Pathirage <mi...@gmail.com>.
Hi,
I tested binary distribution on Ubuntu 7.10. Binary distribution worked
well. All samples were successfully executed.

But when trying to compile the source distribution following command

./axis2c_build.sh /home/milinda/axis2c-src-1.2.0/deploy

failed with following error message.

checking whether to build dynamic invocation client... yes
checking To Use Axis2 C . This is a compulsory module to build Axis2 C
samples... yes
configure: error: could not find axis2. stop
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.

Also there were some error messages like this which I have never seen when
building from the source:

make[3]: Entering directory `/home/milinda/axis2c-src-1.2.0/util'
Making all in src
make[4]: Entering directory `/home/milinda/axis2c-src-1.2.0/util/src'
Makefile:327: .deps/allocator.Plo: No such file or directory
Makefile:328: .deps/array_list.Plo: No such file or directory
Makefile:329: .deps/base64.Plo: No such file or directory
Makefile:330: .deps/base64_binary.Plo: No such file or directory
Makefile:331: .deps/class_loader.Plo: No such file or directory
Makefile:332: .deps/date_time.Plo: No such file or directory
Makefile:333: .deps/date_time_util.Plo: No such file or directory
Makefile:334: .deps/dir_handler.Plo: No such file or directory
Makefile:335: .deps/dll_desc.Plo: No such file or directory
Makefile:336: .deps/duration.Plo: No such file or directory
Makefile:337: .deps/env.Plo: No such file or directory
Makefile:338: .deps/error.Plo: No such file or directory
Makefile:339: .deps/file.Plo: No such file or directory
Makefile:340: .deps/file_handler.Plo: No such file or directory
Makefile:341: .deps/generic_obj.Plo: No such file or directory
Makefile:342: .deps/hash.Plo: No such file or directory
Makefile:343: .deps/linked_list.Plo: No such file or directory
Makefile:344: .deps/log.Plo: No such file or directory
Makefile:345: .deps/network_handler.Plo: No such file or directory
Makefile:346: .deps/param.Plo: No such file or directory
Makefile:347: .deps/param_container.Plo: No such file or directory
Makefile:348: .deps/properties.Plo: No such file or directory
Makefile:349: .deps/property.Plo: No such file or directory
Makefile:350: .deps/qname.Plo: No such file or directory
Makefile:351: .deps/rand.Plo: No such file or directory
Makefile:352: .deps/stack.Plo: No such file or directory
Makefile:353: .deps/stream.Plo: No such file or directory
Makefile:354: .deps/string.Plo: No such file or directory
Makefile:355: .deps/string_util.Plo: No such file or directory
Makefile:356: .deps/thread_pool.Plo: No such file or directory
Makefile:357: .deps/types.Plo: No such file or directory
Makefile:358: .deps/uri.Plo: No such file or directory
Makefile:359: .deps/url.Plo: No such file or directory
Makefile:360: .deps/utils.Plo: No such file or directory
Makefile:361: .deps/uuid_gen.Plo: No such file or directory
Makefile:362: .deps/version.Plo: No such file or directory
make[4]: *** No rule to make target `.deps/version.Plo'.  Stop.
make[4]: Leaving directory `/home/milinda/axis2c-src-1.2.0/util/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/milinda/axis2c-src-1.2.0/util'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/milinda/axis2c-src-1.2.0/util'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/milinda/axis2c-src-1.2.0'
make: *** [all] Error 2
Making install in util
make[1]: Entering directory `/home/milinda/axis2c-src-1.2.0/util'
Making install in src
make[2]: Entering directory `/home/milinda/axis2c-src-1.2.0/util/src'
Makefile:327: .deps/allocator.Plo: No such file or directory
Makefile:328: .deps/array_list.Plo: No such file or directory
Makefile:329: .deps/base64.Plo: No such file or directory
Makefile:330: .deps/base64_binary.Plo: No such file or directory
Makefile:331: .deps/class_loader.Plo: No such file or directory
Makefile:332: .deps/date_time.Plo: No such file or directory
Makefile:333: .deps/date_time_util.Plo: No such file or directory
Makefile:334: .deps/dir_handler.Plo: No such file or directory
Makefile:335: .deps/dll_desc.Plo: No such file or directory
Makefile:336: .deps/duration.Plo: No such file or directory
Makefile:337: .deps/env.Plo: No such file or directory
Makefile:338: .deps/error.Plo: No such file or directory
Makefile:339: .deps/file.Plo: No such file or directory
Makefile:340: .deps/file_handler.Plo: No such file or directory
Makefile:341: .deps/generic_obj.Plo: No such file or directory
Makefile:342: .deps/hash.Plo: No such file or directory
Makefile:343: .deps/linked_list.Plo: No such file or directory
Makefile:344: .deps/log.Plo: No such file or directory
Makefile:345: .deps/network_handler.Plo: No such file or directory
Makefile:346: .deps/param.Plo: No such file or directory
Makefile:347: .deps/param_container.Plo: No such file or directory
Makefile:348: .deps/properties.Plo: No such file or directory
Makefile:349: .deps/property.Plo: No such file or directory
Makefile:350: .deps/qname.Plo: No such file or directory
Makefile:351: .deps/rand.Plo: No such file or directory
Makefile:352: .deps/stack.Plo: No such file or directory
Makefile:353: .deps/stream.Plo: No such file or directory
Makefile:354: .deps/string.Plo: No such file or directory
Makefile:355: .deps/string_util.Plo: No such file or directory
Makefile:356: .deps/thread_pool.Plo: No such file or directory
Makefile:357: .deps/types.Plo: No such file or directory
Makefile:358: .deps/uri.Plo: No such file or directory
Makefile:359: .deps/url.Plo: No such file or directory
Makefile:360: .deps/utils.Plo: No such file or directory
Makefile:361: .deps/uuid_gen.Plo: No such file or directory
Makefile:362: .deps/version.Plo: No such file or directory
make[2]: *** No rule to make target `.deps/version.Plo'.  Stop.
make[2]: Leaving directory `/home/milinda/axis2c-src-1.2.0/util/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/milinda/axis2c-src-1.2.0/util'
make: *** [install-recursive] Error 1

When run configure script (./configure --prefix=/home/milinda/axis2c-
src-1.2.0/deploy
)

following error was given:

configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/platforms/unix/Makefile
config.status: error: cannot find input file: src/minizip/Makefile.in
configure: error: ./configure failed for util


thanks

Milinda

On Dec 30, 2007 2:52 PM, Dimuthu Gamage <di...@gmail.com> wrote:

> Hi,
> I tested the binary packages and they were working fine.
>
> But in the source package when I try to ./configure it in linux, I got
> the following error.
>
> config.status: error: cannot find input file: src/minizip/Makefile.in
> configure: error: ./configure failed for util
>
> There the minizip directory doesn't exist. It doesn't work with
> "./configure --with-archive=no" as well.
> Since it is hard-coded in the configure.ac.  After copying the minizip
> directory
> I was able to build the source. So I think this should be fixed.
>
> Thanks
> Dimuthu.
>
>
> On Dec 30, 2007 8:30 AM, Damitha Kumarage <da...@gmail.com> wrote:
> > Hi Devs,
> >
> > I have re-packaged and uploaded the Apache Axis2/C 1.2.0 release
> > artifacts at [1].
> > The key used to sign the release artifacts can be found at [2].
> >
> > The changes from the previous release artifacts are
> > 1. Compltely stripped binaries and all libraries(including services and
> > modules) in linux binary      distribution. Previously they were
> > stripped using strip -g option or not stripped at all.
> > 2. Added axis configuration file into the linux binary distribution.
> > 3. Removed binaries from the samples folder of the linux binary
> > distribution. It should contain         only sample source and
> > configuration/build files.
> > 4.  Removed pkgconfig directory from the lib dir of the linux binary
> > distribution.
> >
> >  Please test, review and vote on these latest release artifacts for
> > Apache Axis2/C 1.2.0 release.
> >
> > I have tested and reviewed them and here is my vote: +1
> >
> > Thanks,
> > Damitha
> >
> > [1]http://people.apache.org/~damitha/release/axis2/1.2.0/
> > [2]http://people.apache.org/~damitha/release/axis2/1.2.0/KEYS
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-c-dev-help@ws.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>


-- 
http://think2ed.blogspot.com "thinksquared"
http://wsaxc.blogspot.com "Web Services With Axis2/C"

Re: [Vote] [Axis2-C] Vote for Apache Axis2/C 1.2.0 Release - Take 2

Posted by Dimuthu Gamage <di...@gmail.com>.
Hi,
I tested the binary packages and they were working fine.

But in the source package when I try to ./configure it in linux, I got
the following error.

config.status: error: cannot find input file: src/minizip/Makefile.in
configure: error: ./configure failed for util

There the minizip directory doesn't exist. It doesn't work with
"./configure --with-archive=no" as well.
Since it is hard-coded in the configure.ac.  After copying the minizip directory
I was able to build the source. So I think this should be fixed.

Thanks
Dimuthu.


On Dec 30, 2007 8:30 AM, Damitha Kumarage <da...@gmail.com> wrote:
> Hi Devs,
>
> I have re-packaged and uploaded the Apache Axis2/C 1.2.0 release
> artifacts at [1].
> The key used to sign the release artifacts can be found at [2].
>
> The changes from the previous release artifacts are
> 1. Compltely stripped binaries and all libraries(including services and
> modules) in linux binary      distribution. Previously they were
> stripped using strip -g option or not stripped at all.
> 2. Added axis configuration file into the linux binary distribution.
> 3. Removed binaries from the samples folder of the linux binary
> distribution. It should contain         only sample source and
> configuration/build files.
> 4.  Removed pkgconfig directory from the lib dir of the linux binary
> distribution.
>
>  Please test, review and vote on these latest release artifacts for
> Apache Axis2/C 1.2.0 release.
>
> I have tested and reviewed them and here is my vote: +1
>
> Thanks,
> Damitha
>
> [1]http://people.apache.org/~damitha/release/axis2/1.2.0/
> [2]http://people.apache.org/~damitha/release/axis2/1.2.0/KEYS
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>

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


Re: Proxy authentication

Posted by Senaka Fernando <se...@wso2.com>.
> Hi Devs,
>
> I was testing the proxy authentication functionality the other day and it
> did
> not work at all - I've tried to debug and it seemed to me that in the
> http_sender.c the msg_ctx doesn't contain anymore the authentication
> credentials - neither the ones from the config file nor the credentials
> supplied via the API.
>
> Does someone have tried the proxy authentication stuff recently?
>
> Thanks,
> Plamen

Hi Plamen,

We have added proxy authentication into the axis2/c svn head, and it will
be available with axis2/c 1.2.0 AFAIK. If not please obtain a checkout
from https://svn.apache.org/repos/asf/webservices/axis2/trunk/c. If you
already have a checkout please update it to the latest revision. Then make
sure to rebuild your source.

There also is a sample, echo_blocking_auth
(samples/user_guide/clients/echo_blocking_auth.c) that demonstrates proxy
authentication as well as http basic authentication. Also please note that
we have only added support for Basic Authentication and not Digest
Authentication as yet. This applies both HTTP and Proxy Authentication
schemes.

Also, AFAIK, most of the changes that we added are backward compatible,
and you should be able to see what you saw before in a debug session in
most cases.

We have tested proxy authentication against a SQUID proxy running on a
remote machine, and http authentication against an APACHE server instance
with authentication support.

Also, note that you can find help on how to set-up proxy authentication on
the Axis2/C Manual, which is not as yet published on the internet, but,
which is found in the xdocs folder (xdocs/docs/axis2c_manual.html) of the
svn checkout. The updated manual will be published on the internet once
the 1.2.0 release as been made.

If you find any further issues regarding this matter please let us know.

Regards,
Senaka.

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


Proxy authentication

Posted by Plamen Neykov <Pl...@real-to-real.com>.
Hi Devs,

I was testing the proxy authentication functionality the other day and it did 
not work at all - I've tried to debug and it seemed to me that in the 
http_sender.c the msg_ctx doesn't contain anymore the authentication 
credentials - neither the ones from the config file nor the credentials 
supplied via the API. 

Does someone have tried the proxy authentication stuff recently?

Thanks,
Plamen

_______________________________________________________________________________
Real to Real Software GmbH
Registergericht Aschaffenburg, HRB 9364
Geschäftsführer: Antoaneta Kostadinova

This message contains confidential information and is intended only for the 
individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system. E-mail transmission cannot be guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or contain viruses. The sender 
therefore does not accept liability for any errors or omissions in the 
contents of this message, which arise as a result of e-mail transmission. If 
verification is required please request a hard-copy version. 
Real to Real Software GmbH, Alzenauer Str. 15, D-63796 Kahl, Germany, 
www.Real-2-Real.com

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