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 "Abhay Bhave (JIRA)" <ji...@apache.org> on 2008/01/19 22:48:35 UTC

[jira] Created: (AXIS2C-924) Compiling source on HP-UX11.11v2

Compiling source on HP-UX11.11v2
--------------------------------

                 Key: AXIS2C-924
                 URL: https://issues.apache.org/jira/browse/AXIS2C-924
             Project: Axis2-C
          Issue Type: Bug
          Components: build system (Unix/Linux)
    Affects Versions: 1.2.0
         Environment: HP-UX 11.11v2 - aC++ compiler.
            Reporter: Abhay Bhave


I think I am able to configure and make (make & make install) the source after lot of struggle.
I am using LIBXML2.  I don't have Apache installed to test WSDL2C tool.
The sample services did not compile and didn't get installed.
The axis2c_http_server is created in AXIS2C_HOME/bin but it can not be started. It complains with error 34.
The sample code complains about getopt.h, strcasecomp etc.
Has any one successfully installed and tested the samples on HP-UX 11.11 or HP-UX11.23v1 (Itanium)?
How to get over the getopt.h and strcasecomp issue?
Is it possible to get the WSDL2C tool without Apache being installed?

Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


Compiling source on HP-UX11.11v2

Posted by Senaka Fernando <se...@wso2.com>.
Hi devs,
Please look at the build errors on a HP-UX system, while building samples.
Are we missing something here? Refer JIRA [1] for more information.

[1] https://issues.apache.org/jira/browse/AXIS2C-924

Regards,
Senaka


>         source='echo.c' object='echo.o' libtool=no \
>         DEPDIR=.deps depmode=none /bin/sh ../../../depcomp \
>         aCC -Ae -DHAVE_CONFIG_H -I. -I. -I../..
> -I/tmp/avb/include/axis2-1.1   -I. -I/export/force/extern/9_8/
> include/sys -I/usr -I/usr/include -I/usr/local/include  -AA -mt -w +p
> -Wl,+n -D_KERNEL_THREADS -D_HPUX_SOURCE
> -D_RWSTD_MULTI_THREAD -DRW_MULTI_THREAD -D_THREAD_SAFE -DTELEXEL_MUTEX
> -DPTHREAD_SAFE -D_POSIX_C_SOURCE=199506
> L -D_TMPROTOTYPES -DXWF_USE_RW -D_REENTRANT -DGEN_USE_RW_REGEX
> -DNO_STD_ALLOCATOR -DNOIPC -D_VIS_STD +inst_imp
> licit_include -D_SYS_TIMES_INCLUDED +DA2.0  -I/usr/local/include/libxml2
> -c echo.c
> aCC: warning 967: Option -AA or -AP does not apply to ANSI C
> compilation, ignored.
> Error 42: "/usr/include/stdlib.h", line 282 # ANSI C requires same
> function declarations to have compatible
>     types. Previous function declaration was "int getopt(int,char *const
> *,const char *)"
>     ["/usr/include/stdio.h", line 520].
>            extern int getopt(int, char * const [], const char *);
>                       ^^^^^^
> Error 42: "/usr/include/strings.h", line 59 # ANSI C requires same
> function declarations to have compatible
>     types. Previous function declaration was "int strcasecmp(const char
> *,const char *)"
>     ["/usr/include/string.h", line 305].
>            extern int strcasecmp(const char *, const char *);
>                       ^^^^^^^^^^
> Error 42: "/usr/include/strings.h", line 60 # ANSI C requires same
> function declarations to have compatible
>     types. Previous function declaration was "int strncasecmp(const char
> *,const char *,unsigned long)"
>     ["/usr/include/string.h", line 306].
>            extern int strncasecmp(const char *, const char *, size_t);
>                       ^^^^^^^^^^^
> Error 112: "/tmp/avb/include/axis2-1.1/platforms/unix/axutil_unix.h",
> line 115 # Include file <getopt.h> not
>     found.
>     #include <getopt.h>
>              ^^^^^^^^^^
> Error 42: "/usr/include/sys/unistd.h", line 197 # ANSI C requires same
> function declarations to have
>     compatible types. Previous function declaration was "int
> getopt(int,char *const *,const char *)"
>     ["/usr/include/stdio.h", line 520].
>          extern int getopt __((int, char * const [], const char *));/*
> was <stdio.h>
>                     ^^^^^^
> Error 42: "/usr/include/sys/unistd.h", line 225 # ANSI C requires same
> function declarations to have
>     compatible types. Previous function declaration was "int
> rename(const char *,const char *)"
>     ["/usr/include/stdio.h", line 226].
>             extern int rename __((const char *, const char *));     /*
> now in <stdio.h> */
>                        ^^^^^^
> *** Error exit code 2
>
> Stop.
>



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


