Problem installing win32::OLE

Problem installing win32::OLE

am 20.09.2005 21:52:16 von anyamiretsky

Hi,

I'm having problems intalling Win32::OLE on my linux machine. I get an
error message about and 'undefined subroutine & Win32::IsWinNT called
at ./Makefile.PL. Does anyone have any idea what I can do to fix this?

A.

Re: Problem installing win32::OLE

am 20.09.2005 22:34:11 von mothra

Hello,

perlnewbie wrote:
> Hi,
>
> I'm having problems intalling Win32::OLE on my linux machine. I get an

The Win32 suite of modules by definition are interfaces to some
Win32 API Functions, since you do not have access to the
Win32 API these will not be available for you to use.

Hope this helps

Mothra

Re: Problem installing win32::OLE

am 20.09.2005 23:20:51 von anyamiretsky

Thanks, so I guess the only way I can access win32 api is if I run the
perl script on a windows server? I have a perl script that runs on
linux that I wanted to read MS Exchange information on another server,
but I'm starting to think that this isn't possible.

Thanks anyway.

A.

Re: Problem installing win32::OLE

am 21.09.2005 00:31:10 von mothra

perlnewbie wrote:
> Thanks, so I guess the only way I can access win32 api is if I run the
> perl script on a windows server? I have a perl script that runs on
> linux that I wanted to read MS Exchange information on another server,
> but I'm starting to think that this isn't possible.

You may want to checkout the LDAP suite of modules
They may be of help

Mothra

Re: Problem installing win32::OLE

am 21.09.2005 16:30:59 von anyamiretsky

Thanks, I think this is my solution!