Okay, I was good, I searched, I studied, I read…and I stopped myself from becoming hysterical at how complex and daunting it appears and I know it can’t be that bad.
I want to see if a particular program I’ve been paying for is going to work for me. It is easy to install…if my Perl is set up correctly, which it evidently is not.
I have everything I need except the DBI Module for Perl, which is evidently a pretty important and frequently used module. I looked it up on Cpan and of course got ten gazillion hits, but on the first page was DBI Bundle, which certainly seemed like the ticket:
"A bundle to install DBI and required modules. "
So I looked up on Cpan How to Install Modules, and it seemed less overwhelming than most of the other pages I’d seen and I actually made some progress.
Here are the UNIX (i’m linux…) directions in their entirety:
I’m amazed to report that I somehow managed to download the DBI tar file to my computer, then, using Cyberduck, upload it to my server. (I had never FTP’d via command line or as root before)
but now I’m not really clear about the directory structure…I found a command to tell me what my perl modules are:
instmodsh, then L and it reported that installed modules are
Perl
Text::Iconv
Which was how I knew I didn’t have DBI. But I don’t know where those two things actually are, since when I type “ls” i got nuthin until I uploaded DBI-1-1.615.tar.gz, which is what I see now when I type “ls”.
And that’s why I’m here. If you look under decompress it says “Also note that these instructions are tailored for installing the module into your system’s repository of Perl modules.” and I have no idea where that is.
This stuff gives me hives, but I’m willing to press forward with a little help. ALl I want is to get this thing in so that I can try out the thing I REALLY want to try out…which may suck anyway, so i don’t want to kill myself with this stuff.
Thanks for any help.