[jira] Commented: (AXIS2C-924) Compiling source on HP-UX11.11v2

Posted by "Abhay Bhave (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560859#action_12560859 ] 

Abhay Bhave commented on AXIS2C-924:
------------------------------------

Here is a make check output.
I had to change all the sample Makefiles to remove "-ansi -Wall" (gcc
options unknown to aCC).
Make check server is good.
Make and make install of server is good.
Make check fails in client and user_guide.
See the output below.

According to my source code getopt.h is used in
./util/include/platforms/unix/axutil_unix.h
The getopt.h should be conditionally included.

Thanks
Abhay

No suffix list.
        source='echo.c' object='echo.o' libtool=no \
        DEPDIR=.deps depmode=none /bin/sh ../../../depcomp \
        aCC -Ae -DHAVE_CONFIG_H -I. -I. -I../..
-I/tmp/avb/include/axis2-1.1   -I. -I/export/force/extern/9_8/
include/sys -I/usr -I/usr/include -I/usr/local/include  -AA -mt -w +p
-Wl,+n -D_KERNEL_THREADS -D_HPUX_SOURCE
-D_RWSTD_MULTI_THREAD -DRW_MULTI_THREAD -D_THREAD_SAFE -DTELEXEL_MUTEX
-DPTHREAD_SAFE -D_POSIX_C_SOURCE=199506
L -D_TMPROTOTYPES -DXWF_USE_RW -D_REENTRANT -DGEN_USE_RW_REGEX
-DNO_STD_ALLOCATOR -DNOIPC -D_VIS_STD +inst_imp
licit_include -D_SYS_TIMES_INCLUDED +DA2.0  -I/usr/local/include/libxml2
-c echo.c
aCC: warning 967: Option -AA or -AP does not apply to ANSI C
compilation, ignored.
Error 42: "/usr/include/stdlib.h", line 282 # ANSI C requires same
function declarations to have compatible
    types. Previous function declaration was "int getopt(int,char *const
*,const char *)"
    ["/usr/include/stdio.h", line 520].
           extern int getopt(int, char * const [], const char *);
                      ^^^^^^
Error 42: "/usr/include/strings.h", line 59 # ANSI C requires same
function declarations to have compatible
    types. Previous function declaration was "int strcasecmp(const char
*,const char *)"
    ["/usr/include/string.h", line 305].
           extern int strcasecmp(const char *, const char *);
                      ^^^^^^^^^^
Error 42: "/usr/include/strings.h", line 60 # ANSI C requires same
function declarations to have compatible
    types. Previous function declaration was "int strncasecmp(const char
*,const char *,unsigned long)"
    ["/usr/include/string.h", line 306].
           extern int strncasecmp(const char *, const char *, size_t);
                      ^^^^^^^^^^^
Error 112: "/tmp/avb/include/axis2-1.1/platforms/unix/axutil_unix.h",
line 115 # Include file <getopt.h> not
    found.
    #include <getopt.h>
             ^^^^^^^^^^
Error 42: "/usr/include/sys/unistd.h", line 197 # ANSI C requires same
function declarations to have
    compatible types. Previous function declaration was "int
getopt(int,char *const *,const char *)"
    ["/usr/include/stdio.h", line 520].
         extern int getopt __((int, char * const [], const char *));/*
was <stdio.h>
                    ^^^^^^
Error 42: "/usr/include/sys/unistd.h", line 225 # ANSI C requires same
function declarations to have
    compatible types. Previous function declaration was "int
rename(const char *,const char *)"
    ["/usr/include/stdio.h", line 226].
            extern int rename __((const char *, const char *));     /*
now in <stdio.h> */
                       ^^^^^^
*** Error exit code 2

Stop.


> Compiling source on HP-UX11.11v2
> --------------------------------
>
>                 Key: AXIS2C-924
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-924
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.2.0
>         Environment: HP-UX 11.11v2 - aC++ compiler.
>            Reporter: Abhay Bhave
>         Attachments: diff.txt
>
>
> I think I am able to configure and make (make & make install) the source after lot of struggle.
> I am using LIBXML2.  I don't have Apache installed to test WSDL2C tool.
> The sample services did not compile and didn't get installed.
> The axis2c_http_server is created in AXIS2C_HOME/bin but it can not be started. It complains with error 34.
> The sample code complains about getopt.h, strcasecomp etc.
> Has any one successfully installed and tested the samples on HP-UX 11.11 or HP-UX11.23v1 (Itanium)?
> How to get over the getopt.h and strcasecomp issue?
> Is it possible to get the WSDL2C tool without Apache being installed?
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2C-924) Compiling source on HP-UX11.11v2

Posted by "S.Uthaiyashankar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837636#action_12837636 ] 

S.Uthaiyashankar commented on AXIS2C-924:
-----------------------------------------

