Re: Can't locate loadable object for module Tk::Event
- From: "Sisyphus" <sisyphus1@xxxxxxxxxxxxxxxxx>
- Date: Sat, 16 Jul 2005 11:21:22 +1000
<balu422@xxxxxxxxx> wrote in message
news:1121444113.343804.112080@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> I am in the process of moving the programs from an apache box to SUN
> and I was missing a lot of .pm files and I have installed it and
> finally needed Tk and GD and these are installed, compiled in the same
> machine and tested okay but I am still getting Can't locate loadable
> object for module Tk::Event error message in the browser. Is there
> anything that I should do to make it work. Please advice. Any
> suggestions are appreciated.
>
Is this just a web server issue ? What happens when you run from the command
line:
perl -MTk::Event -le 'print "OK"'
If you get the same error, then one suspects that auto/Tk/Event/Event.so
(which is the loadable object referred to) is not where it should be - ie in
one of the @INC directories.
If it's there, then one begins to wonder about permissions - of both the
file itself, and the directory that houses it.
Cheers,
Rob
.
- Follow-Ups:
- Re: Can't locate loadable object for module Tk::Event
- From: balu422
- Re: Can't locate loadable object for module Tk::Event
- From: balu422
- Re: Can't locate loadable object for module Tk::Event
- References:
- Can't locate loadable object for module Tk::Event
- From: balu422
- Can't locate loadable object for module Tk::Event
- Prev by Date: stepping out
- Next by Date: Calling C++ / MFC / SDKs usinf Inline
- Previous by thread: Can't locate loadable object for module Tk::Event
- Next by thread: Re: Can't locate loadable object for module Tk::Event
- Index(es):
Relevant Pages
|