Re: [Arsperl-users] ARSperl on Windows 2003

2008-10-20 Thread Georg Grabler
Hello Jeff,

Which sourceforge page you're using?
I couldn't find any ppd on the ARSperl sourceforge page, and none in the
activestate repositories.

In the ppm of activestate, it tells me that arsperl was not built correctly
due to unsatisfied dependencies.

Also, we need version 1.91 of arsperl, not 1.90, since there was a nasty bug
fixed with ars_APIVersion().

Kind regards,
Georg

On Mon, Oct 20, 2008 at 3:44 PM, jeff murphy [EMAIL PROTECTED]wrote:

 I use ARSperl on Windows 2003 w/7.1. However, I use Activestate 5.8
 and the ppd file from the sourceforge site instead of building it from
 source.

 jeff

 On Oct 20, 2008, at 9:18 AM, Georg Grabler wrote:

  Hello,
 
  We're struggleing with the compilation of ARSperl in Windows at the
  moment.

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/


 --
 Arsperl-users mailing list
 Arsperl-users@arsperl.org
 https://lists.sourceforge.net/lists/listinfo/arsperl-users

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/

--
Arsperl-users mailing list
Arsperl-users@arsperl.org
https://lists.sourceforge.net/lists/listinfo/arsperl-users


[Arsperl-users] ars_APIVersion - wrong returns?

2008-09-24 Thread Georg Grabler
Hello,

I'm playing around with what ars_APIVersion returns, because in our company
it's likely that they want to exclude too old api versions.

Now, I compiled ARSPerl against a 7.0.1 ARS Lib - which works nicely.

I edited the Makefile.PL a little, and now wanted to ask - how do you
determine the API Version?
I've looked at the Makefile.PL, which can output the Version (by reading the
ar.h), which works pretty nice.
What's overlooked: serverReleaseFromAPIVersion is missing 7.0 = 12
(currently, all 7.0 have the api version 12, 7.1 has 13).

Enabling the checks for the api version in the Makefile.PL returns
ars_APIVersion: 9

What's the reason ARSPerl returns 9 in this case, when I have the ars libs
with version 12, and even the Makefile.PL recognizes i've got a version 12?

Seems like a little bug, and I'd appreciate any advice how to fix that. I
looked trough the code, but couldn't seem to find the position where the ARS
API Version is set (?).

Do you receive that wrong value from the compiled libraries? Maybe, there's
a little mistake done by BMC releasing those unix libs?

Thanks,
Georg
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/

--
Arsperl-users mailing list
Arsperl-users@arsperl.org
https://lists.sourceforge.net/lists/listinfo/arsperl-users


Re: [Arsperl-users] ars_APIVersion - wrong returns?

2008-09-24 Thread Georg Grabler
Hi,

I'm sorry, I missed testing it with the latest Version (even when i knew
there was 1.91 around ..). I really was using 1.90
I just tried it on a RHEL5 testbox, and it works properly. Sorry for this :/

Thanks for the fast answer, Thilo!

Kind regards,
Georg

On Wed, Sep 24, 2008 at 4:07 PM, Thilo Stapff [EMAIL PROTECTED]wrote:

 Up to version 1.90 ars_APIVersion was returning the value of
 AR_EXPORT_VERSION (from arstruct.h) instead of AR_CURRENT_API_VERSION.
 This has been changed with version 1.91. You didn't mention what ARSperl
 version you are using, but it probably can't be 1.91 (or else I'd be
 very surprised).

 Regards,
 Thilo


 Georg Grabler wrote:
  Hello,
 
  I'm playing around with what ars_APIVersion returns, because in our
  company it's likely that they want to exclude too old api versions.
 
  Now, I compiled ARSPerl against a 7.0.1 ARS Lib - which works nicely.
 
  I edited the Makefile.PL a little, and now wanted to ask - how do you
  determine the API Version?
  I've looked at the Makefile.PL, which can output the Version (by reading
  the ar.h), which works pretty nice.
  What's overlooked: serverReleaseFromAPIVersion is missing 7.0 = 12
  (currently, all 7.0 have the api version 12, 7.1 has 13).
 
  Enabling the checks for the api version in the Makefile.PL returns
  ars_APIVersion: 9
 
  What's the reason ARSPerl returns 9 in this case, when I have the ars
  libs with version 12, and even the Makefile.PL recognizes i've got a
  version 12?
 
  Seems like a little bug, and I'd appreciate any advice how to fix that.
  I looked trough the code, but couldn't seem to find the position where
  the ARS API Version is set (?).
 
  Do you receive that wrong value from the compiled libraries? Maybe,
  there's a little mistake done by BMC releasing those unix libs?
 
  Thanks,
  Georg
 
 
  
 
  -
  This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
  Build the coolest Linux based applications with Moblin SDK  win great
 prizes
  Grand prize is a trip for two to an Open Source event anywhere in the
 world
  http://moblin-contest.org/redirect.php?banner_id=100url=/
 
 
  
 
 
 
  --
  Arsperl-users mailing list
  Arsperl-users@arsperl.org
  https://lists.sourceforge.net/lists/listinfo/arsperl-users


 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/


 --
 Arsperl-users mailing list
 Arsperl-users@arsperl.org
 https://lists.sourceforge.net/lists/listinfo/arsperl-users

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/