(1) strcasecmp was replaced with axutil_strcasecmp in revision 915678
(2) getopt.h, sockio.h is included by checking the condition. Part of AXIS2C-1422
(3) removing gcc specific CFLAGS. Part of AXIS2C-1431


> Compiling source on HP-UX11.11v2
> --------------------------------
>
>                 Key: AXIS2C-924
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-924
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.2.0
>         Environment: HP-UX 11.11v2 - aC++ compiler.
>            Reporter: Abhay Bhave
>            Assignee: Sanjaya Ratnaweera
>         Attachments: diff.txt
>
>
> I think I am able to configure and make (make & make install) the source after lot of struggle.
> I am using LIBXML2.  I don't have Apache installed to test WSDL2C tool.
> The sample services did not compile and didn't get installed.
> The axis2c_http_server is created in AXIS2C_HOME/bin but it can not be started. It complains with error 34.
> The sample code complains about getopt.h, strcasecomp etc.
> Has any one successfully installed and tested the samples on HP-UX 11.11 or HP-UX11.23v1 (Itanium)?
> How to get over the getopt.h and strcasecomp issue?
> Is it possible to get the WSDL2C tool without Apache being installed?
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Assigned: (AXIS2C-924) Compiling source on HP-UX11.11v2

Posted by "Sanjaya Ratnaweera (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sanjaya Ratnaweera reassigned AXIS2C-924:
-----------------------------------------

    Assignee: Sanjaya Ratnaweera

> Compiling source on HP-UX11.11v2
> --------------------------------
>
>                 Key: AXIS2C-924
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-924
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.2.0
>         Environment: HP-UX 11.11v2 - aC++ compiler.
>            Reporter: Abhay Bhave
>            Assignee: Sanjaya Ratnaweera
>         Attachments: diff.txt
>
>
> I think I am able to configure and make (make & make install) the source after lot of struggle.
> I am using LIBXML2.  I don't have Apache installed to test WSDL2C tool.
> The sample services did not compile and didn't get installed.
> The axis2c_http_server is created in AXIS2C_HOME/bin but it can not be started. It complains with error 34.
> The sample code complains about getopt.h, strcasecomp etc.
> Has any one successfully installed and tested the samples on HP-UX 11.11 or HP-UX11.23v1 (Itanium)?
> How to get over the getopt.h and strcasecomp issue?
> Is it possible to get the WSDL2C tool without Apache being installed?
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2C-924) Compiling source on HP-UX11.11v2

Posted by "Senaka Fernando (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560827#action_12560827 ] 

Senaka Fernando commented on AXIS2C-924:
----------------------------------------

Hi again,

We are not using getopt and casecmp in samples AFAIK. Please can I take a look at the errors that you've got when making samples?

Thanks,
Senaka

> Compiling source on HP-UX11.11v2
> --------------------------------
>
>                 Key: AXIS2C-924
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-924
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.2.0
>         Environment: HP-UX 11.11v2 - aC++ compiler.
>            Reporter: Abhay Bhave
>         Attachments: diff.txt
>
>
> I think I am able to configure and make (make & make install) the source after lot of struggle.
> I am using LIBXML2.  I don't have Apache installed to test WSDL2C tool.
> The sample services did not compile and didn't get installed.
> The axis2c_http_server is created in AXIS2C_HOME/bin but it can not be started. It complains with error 34.
> The sample code complains about getopt.h, strcasecomp etc.
> Has any one successfully installed and tested the samples on HP-UX 11.11 or HP-UX11.23v1 (Itanium)?
> How to get over the getopt.h and strcasecomp issue?
> Is it possible to get the WSDL2C tool without Apache being installed?
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2C-924) Compiling source on HP-UX11.11v2

Posted by "Senaka Fernando (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561402#action_12561402 ] 

Senaka Fernando commented on AXIS2C-924:
----------------------------------------

Hi Abhay,

I think it is looking for a *.so. In order to recognize *.sl I'm not sure whether the class_loader logic is needed to be changed. Just to be sure that only the extension name should change, please create a copy of the files it can't load under a *.so extension. (cp mod_name.sl mod_name.so).

If you get through, it is just a trivial fix. We'll just need to change for an HP-UX system to look for *.sl instead of *.so, as you require. If you fail, please attach the error log. I'm sorry to make awkward suggestions as I do not have access for a similar system.

Looking forward for your response.

Regards,
Senaka

