On Wed, Jun 20, 2001 at 08:07:25PM -0700, [EMAIL PROTECTED] wrote:

> I was simply wondering where the appropriate place to put this script 
> is. Tried: /library/startupitems
> but that didn't work.  The instructions for installing are directed 
> towards linux, and maybe why when simply trying to run the script it 
> craps out on the first line as well:
> use MIME::Base64 ();

You probably want to be using '/System/Library/StartupItems/' not
'/Library/StartupItems/'. Follow the general conventions found
there. Make sure you enable the new service via /etc/hostconfig.
More information on this process can be found at:
http://www.osxfaq.com/Documentation/StartupItems.html

You'll also want to ensure MIME::Base64 is installed and
available to the script. You can find the MIME::Base64 module at:
http://search.cpan.org/search?dist=MIME-Base64

Good luck!

-- 
Adam J. Foxson
CPAN Tester for Darwin/Mac OS X
Comprehensive Perl Archive Network

Reply via email to