Search results

  1. A

    Tar and Gzip 'ing a directory

    If I have a directory "scooby", and want to tar, and gzip this, what do I type? I tried this: ----- tar -cz scooby ----- then i tried ----- tar -cz scooby scooby [for a source and destination] I can't get it though, I have had various errors, some pertaining to the location...
  2. A

    MySQL DBD modules

    Has anyone successfully installed the DBD::Mysql module for Perl5? Better yet, has anyone been able to use the mysqladmin script? Any help would be greatly apprciated. I get the following error when running make: [localhost:Library/Desktop/Msql-Mysql-modules-1.2215] root# make mkdir blib...
  3. A

    DBI.pm / Perl 5 Help

    Hello, I'm trying to install the mysqlman cgi script to manage my MySQL server. After installing the script, I recieved an error produced by the script, stating the following: ------ Error loading required libraries Reason: Can't locate DBI.pm in @INC (@INC contains...
Back
Top