> Compiling source on HP-UX11.11v2
> --------------------------------
>
>                 Key: AXIS2C-924
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-924
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.2.0
>         Environment: HP-UX 11.11v2 - aC++ compiler.
>            Reporter: Abhay Bhave
>         Attachments: diff.txt
>
>
> I think I am able to configure and make (make & make install) the source after lot of struggle.
> I am using LIBXML2.  I don't have Apache installed to test WSDL2C tool.
> The sample services did not compile and didn't get installed.
> The axis2c_http_server is created in AXIS2C_HOME/bin but it can not be started. It complains with error 34.
> The sample code complains about getopt.h, strcasecomp etc.
> Has any one successfully installed and tested the samples on HP-UX 11.11 or HP-UX11.23v1 (Itanium)?
> How to get over the getopt.h and strcasecomp issue?
> Is it possible to get the WSDL2C tool without Apache being installed?
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2C-924) Compiling source on HP-UX11.11v2

Posted by "Dimuthu Gamage (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560767#action_12560767 ] 

Dimuthu Gamage commented on AXIS2C-924:
---------------------------------------

AFAIK the Axis2/C release are not yet ported or tested in HP-UX .  Hope you can contribute on this.

Anyway you may already know, just to generate code with WSDL2C you will not need Apache or Axis2/C compiled, since it is written in java and shifted with Axis2/Java( Axis2/Java will probably work in your computer)
Please refer http://ws.apache.org/axis2/c/docs/axis2c_manual.html#wsdl2c

Thanks
Dimuthu

> Compiling source on HP-UX11.11v2
> --------------------------------
>
>                 Key: AXIS2C-924
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-924
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.2.0
>         Environment: HP-UX 11.11v2 - aC++ compiler.
>            Reporter: Abhay Bhave
>
> I think I am able to configure and make (make & make install) the source after lot of struggle.
> I am using LIBXML2.  I don't have Apache installed to test WSDL2C tool.
> The sample services did not compile and didn't get installed.
> The axis2c_http_server is created in AXIS2C_HOME/bin but it can not be started. It complains with error 34.
> The sample code complains about getopt.h, strcasecomp etc.
> Has any one successfully installed and tested the samples on HP-UX 11.11 or HP-UX11.23v1 (Itanium)?
> How to get over the getopt.h and strcasecomp issue?
> Is it possible to get the WSDL2C tool without Apache being installed?
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (AXIS2C-924) Compiling source on HP-UX11.11v2

Posted by "S.Uthaiyashankar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S.Uthaiyashankar resolved AXIS2C-924.
-------------------------------------

    Resolution: Fixed

> Compiling source on HP-UX11.11v2
> --------------------------------
>
>                 Key: AXIS2C-924
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-924
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.2.0
>         Environment: HP-UX 11.11v2 - aC++ compiler.
>            Reporter: Abhay Bhave
>            Assignee: S.Uthaiyashankar
>             Fix For: 1.7.0
>
>         Attachments: diff.txt
>
>
> I think I am able to configure and make (make & make install) the source after lot of struggle.
> I am using LIBXML2.  I don't have Apache installed to test WSDL2C tool.
> The sample services did not compile and didn't get installed.
> The axis2c_http_server is created in AXIS2C_HOME/bin but it can not be started. It complains with error 34.
> The sample code complains about getopt.h, strcasecomp etc.
> Has any one successfully installed and tested the samples on HP-UX 11.11 or HP-UX11.23v1 (Itanium)?
> How to get over the getopt.h and strcasecomp issue?
> Is it possible to get the WSDL2C tool without Apache being installed?
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2C-924) Compiling source on HP-UX11.11v2

Posted by "Abhay Bhave (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561364#action_12561364 ] 

Abhay Bhave commented on AXIS2C-924:
------------------------------------

Senaka

I was finally able to compile and create the client executables.

The service directory is now available under the AXIS2C_HOME with
Calculator, echo, math etc. subdirectories.

When  I run the axis2_http_server it gives me following error

 

[Tue Jan 22 09:36:52 2008] [info]  Starting Axis2 HTTP server....

[Tue Jan 22 09:36:52 2008] [info]  Apache Axis2/C version in use : 1.1.0

[Tue Jan 22 09:36:52 2008] [info]  Server port : 9090

[Tue Jan 22 09:36:52 2008] [info]  Repo location : ../

[Tue Jan 22 09:36:52 2008] [info]  Read Timeout : 60000 ms

[Tue Jan 22 09:36:52 2008] [debug] phase.c(116) axis2_handler_t
*request_uri_based_dispatcher added to the inde

x 0 of the phase Transport

[Tue Jan 22 09:36:52 2008] [debug] phase.c(116) axis2_handler_t
*addressing_based_dispatcher added to the index

 1 of the phase Transport

[Tue Jan 22 09:36:52 2008] [debug] phase.c(116) axis2_handler_t
*soap_message_body_based_dispatcher added to th

e index 0 of the phase Dispatch

[Tue Jan 22 09:36:52 2008] [debug] phase.c(116) axis2_handler_t
*soap_action_based_dispatcher added to the inde

x 2 of the phase Dispatch

