[Arsperl-users] Issues on Linux
Brought to you by:
jeffmurphy
|
From: Georg G. <ggr...@gm...> - 2007-01-12 10:57:48
|
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. [n501931@n501931pc 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 |