[ic] mac os x and Interchange

sphen interchange-users@interchange.redhat.com
Sat Dec 29 00:02:01 2001


hmm weird. definitely thinking its a problem with not being run as root.
the user you are using doesnt have enough privileges it seems.  damn. dont
know why it has worked for others and not you, maybe version differences?
dont know what version of the os you are using.  i dont know what to tell
you, i wish i had access to my osx machine right now, but its turned off and
7 states away for the next week or so.  im gonna sleep on it.  if you havent
gotten it firgured out by then, ill take another stab at it.

> 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...