[Tue Jan 22 09:36:52 2008] [debug] phase.c(116) axis2_handler_t
*dispatch_post_conditions_evaluator added to th

e index 0 of the phase PostDispatch

[Tue Jan 22 09:36:52 2008] [debug] phase.c(116) axis2_handler_t
*context_handler added to the index 1 of the ph

ase PostDispatch

[Tue Jan 22 09:36:52 2008] [debug] conf_builder.c(220) no custom
dispatching order found continue with default

dispatching order

[Tue Jan 22 09:36:52 2008] [debug] conf_builder.c(326) module addressing
found in axis2.xml

[Tue Jan 22 09:36:52 2008] [debug] conf_builder.c(672) Transport
name:http

[Tue Jan 22 09:36:52 2008] [debug] dep_engine.c(1042)
axis2_dep_engine_load_module_dll: DLL path is : ..//modul

es/addressing/libaxis2_mod_addr.so

[Tue Jan 22 09:36:52 2008] [error] http_server_main.c(175) Server
creation failed: Error code: 34 :: Repository

 Listener initialization failed

 

Is the http_server looking for  :
..//modules/addressing/libaxis2_mod_addr.so ?

If so, it is incorrect because on HP-UX 11.11 the shared lib extension
is "sl".

I have : ..//modules/addressing/libaxis2_mod_addr.sl?

Is is this a problem? If so can I change it to look for "sl" instead?

 

Thanks

Abhay

 



> Compiling source on HP-UX11.11v2
> --------------------------------
>
>                 Key: AXIS2C-924
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-924
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.2.0
>         Environment: HP-UX 11.11v2 - aC++ compiler.
>            Reporter: Abhay Bhave
>         Attachments: diff.txt
>
>
> I think I am able to configure and make (make & make install) the source after lot of struggle.
> I am using LIBXML2.  I don't have Apache installed to test WSDL2C tool.
> The sample services did not compile and didn't get installed.
> The axis2c_http_server is created in AXIS2C_HOME/bin but it can not be started. It complains with error 34.
> The sample code complains about getopt.h, strcasecomp etc.
> Has any one successfully installed and tested the samples on HP-UX 11.11 or HP-UX11.23v1 (Itanium)?
> How to get over the getopt.h and strcasecomp issue?
> Is it possible to get the WSDL2C tool without Apache being installed?
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (AXIS2C-924) Compiling source on HP-UX11.11v2

Posted by "S.Uthaiyashankar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S.Uthaiyashankar resolved AXIS2C-924.
-------------------------------------

    Resolution: Fixed

> Compiling source on HP-UX11.11v2
> --------------------------------
>
>                 Key: AXIS2C-924
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-924
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.2.0
>         Environment: HP-UX 11.11v2 - aC++ compiler.
>            Reporter: Abhay Bhave
>            Assignee: S.Uthaiyashankar
>             Fix For: 1.7.0
>
>         Attachments: diff.txt
>
>
> I think I am able to configure and make (make & make install) the source after lot of struggle.
> I am using LIBXML2.  I don't have Apache installed to test WSDL2C tool.
> The sample services did not compile and didn't get installed.
> The axis2c_http_server is created in AXIS2C_HOME/bin but it can not be started. It complains with error 34.
> The sample code complains about getopt.h, strcasecomp etc.
> Has any one successfully installed and tested the samples on HP-UX 11.11 or HP-UX11.23v1 (Itanium)?
> How to get over the getopt.h and strcasecomp issue?
> Is it possible to get the WSDL2C tool without Apache being installed?
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2C-924) Compiling source on HP-UX11.11v2

Posted by "Senaka Fernando (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560824#action_12560824 ] 

Senaka Fernando commented on AXIS2C-924:
----------------------------------------

Hi Abhay,

Yes, in fact gcc is not officially supported.

BTW, the strcasecmp was replaced with axutil_strcasecmp. Refer attached diff.txt for the patch. I don't think this would cause any harm.

And, regarding getopt, I'll try to figure out a workaround. For the moment, you may comment out that while loop in src/core/transport/http/server/simple_axis2_server/http_server_main.c and run the http_server after you've removed getopt.h inclusions in the code. Also, if you are building with tests enabled, remember to comment out the calls to getopt in test/core/clientapi/test_client.c.

Please note that you CAN'T provide options for the http_server (ex:- ./axis2_http_server -p 8080) if the getopt logic is not working until we find a workaround.

Also, with regard to error 34, are there any services in your AXIS2C_HOME/services folder? If not, please try to get at least one sample service compiled. You may use the guidelines available in compiling the hello_service found on the Axis2 Manual. BTW, if the hello_svc.c file is not found on the online manual, you can find it on the trunk or in an svn checkout. If not just replace hello_svc with echo and compile the echo service.

Thanks for the input. Based on your feedback we'd be able to integrate native support for HP_UX in the future.

