Thread DBI unter WIN-XP installieren: weshalb funktioniert ppm nicht ? (35 answers)
Opened by [E|B] at 2004-02-17 22:25

Baerli
 2004-02-18 10:56
#48618 #48618
User since
2004-01-15
17 Artikel
BenutzerIn
[default_avatar]
[quote=havi,18.02.2004, 09:17]Mach mal:
Code: (dl )
perl -e "use DBI;"


Gruss[/quote]
Danke.

Habe mal DBI.pm aus Ordner Perl/lib entfernt und erhalte:

Code: (dl )
1
2
3
Can't locate DBI.pm in @INC (@INC contains: C:/Perl/lib/MSWin32-x86-multi-thread
C:/Perl/lib C:/Perl/site/lib .) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.


Mit DBI.pm im obigen Ordner erhalte ich die schon erwähnte Meldung:
Code: (dl )
1
2
3
4
Can't locate loadable object for module DBI in @INC (@INC contains: C:/Perl/lib/MSWin32-x86-multi-thread C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/lib/DBI.pm line 182
BEGIN failed--compilation aborted at C:/Perl/lib/DBI.pm line 182
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

Nun bin ich ratlos wie zuvor: Welches "lodable object", wie installieren

Gruss

View full thread DBI unter WIN-XP installieren: weshalb funktioniert ppm nicht ?