You can use Java 1.4 or later (IBM or Sun).
 
Thanks, 
David 

David Bender 
STAF/STAX Development 
IBM Software Group, WPLC 
 
11501 Burnet Rd. 
Bldg. 903-5B002 
Austin, TX 78758-3400 
 
Phone (T/L): 1-512-286-5315 (363-5315) 
ITN: 23635315 
Email: bda...@us.ibm.com 
 





Raymond Kroeker <raykroe...@gmail.com> 
07/18/2009 12:18 PM
Please respond to
raykroe...@gmail.com


To
David Bender/Austin/i...@ibmus
cc
staf-users@lists.sourceforge.net
Subject
Re: [staf-users] Installation on SLES 9 64b






I figured it out.  It was because I had OS_NAME set as linuxamd64
whereas I was compiling against jdk 1.4.2 which has no 64 bit version
so the correct platform specific headers were not being included.

By setting OS_NAME to linux I was able to compile the java service;
however I guess my question is still out there, with respect to which
versions of which JDKs are supported?

Much appreciated.

Raymond

On Sat, Jul 18, 2009 at 10:57, Raymond Kroeker<raykroe...@gmail.com> 
wrote:
> Now I am trying to compile the java service (to produce the JSTAF
> library) and am running into difficulty.  Which JDKs are supported?  I
> tried to build against 1.4.2_19 and got a heap of compile errors in
> JSTAF.cpp.
>
> I will try the latest 5 then 6.
>
> Raymond
>
> On Fri, Jul 17, 2009 at 10:42, Raymond Kroeker<raykroe...@gmail.com> 
wrote:
>> That did the trick.
>>
>> On Fri, Jul 17, 2009 at 10:04, David Bender<bda...@us.ibm.com> wrote:
>>>
>>> Yes, I would suggest building STAF on your system (we build STAF for
>>> linux-amd64 on a RHEL4 system, and it appears to not be compatible 
with
>>> SLES9).
>>>
>>> Thanks,
>>> David
>>>
>>> ________________________________
>>> David Bender
>>> STAF/STAX Development
>>> IBM Software Group, WPLC
>>>   11501 Burnet Rd.
>>> Bldg. 903-5B002
>>> Austin, TX 78758-3400
>>>   Phone (T/L): 1-512-286-5315 (363-5315)
>>> ITN: 23635315
>>> Email: bda...@us.ibm.com
>>>
>>>
>>> ________________________________
>>>
>>>
>>> Raymond Kroeker <raykroe...@gmail.com>
>>>
>>> 07/17/2009 10:53 AM
>>>
>>> Please respond to
>>> raykroe...@gmail.com
>>> To
>>> David Bender/Austin/i...@ibmus
>>> cc
>>> staf-users@lists.sourceforge.net
>>> Subject
>>> Re: [staf-users] Installation on SLES 9 64b
>>>
>>>
>>>
>>>
>>> Okay downloaded the files.  I have the following errors:
>>>
>>> STAFProc: /usr/local/staf-3.3.4/lib/libstdc++.so.6: version
>>> `GLIBCXX_3.4' not found (required by STAFProc)
>>> STAFProc: /usr/local/staf-3.3.4/lib/libstdc++.so.6: version
>>> `CXXABI_1.3' not found (required by STAFProc)
>>> STAFProc: /usr/local/staf-3.3.4/lib/libstdc++.so.6: version
>>> `GLIBCXX_3.4' not found (required by
>>> /usr/local/staf-3.3.4/lib/libSTAF.so)
>>> STAFProc: /usr/local/staf-3.3.4/lib/libstdc++.so.6: version
>>> `CXXABI_1.3' not found (required by
>>> /usr/local/staf-3.3.4/lib/libSTAF.so)
>>>
>>> I will build staf on that box unless another suggestion presents.
>>>
>>> On Fri, Jul 17, 2009 at 09:50, David Bender<bda...@us.ibm.com> wrote:
>>>>
>>>> I needed to update the permissions on the files.  Try downloading 
now.
>>>>
>>>> Thanks,
>>>> David
>>>>
>>>> ________________________________
>>>> David Bender
>>>> STAF/STAX Development
>>>> IBM Software Group, WPLC
>>>>   11501 Burnet Rd.
>>>> Bldg. 903-5B002
>>>> Austin, TX 78758-3400
>>>>   Phone (T/L): 1-512-286-5315 (363-5315)
>>>> ITN: 23635315
>>>> Email: bda...@us.ibm.com
>>>>
>>>>
>>>> ________________________________
>>>>
>>>>
>>>> Raymond Kroeker <raykroe...@gmail.com>
>>>>
>>>> 07/17/2009 10:28 AM
>>>>
>>>> Please respond to
>>>> raykroe...@gmail.com
>>>> To
>>>> David Bender/Austin/i...@ibmus
>>>> cc
>>>> staf-users@lists.sourceforge.net
>>>> Subject
>>>> Re: [staf-users] Installation on SLES 9 64b
>>>>
>>>>
>>>>
>>>>
>>>> Is there a wait period?  I get 403 errors when trying to download.
>>>>
>>>> Raymond
>>>>
>>>> On Fri, Jul 17, 2009 at 09:16, David Bender<bda...@us.ibm.com> wrote:
>>>>>
>>>>> I have refreshed the libstdc+.so.6 file, and added the libgcc_s.so.1
>>>>> file:
>>>>>
>>>>> http://staf.sourceforge.net/oslibs/linux-amd64/libstdc++.so.6
>>>>> http://staf.sourceforge.net/oslibs/linux-amd64/libgcc_s.so.1
>>>>>
>>>>> Can you download these files to /usr/local/staf/lib, and see if that
>>>>> resolves the problem?
>>>>>
>>>>> Thanks,
>>>>> David
>>>>>
>>>>> ________________________________
>>>>> David Bender
>>>>> STAF/STAX Development
>>>>> IBM Software Group, WPLC
>>>>>   11501 Burnet Rd.
>>>>> Bldg. 903-5B002
>>>>> Austin, TX 78758-3400
>>>>>   Phone (T/L): 1-512-286-5315 (363-5315)
>>>>> ITN: 23635315
>>>>> Email: bda...@us.ibm.com
>>>>>
>>>>>
>>>>> ________________________________
>>>>>
>>>>>
>>>>> Raymond Kroeker <raykroe...@gmail.com>
>>>>>
>>>>> 07/17/2009 09:14 AM
>>>>>
>>>>> Please respond to
>>>>> raykroe...@gmail.com
>>>>> To
>>>>> staf-users@lists.sourceforge.net
>>>>> cc
>>>>> Subject
>>>>> [staf-users] Installation on SLES 9 64b
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> I'm having some difficulty running STAFProc on SuSE 9 64 bit.  I 
have
>>>>> tried the following with both the tar installer as well as the
>>>>> setup-NoJVM installer:
>>>>>
>>>>> Install STAF 3.3.4, run STAFProc:
>>>>>    STAFProc: error while loading shared libraries: libstdc++.so.6:
>>>>> cannot open shared object file: No such file or directory
>>>>>
>>>>> When this fails I downloaded libstdc++.so.6 from
>>>>> http://staf.sourceforge.net/oslibs/linux-amd64/libstdc++.so.6 to the
>>>>> staf install's lib directory, after which I get:
>>>>>    STAFProc: /lib64/libgcc_s.so.1: version `GCC_4.2.0' not found
>>>>> (required by /usr/local/staf-3.3.4/lib/libstdc++.so.6)
>>>>>
>>>>> I have installed gcc 3.3.3, gcc-c++ 3.3.3 and libgcc 3.3.3.  Can
>>>>> anyone recommend a way to resolve this?
>>>>>
>>>>>
>>>>> --
>>>>> ---------------------------------------------------------
>>>>> Raymond Kroeker
>>>>>
>>>>>
>>>>>
>>>>> 
------------------------------------------------------------------------------
>>>>> Enter the BlackBerry Developer Challenge
>>>>> This is your chance to win up to $100,000 in prizes! For a limited 
time,
>>>>> vendors submitting new applications to BlackBerry App World(TM) will 
have
>>>>> the opportunity to enter the BlackBerry Developer Challenge. See 
full
>>>>> prize
>>>>>
>>>>> details at: http://p.sf.net/sfu/Challenge
>>>>> _______________________________________________
>>>>> staf-users mailing list
>>>>> staf-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/staf-users
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> ---------------------------------------------------------
>>>> Raymond Kroeker
>>>>
>>>>
>>>> 
------------------------------------------------------------------------------
>>>> Enter the BlackBerry Developer Challenge
>>>> This is your chance to win up to $100,000 in prizes! For a limited 
time,
>>>> vendors submitting new applications to BlackBerry App World(TM) will 
have
>>>> the opportunity to enter the BlackBerry Developer Challenge. See full
>>>> prize
>>>>
>>>> details at: http://p.sf.net/sfu/Challenge
>>>> _______________________________________________
>>>> staf-users mailing list
>>>> staf-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/staf-users
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> ---------------------------------------------------------
>>> Raymond Kroeker
>>>
>>>
>>
>>
>>
>> --
>> ---------------------------------------------------------
>> Raymond Kroeker
>>
>
>
>
> --
> ---------------------------------------------------------
> Raymond Kroeker
>



-- 
---------------------------------------------------------
Raymond Kroeker

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge 
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full 
prize 
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users

Reply via email to