Regards,
Senaka

> Compiling source on HP-UX11.11v2
> --------------------------------
>
>                 Key: AXIS2C-924
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-924
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.2.0
>         Environment: HP-UX 11.11v2 - aC++ compiler.
>            Reporter: Abhay Bhave
>
> I think I am able to configure and make (make & make install) the source after lot of struggle.
> I am using LIBXML2.  I don't have Apache installed to test WSDL2C tool.
> The sample services did not compile and didn't get installed.
> The axis2c_http_server is created in AXIS2C_HOME/bin but it can not be started. It complains with error 34.
> The sample code complains about getopt.h, strcasecomp etc.
> Has any one successfully installed and tested the samples on HP-UX 11.11 or HP-UX11.23v1 (Itanium)?
> How to get over the getopt.h and strcasecomp issue?
> Is it possible to get the WSDL2C tool without Apache being installed?
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2C-924) Compiling source on HP-UX11.11v2

Posted by "S.Uthaiyashankar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837636#action_12837636 ] 

S.Uthaiyashankar commented on AXIS2C-924:
-----------------------------------------

(1) strcasecmp was replaced with axutil_strcasecmp in revision 915678
(2) getopt.h, sockio.h is included by checking the condition. Part of AXIS2C-1422
(3) removing gcc specific CFLAGS. Part of AXIS2C-1431


> Compiling source on HP-UX11.11v2
> --------------------------------
>
>                 Key: AXIS2C-924
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-924
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.2.0
>         Environment: HP-UX 11.11v2 - aC++ compiler.
>            Reporter: Abhay Bhave
>            Assignee: Sanjaya Ratnaweera
>         Attachments: diff.txt
>
>
> I think I am able to configure and make (make & make install) the source after lot of struggle.
> I am using LIBXML2.  I don't have Apache installed to test WSDL2C tool.
> The sample services did not compile and didn't get installed.
> The axis2c_http_server is created in AXIS2C_HOME/bin but it can not be started. It complains with error 34.
> The sample code complains about getopt.h, strcasecomp etc.
> Has any one successfully installed and tested the samples on HP-UX 11.11 or HP-UX11.23v1 (Itanium)?
> How to get over the getopt.h and strcasecomp issue?
> Is it possible to get the WSDL2C tool without Apache being installed?
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2C-924) Compiling source on HP-UX11.11v2

Posted by "Abhay Bhave (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561407#action_12561407 ] 

Abhay Bhave commented on AXIS2C-924:
------------------------------------

Senaka
I finally got the axis2_http_server to come up cleanly.
I was happy to test with the clients from the samples/clients directory
(echo, math, mtom, yahoo and google) they all seem to be finding the
service endpoint correctly.

For the shared library extension change from "lib.so" to "lib.sl", I had
to change the header file axutil_unix.h under
util/include/platforms/unix.
I changed the AXIS2_LIB_SUFFIX to ".sl" (from "so"), then recompiled and
installed the axis2c again.

Next step will be to bring in an existing WSDL and build a client.
For that reason I will have to down load AXIS2/Java.

Thanks
Abhay



> Compiling source on HP-UX11.11v2
> --------------------------------
>
>                 Key: AXIS2C-924
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-924
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.2.0
>         Environment: HP-UX 11.11v2 - aC++ compiler.
>            Reporter: Abhay Bhave
>         Attachments: diff.txt
>
>
> I think I am able to configure and make (make & make install) the source after lot of struggle.
> I am using LIBXML2.  I don't have Apache installed to test WSDL2C tool.
> The sample services did not compile and didn't get installed.
> The axis2c_http_server is created in AXIS2C_HOME/bin but it can not be started. It complains with error 34.
> The sample code complains about getopt.h, strcasecomp etc.
> Has any one successfully installed and tested the samples on HP-UX 11.11 or HP-UX11.23v1 (Itanium)?
> How to get over the getopt.h and strcasecomp issue?
> Is it possible to get the WSDL2C tool without Apache being installed?
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2C-924) Compiling source on HP-UX11.11v2

Posted by "Senaka Fernando (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560778#action_12560778 ] 

Senaka Fernando commented on AXIS2C-924:
----------------------------------------

Hi Abhay,

Try compiling with gcc for HP-UX. More info can be found at [1].

[1] http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=c2080055abe021100055abe02110275d6e10RCRD

I think you are missing some required GNU C linkage.

No. Apache is not Required.

Regards,
Senaka

