on: Sat, 23 Jun 2001 21:44:26 +0200 Thomas Bielefeldt wrote:
>I just tried to install the DBD - Mysql Module an the DBI Module to my
>MacPerl running on a G3 Mac.
>I tried intstalling with running the "Makefile.pl" Programm.
>This Programm aborts due to compilation Errors an gives the following Error
>report:
>
>File "Macintosh HD:Applications (Mac OS 9):WEB-Design:MacPerl
>Ÿ:lib:DBI:DBD:Makefile.PL"; Line 5: Can't locate DBI/DBD.pm in @INC.
>
>How can I work out this Problem.
Manually move files to the appropriate location - in your case:
"Macintosh HD:Applications (Mac OS 9):WEB-Design:MacPerl Ÿ:site_perl"
When MacPerl looks for a module, it looks in the folders specified in the Libraries
Preference (found under the Edit menu).
If you name the folder site_perl and put it in the MacPerl folder, you do not need to
add it to your preferences, as that folder name is specially added for you. But, when
you upgrade your version of MacPerl, don't forget to retain a copy of the folder
info from Chapter 11: Extensibiltiy And Re-use
MacPerl - Power and Ease
by: Vicki Brown and Chris Nandor
http://www.ptf.com/macperl/ptf_book/
An HTML version http://ptf.com/macperl/ptf_book/r/MP/i2.html
of the book available online! This means that you can "try before you buy"... or...
not. Think of it as Shareware... for a book!
David