pickles
10-17-2003, 09:35 AM
Hi Folks,
I have a Sun background, and need some pointers administering a Linux System. I recently signed up for a low-end dedicated server with wholesaleinternet.com to do my secondary dns serving.
I have a perl script that fetches necessary information that is failing because it requires some perl mods that are not present. I would like to be able to install things like this on my own instead of involving support.
Right now I'm stuck on getting DBD installed. In a Solaris environment I would do this with perl -MCPAN -e shell; install DBD.
CPAN couldn't build this on the Linux box, so I figured I would build it from the source. This also fails. In the README file I'm told to rpm -i DBD-MySQL. Reading the man page on rpm, it sounds like Sun's pkgadd utility. It requires the DBD-MySql package, which I don't see anywhere in the source tree that CPAN downloaded.
Can some one give me a brief outline on the following.
1) What is the best method of obtaining and installing perl mods for a Linux system.
2) Is CPAN something that is NOT used in this environment.
3) Given I'm a reasonably competent Solaris admin, what is the most terse book/document available that I can use to get up to speed quickly and later use as a reference. I really don't want a book that starts of explaing the "cd" command.
I welcome all pointers. I'm fond of "RTFM", so if you'll want to just tell me where the "FM" is that will be fine.
Thanks in advance to anyone that will reply.
Bob
I have a Sun background, and need some pointers administering a Linux System. I recently signed up for a low-end dedicated server with wholesaleinternet.com to do my secondary dns serving.
I have a perl script that fetches necessary information that is failing because it requires some perl mods that are not present. I would like to be able to install things like this on my own instead of involving support.
Right now I'm stuck on getting DBD installed. In a Solaris environment I would do this with perl -MCPAN -e shell; install DBD.
CPAN couldn't build this on the Linux box, so I figured I would build it from the source. This also fails. In the README file I'm told to rpm -i DBD-MySQL. Reading the man page on rpm, it sounds like Sun's pkgadd utility. It requires the DBD-MySql package, which I don't see anywhere in the source tree that CPAN downloaded.
Can some one give me a brief outline on the following.
1) What is the best method of obtaining and installing perl mods for a Linux system.
2) Is CPAN something that is NOT used in this environment.
3) Given I'm a reasonably competent Solaris admin, what is the most terse book/document available that I can use to get up to speed quickly and later use as a reference. I really don't want a book that starts of explaing the "cd" command.
I welcome all pointers. I'm fond of "RTFM", so if you'll want to just tell me where the "FM" is that will be fine.
Thanks in advance to anyone that will reply.
Bob
