----- Original Message ----- 
From: "David Ressler" <[EMAIL PROTECTED]>
To: "Perl List" <perl-win32-users@listserv.ActiveState.com>
Sent: Thursday, June 01, 2006 11:27 AM
Subject: Win32::SerialPort problem
.
.
>
> Can't locate loadable object for module Win32::API in @INC
.
.
>
> I suspect there may be some error in the sloppy way I tried to install
this.

Yep - the "loadable object" that can't be located is API.dll - and it
(presumably) can't be located because you didn't copy that part across, or
because you copied it to the wrong location. It needs to be in the
auto/Win32/API/ folder in (any) one of the @INC directories. Normally it
would be installed in C:/Perl/site/lib/.

It's not part of ActiveState perl - best way for you to install it is to use
ppm. The following command should do the trick (assuming you're connected to
the internet):

ppm install Win32-API

Cheers,
Rob

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to