Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!

Compile the IPC::ShareLite module UNIX

I was able to compile IPC::ShareLite version 0.09 by doing this. Hopefully, the module's author fixes the problem (see Note 2) in the next version. Here are the steps to get it working:

  1. Open Disk Utility, found in Applications > Utilities. You will need to use Disk Copy if you don't have OS 10.3.
  2. Create a new disk image by clicking the "New Image" button; name it sharelite.
  3. The new image will appear in the Disk Utility window. You should see "sharelite.dmg" with the mounted "sharelite" disk below it. Click on the "sharelite" disk.
  4. In the right pane, click on the "Erase" lozenge and choose "UNIX File System" next to "Volume Format"
  5. IMPORTANT!! Verify that you are erasing "sharelite" and not your hard drive!
  6. Click "Erase"
  7. Go to http://www.cpan.org/modules/by-module/IPC/ and download the most recent version of IPC-ShareLite-*.tar.gz -- it was IPC-ShareLite-0.09.tar.gz when I wrote this.)
  8. Move the gz file to the mounted "sharelite" disk
  9. In Terminal:
     % cd /Volumes/sharelite
     % tar -xzvf IPC-ShareLite-0.09.tar.gz
     % cd IPC-ShareLite-0.09
     % perl Makefile.PL # just use the defaults for all questions
     % make
     % make test
     % sudo make install
    
  10. You're done! Eject the mounted image and either save the DMG file or trash it.
Note 1: You should try installing the module via cpan before doing this since it may be updated.
Note 2: The problem is that the author used files with the names "ShareLite.c" and "sharelite.c" -- something that the HFS disk format cannot handle.
    •    
  • Currently 1.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (1 vote cast)
 
[3,380 views]  

Compile the IPC::ShareLite module | 1 comments | Create New Account
Click here to return to the 'Compile the IPC::ShareLite module' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Compile the IPC::ShareLite module
Authored by: Fridrik on Jul 12, '06 06:12:27AM

Thank you! Thank you so much! This is so great! I had been looking for hours for a way to do it and finally find instructions, and they were straightforward and accurate!

Thank you!



[ Reply to This | # ]