On 2/9/04 4:35 PM, Nick Bicknell wrote:
> I am running perl 5.8.3 on mac os X 10.3 (darwin 7.2.0, I think), and
> I've been trying to install IPC::ShareLite (0.9) with no success.  The
> issue may have something to do with the CPAN tester report cited below,
> which is the only specific information I've found.  The issues arise
> when I run "make test" at which point I see a bunch of warnings like:
> 
> "ld: multiple definitions of symbol _XS_IPC__ShareLite_write_share
> sharelite.o definition of _XS_IPC__ShareLite_write_share in section
  ^
> (__TEXT,__text)
> ShareLite.o definition of _XS_IPC__ShareLite_write_share in section
  ^
> (__TEXT,__text)"
> 
> Here's the CPAN tester report I mentioned. Any help/advice would be
> most appreciated.

I have this installed, and I don't really remember how I did it, but looking
at your error makes me think you should build it on a case-sensitive volume.
(Note the ^ characters added above.)

Just use Disk Utility to make a small (~50MB to be safe) UFS disk image,
mount it, and then copy the source code there before building.  Keep the UFS
disk image around afterwards.  It comes in handy when building Unix software
on OS X :)

-John

Reply via email to