[ic] mac os x and Interchange

Marco interchange-users@interchange.redhat.com
Fri Dec 28 23:41:00 2001


Sphen,
I tried what you proposed with this result:

PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib 
-I/System/Library/Perl/darwin -I/System/Library/Perl test.pl
server/unixmode.......ok 1
server/startup........ok 2
link/unixmode.........ok 3
server/inetmode.......ok 4
link/inetmode.........not ok 5
server/control........ok 6
6 tests run, all tests successful.
mkdir blib: Permission denied at 
/System/Library/Perl/ExtUtils/Install.pm line 112
make: *** [pure_perl_install] Error 255

Now, what do you think could be the problem?

Marco



>if you want to make it skip that, think this might work:
>
>in the same directory as configure, edit the file: test.pl
>you'll want to comment out line 258 like so:
>
>FROM:
>else {
>         print "not ok $testnum\n";
>         $failed++;
>}
>
>TO:
>else {
>         print "not ok $testnum\n";
>         #$failed++;
>}
>
>think that should do it, and make sure when you install it, you choose to
>use unixmode, not inetmode...

--