> Compiling source on HP-UX11.11v2
> --------------------------------
>
>                 Key: AXIS2C-924
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-924
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.2.0
>         Environment: HP-UX 11.11v2 - aC++ compiler.
>            Reporter: Abhay Bhave
>
> I think I am able to configure and make (make & make install) the source after lot of struggle.
> I am using LIBXML2.  I don't have Apache installed to test WSDL2C tool.
> The sample services did not compile and didn't get installed.
> The axis2c_http_server is created in AXIS2C_HOME/bin but it can not be started. It complains with error 34.
> The sample code complains about getopt.h, strcasecomp etc.
> Has any one successfully installed and tested the samples on HP-UX 11.11 or HP-UX11.23v1 (Itanium)?
> How to get over the getopt.h and strcasecomp issue?
> Is it possible to get the WSDL2C tool without Apache being installed?
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2C-924) Compiling source on HP-UX11.11v2

Posted by "S.Uthaiyashankar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S.Uthaiyashankar updated AXIS2C-924:
------------------------------------

    Fix Version/s: 1.7.0
         Assignee: S.Uthaiyashankar  (was: Sanjaya Ratnaweera)

> Compiling source on HP-UX11.11v2
> --------------------------------
>
>                 Key: AXIS2C-924
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-924
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.2.0
>         Environment: HP-UX 11.11v2 - aC++ compiler.
>            Reporter: Abhay Bhave
>            Assignee: S.Uthaiyashankar
>             Fix For: 1.7.0
>
>         Attachments: diff.txt
>
>
> I think I am able to configure and make (make & make install) the source after lot of struggle.
> I am using LIBXML2.  I don't have Apache installed to test WSDL2C tool.
> The sample services did not compile and didn't get installed.
> The axis2c_http_server is created in AXIS2C_HOME/bin but it can not be started. It complains with error 34.
> The sample code complains about getopt.h, strcasecomp etc.
> Has any one successfully installed and tested the samples on HP-UX 11.11 or HP-UX11.23v1 (Itanium)?
> How to get over the getopt.h and strcasecomp issue?
> Is it possible to get the WSDL2C tool without Apache being installed?
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2C-924) Compiling source on HP-UX11.11v2

Posted by "Abhay Bhave (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560815#action_12560815 ] 

Abhay Bhave commented on AXIS2C-924:
------------------------------------

Thanks for the suggestion, but everything else we build is with HP-UX aC++ compiler.
gcc is not officially supported by HP.
 
Abhay



> Compiling source on HP-UX11.11v2
> --------------------------------
>
>                 Key: AXIS2C-924
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-924
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.2.0
>         Environment: HP-UX 11.11v2 - aC++ compiler.
>            Reporter: Abhay Bhave
>
> I think I am able to configure and make (make & make install) the source after lot of struggle.
> I am using LIBXML2.  I don't have Apache installed to test WSDL2C tool.
> The sample services did not compile and didn't get installed.
> The axis2c_http_server is created in AXIS2C_HOME/bin but it can not be started. It complains with error 34.
> The sample code complains about getopt.h, strcasecomp etc.
> Has any one successfully installed and tested the samples on HP-UX 11.11 or HP-UX11.23v1 (Itanium)?
> How to get over the getopt.h and strcasecomp issue?
> Is it possible to get the WSDL2C tool without Apache being installed?
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2C-924) Compiling source on HP-UX11.11v2

Posted by "Senaka Fernando (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Senaka Fernando updated AXIS2C-924:
-----------------------------------

    Attachment: diff.txt

> Compiling source on HP-UX11.11v2
> --------------------------------
>
>                 Key: AXIS2C-924
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-924
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.2.0
>         Environment: HP-UX 11.11v2 - aC++ compiler.
>            Reporter: Abhay Bhave
>         Attachments: diff.txt
>
>
> I think I am able to configure and make (make & make install) the source after lot of struggle.
> I am using LIBXML2.  I don't have Apache installed to test WSDL2C tool.
> The sample services did not compile and didn't get installed.
> The axis2c_http_server is created in AXIS2C_HOME/bin but it can not be started. It complains with error 34.
> The sample code complains about getopt.h, strcasecomp etc.
> Has any one successfully installed and tested the samples on HP-UX 11.11 or HP-UX11.23v1 (Itanium)?
> How to get over the getopt.h and strcasecomp issue?
> Is it possible to get the WSDL2C tool without Apache being installed?
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2C-924) Compiling source on HP-UX11.11v2

Posted by "S.Uthaiyashankar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S.Uthaiyashankar updated AXIS2C-924:
------------------------------------

    Fix Version/s: 1.7.0
         Assignee: S.Uthaiyashankar  (was: Sanjaya Ratnaweera)

