From: Reverso <re...@o2...> - 2009-01-29 06:47:47
|
Hi, I am trying to get working SL on my mac. I've sttopped on error "No Database Drivers available!" (admin.pl) I've installed perl modules via command: # perl -MCPAN -e 'install DBI' # perl -MCPAN -e 'install DBD::Pg' Below is listing of directory /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/ drwxr-xr-x 4 root admin 136 Jan 27 18:58 Bundle drwxr-xr-x 11 root admin 374 Jan 27 18:58 DBD drwxr-xr-x 19 root admin 646 Jan 27 18:55 DBI -r--r--r-- 1 root admin 290848 Jul 22 2008 DBI.pm -r--r--r-- 1 root admin 15161 Mar 25 2005 Roadmap.pod -r--r--r-- 1 root admin 1048 Sep 4 2006 TASKS.pod drwxr-xr-x 3 root admin 102 Jan 27 18:55 Win32 drwxr-xr-x 5 root admin 170 Jan 27 18:58 auto -r--r--r-- 1 root admin 1533 Jul 16 2007 dbixs_rev.pl drwxr-xr-x 3 root admin 102 Jan 27 18:58 version -r--r--r-- 1 root admin 1080 Jul 19 2008 version.pm -r--r--r-- 1 root admin 25988 Jul 19 2008 version.pod I've changed line in sql-ledger.conf $ENV{PERL5LIB} .= ":/opt/local/lib/perl5/site_perl/5.8.8/darwin-2level"; But ... It's still not working Help needed :-) |