Thread [DBD::DB2] ist nach Installation von Bundle:DBD::DB2 nicht verfügbar (9 answers)
Opened by OlliP at 2018-05-28 17:23

OlliP
 2018-05-28 20:48
#188477 #188477
User since
2017-04-29
15 Artikel
BenutzerIn
[default_avatar]
Hi,

wenn ich das richtig verstehe, dann müsste mein Programm so aussehen?

Code (perl): (dl )
1
2
3
4
#!/usr/bin/perl

use lib "/home/db2inst1/perl5/lib";
use DBD::DB2;


Doch wenn ich das ausführe, bekomme ich wieder die Fehlermeldungen:

Code: (dl )
1
2
Can't locate DBD/DB2.pm in @INC (you may need to install the DBD::DB2 module) (@INC contains: /home/db2inst1/perl5/lib /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at ./db2.pl line 4.
BEGIN failed--compilation aborted at ./db2.pl line 4.

View full thread [DBD::DB2] ist nach Installation von Bundle:DBD::DB2 nicht verfügbar