On Thu, Jun 05, 2003 at 10:02:06AM -0700, Antonio Garcia wrote: > > I am intalling DBI on a Sun workstation. Since I don't have root access, I > simply put DBI.pm in ~/perl, and then add it to @INC at runtime via
Did you actually install the module, or did you just copy DBI.pm into ~/perl? DBI has to be installed properly to work, because it includes C code that must be compiled. You can easily install DBI anywhere you like, by running e.g.: perl Makefile.PL PREFIX=~/perl Ronald