--
Arsperl-users mailing list
Arsperl-users@arsperl.org
https://lists.sourceforge.net/lists/listinfo/arsperl-users


Re: [Arsperl-users] Issues on Linux

2007-01-13 Thread Georg Grabler
First of all, hello again.

The AR Server is reachable within the network (ping, nslookup).
I couldn't try rpcinfo yet, i'll try on monday, when i'm on my work pc again.

I actually already tried the code you wrote. It returns after some minutes, 
with an error i don't remember yet. I'll give closer information on monday.

Kind reagards,
Georg

On Friday 12 January 2007 16:18, Thilo Stapff wrote:
 Did you verify (ping, nslookup, rpcinfo) that the AR server is actually
 reachable from/known to the client running ARSperl?

 If you run a really basic test script, e.g.

use ARS;
my $ctrl = ars_Login( server, user, passwd );
die ars_Login(): $ars_errstr\n if $ars_errstr;


 does it stop after waiting 2-3 minutes? And if so, what's the error
 message returned?

 Regards,
 Thilo Stapff

 Georg Grabler schrieb:
  No, the server runs on the standard AR port. Other systems (AIX, HPUX)
  also don't have set this environment variable.
 
  Kind Regards,
  Grabler Georg
 
  On 1/12/07, Thilo Stapff [EMAIL PROTECTED] wrote:
  Does your AR server use a specific TCP port?
  If so, you need to set (and export) the ARTCPPORT environment variable
  to run the tests.
 
  Georg Grabler schrieb:
  Hello,
 
  I'm trying to bind arsperl with the 5.01 api version of arslib.
 
  The appropriate files are in the directory
  /usr/ar/api/
 
  what seems quite fine for the Makefile.PL
 
  I'm using a automated build system called makepkg on the distribution
  archlinux, so don't get too confused by the following lines:
 
  I'm using a patch to do the following (i felt the whole patchfile has
  too much overhead):
  -$ARSVERSION = 6.3;
  +$ARSVERSION = 5.01;
  ...
  ...
  +$SERVER = '';
  +$PASSWORD='';
  +$USERNAME='';
 
  At all, the first shall switch the version to my api version, the
  server password and username skips the tests for the final build, i
  won't do them as soon as it's working.
 
  Anyway, i've a problem doing the quests anyway. I start make test
  (have set the right username / password / server) and it keeps hanging
  at the first test.
 
  [EMAIL PROTECTED] ARSperl-1.85]$ make test
  PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e
  test_harness(0, 'blib/lib', 'blib/arch') t/*.t
  t/00connect..
 
  Also, i've simply installed arsperl without testing, same occurs
  there: can't login at all, it seems as if RPC isn't working.
 
  Do you have any suggestions on this? Am i missing something? Or any
  ideas what i could try?
 
  // STi
 
  ---
 -- Take Surveys. Earn Cash. Influence the Future of IT
  Join SourceForge.net's Techsay panel and you'll get the chance to share
 
  your
 
  opinions on IT  business topics through brief surveys - and earn cash
  http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVD
 EV ___
  Arsperl-users mailing list
  Arsperl-users@arsperl.org
  https://lists.sourceforge.net/lists/listinfo/arsperl-users
 
  
 - Take Surveys. Earn Cash. Influence the Future of IT
  Join SourceForge.net's Techsay panel and you'll get the chance to share
  your opinions on IT  business topics through brief surveys - and earn
  cash
  http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDE
 V ___
  Arsperl-users mailing list
  Arsperl-users@arsperl.org
  https://lists.sourceforge.net/lists/listinfo/arsperl-users
 
  -
  Take Surveys. Earn Cash. Influence the Future of IT
  Join SourceForge.net's Techsay panel and you'll get the chance to share
  your opinions on IT  business topics through brief surveys - and earn
  cash
  http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
  ___
  Arsperl-users mailing list
  Arsperl-users@arsperl.org
  https://lists.sourceforge.net/lists/listinfo/arsperl-users

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Arsperl-users mailing list
 Arsperl-users@arsperl.org
 https://lists.sourceforge.net/lists/listinfo/arsperl-users

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Arsperl