Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I find this error msg to be vague. any thoughts? The only code near line 44 is this...Please set SYBASE in CONFIG, or set the $SYBASE environment variable at Makefile.PL line 93, <IN> line 44.
WriteMakefile( ... LINKTYPE => $LINKTYPE, ($^O eq 'VMS' ? (MAN3PODS => { 'Sybase.pm' => 'blib/man3/DBD_Sybase.3' }) : (MAN3PODS => { 'Sybase.pm' => 'blib/man3/DBD::Sybase.3' })), ... );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: DBD::Sybase install error
by mpeppler (Vicar) on Sep 23, 2003 at 14:48 UTC |