> Compiling source on HP-UX11.11v2
> --------------------------------
>
>                 Key: AXIS2C-924
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-924
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.2.0
>         Environment: HP-UX 11.11v2 - aC++ compiler.
>            Reporter: Abhay Bhave
>            Assignee: S.Uthaiyashankar
>             Fix For: 1.7.0
>
>         Attachments: diff.txt
>
>
> I think I am able to configure and make (make & make install) the source after lot of struggle.
> I am using LIBXML2.  I don't have Apache installed to test WSDL2C tool.
> The sample services did not compile and didn't get installed.
> The axis2c_http_server is created in AXIS2C_HOME/bin but it can not be started. It complains with error 34.
> The sample code complains about getopt.h, strcasecomp etc.
> Has any one successfully installed and tested the samples on HP-UX 11.11 or HP-UX11.23v1 (Itanium)?
> How to get over the getopt.h and strcasecomp issue?
> Is it possible to get the WSDL2C tool without Apache being installed?
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2C-924) Compiling source on HP-UX11.11v2

Posted by "Abhay Bhave (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560816#action_12560816 ] 

Abhay Bhave commented on AXIS2C-924:
------------------------------------

Thanks for your suggestions.
For HP-UX porting following changes are necessary
1) Install HP-UX ported package of LIBXML2 which depends on gettext, libiconv and zlib.
URL=http://hpux.connect.org.uk/hppd/hpux/Gnome/libxml2-2.6.30/ <http://hpux.connect.org.uk/hppd/hpux/Gnome/libxml2-2.6.30/> 
2) Removed sockio.h references to net/inet.h (HP specific).
3) May have to change the code which refers to getopt.h, strcasecomp etc. That is pending to be done.
 
Abhay

 


> Compiling source on HP-UX11.11v2
> --------------------------------
>
>                 Key: AXIS2C-924
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-924
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.2.0
>         Environment: HP-UX 11.11v2 - aC++ compiler.
>            Reporter: Abhay Bhave
>
> I think I am able to configure and make (make & make install) the source after lot of struggle.
> I am using LIBXML2.  I don't have Apache installed to test WSDL2C tool.
> The sample services did not compile and didn't get installed.
> The axis2c_http_server is created in AXIS2C_HOME/bin but it can not be started. It complains with error 34.
> The sample code complains about getopt.h, strcasecomp etc.
> Has any one successfully installed and tested the samples on HP-UX 11.11 or HP-UX11.23v1 (Itanium)?
> How to get over the getopt.h and strcasecomp issue?
> Is it possible to get the WSDL2C tool without Apache being installed?
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2C-924) Compiling source on HP-UX11.11v2

Posted by "Dinesh Premalal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566042#action_12566042 ] 

Dinesh Premalal commented on AXIS2C-924:
----------------------------------------

Abhay, 
         Did you able to resolve this issue ? 

> Compiling source on HP-UX11.11v2
> --------------------------------
>
>                 Key: AXIS2C-924
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-924
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.2.0
>         Environment: HP-UX 11.11v2 - aC++ compiler.
>            Reporter: Abhay Bhave
>         Attachments: diff.txt
>
>
> I think I am able to configure and make (make & make install) the source after lot of struggle.
> I am using LIBXML2.  I don't have Apache installed to test WSDL2C tool.
> The sample services did not compile and didn't get installed.
> The axis2c_http_server is created in AXIS2C_HOME/bin but it can not be started. It complains with error 34.
> The sample code complains about getopt.h, strcasecomp etc.
> Has any one successfully installed and tested the samples on HP-UX 11.11 or HP-UX11.23v1 (Itanium)?
> How to get over the getopt.h and strcasecomp issue?
> Is it possible to get the WSDL2C tool without Apache being installed?
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2C-924) Compiling source on HP-UX11.11v2

Posted by "Senaka Fernando (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561411#action_12561411 ] 

Senaka Fernando commented on AXIS2C-924:
----------------------------------------

Hi Abhay,

Great Job!

I believe your *.sl won't affect the class_loading mechanism. Can you attach a diff of your modifications? Go to axis2c check_out (root location) and do a svn diff. And, attach the output to this issue. Also, as I believe you know about your compiler, please let me know the flag your compiler defines to identify your Operating System. Then it would be possible to integrate native support for HP_UX on Axis2/C.

Thanks,
Senaka

> Compiling source on HP-UX11.11v2
> --------------------------------
>
>                 Key: AXIS2C-924
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-924
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.2.0
>         Environment: HP-UX 11.11v2 - aC++ compiler.
>            Reporter: Abhay Bhave
>         Attachments: diff.txt
>
>
> I think I am able to configure and make (make & make install) the source after lot of struggle.
> I am using LIBXML2.  I don't have Apache installed to test WSDL2C tool.
> The sample services did not compile and didn't get installed.
> The axis2c_http_server is created in AXIS2C_HOME/bin but it can not be started. It complains with error 34.
> The sample code complains about getopt.h, strcasecomp etc.
> Has any one successfully installed and tested the samples on HP-UX 11.11 or HP-UX11.23v1 (Itanium)?
> How to get over the getopt.h and strcasecomp issue?
> Is it possible to get the WSDL2C tool without Apache being installed?
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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