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 "S.Uthaiyashankar (JIRA)" <ji...@apache.org> on 2008/12/23 09:52:44 UTC

[jira] Resolved: (AXIS2C-1304) Informations to add support for Sun Solaris in Axis2/C

     [ https://issues.apache.org/jira/browse/AXIS2C-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S.Uthaiyashankar resolved AXIS2C-1304.
--------------------------------------

    Resolution: Fixed

> Informations to add support for Sun Solaris in Axis2/C
> ------------------------------------------------------
>
>                 Key: AXIS2C-1304
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1304
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.5.0
>         Environment: Sun Solaris 8 Sparc
> Gnu GCC 3.4.2
> GNU Make 3.80
> GNU Autoconf 2.59
> GNU automake 1.9
> GNU LibTool 1.5.24
> pkg-config 0.20 
>            Reporter: Yannick LE NY
>            Assignee: S.Uthaiyashankar
>            Priority: Blocker
>             Fix For: 1.6.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Hello,
> I use the PHP module WSO2 WSF/PHP 2.0.0 to add web services in PHP.
> The PHP module WSO2 WSF/PHP 2.0.0 is bundled with Axis2/C (1.5.0).
> The website for WSO2 WSF/PHP 2.0.0 is here :
> http://wso2.org/projects/wsf/php
> But I can not compile WSO2 WSF/PHP 2.0.0 because Axis2/C (1.5.0) use only Glibc and not standard Libc in Sun Solaris.
> When I compile Axis2/C (1.5.0) with GCC 3.4.2 on Sun Solaris 8 Sparc,
> there is error because Axis2/C can not find the files stdint.h and getopt.h.
> These *.h files are in Glibc librarie but Glibc now have no support for Sun Solaris.
> Can you add support for Sun Solaris Sparc in Axis2/C whith these changes :
> * replace the stdint.h file with /usr/include/inttypes.h
> * replace the getopt.h file with /usr/include/unistd.h
> You can find the detailed problem and extract from the /usr/include/inttypes.h and /usr/include/unistd.h files to add this support here:
> https://wso2.org/jira/browse/WSFPHP-361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
> or
> https://wso2.org/jira/browse/WSFPHP-361
> PS : I saw here https://issues.apache.org/jira/browse/AXIS2C-736 
> that Manfred Bohlmann create a patch for  axis2c-1.3.1RC1 with Sun Solaris.
> Can you create a patch and send me for testing on my sun solaris server.
> I can be a tester for you if you have non sun solaris sparc server.
> Best Regards
> Yannick LE NY 

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