It looks like you are trying to use the Msg module and your system can not
find it. This module does not come with the core distribution of Perl nor
is it on CPAN. The only place I have found this is on the Oreilly Examples
site for their Advanced Perl Programming book

http://examples.oreilly.com/advperl/examples.tar.gz

Find the Msg.pm file in the tar and place it the same directory as your
script, ( Perl by default includes the current directory when search for
modules )

George McCone



                                                                                       
                                                         
                      Prakash <[EMAIL PROTECTED]>                                       
                                                         
                      Sent by:                               To:      
[EMAIL PROTECTED]                                       
                      [EMAIL PROTECTED]         cc:                       
                                                         
                      veState.com                            Subject: What is the 
reason and how can I solve this?                              
                                                                                       
                                                         
                                                                                       
                                                         
                      12/15/2002 02:45 AM                                              
                                                         
                                                                                       
                                                         
                                                                                       
                                                         




C:\AutomationFramework>perl rpcs.pl
Can't locate Msg.pm in @INC (@INC contains: C:/Perl/lib
C:/Perl/site/lib .) at r
pcs.pl line 3.
BEGIN failed--compilation aborted at rpcs.pl line 3.

Hi
Below is the error attached. How do I over come this. Why
its telling can't locate loadable object module for
IPC::SysV.

Thanks

Prakash

-----------------------------------------------------------
C:\>perl rpcs.pl
Can't locate IPC/SysV.pm in @INC (@INC contains:
C:/Perl/lib C:/Perl/site/lib .)
 at C:/Perl/site/lib/Msg.pm line 9.
BEGIN failed--compilation aborted at
C:/Perl/site/lib/Msg.pm line 9.
Compilation failed in require at rpcs.pl line 3.
BEGIN failed--compilation aborted at rpcs.pl line 3.

C:\>perl rpcs.pl
Can't locate loadable object for module IPC::SysV in @INC
(@INC contains: C:/Per
l/lib C:/Perl/site/lib .) at C:/Perl/lib/IPC/SysV.pm line
56
Compilation failed in require at C:/Perl/site/lib/Msg.pm
line 9.
BEGIN failed--compilation aborted at
C:/Perl/site/lib/Msg.pm line 9.
Compilation failed in require at rpcs.pl line 3.
BEGIN failed--compilation aborted at rpcs.pl line 3.

C:\>perl rpcs.pl
Can't locate loadable object for module IPC::SysV in @INC
(@INC contains: C:/Per
l/lib C:/Perl/site/lib .) at C:/Perl/lib/IPC/SysV.pm line
56
Compilation failed in require at C:/Perl/site/lib/Msg.pm
line 9.
BEGIN failed--compilation aborted at
C:/Perl/site/lib/Msg.pm line 9.
Compilation failed in require at rpcs.pl line 3.
BEGIN failed--compilation aborted at rpcs.pl line 3.

C:\>perl rpcs.pl
Can't locate loadable object for module IPC::SysV in @INC
(@INC contains: C:/Per
l/lib C:/Perl/site/lib .) at C:/Perl/lib/IPC/SysV.pm line
56
Compilation failed in require at C:/Perl/lib/Msg.pm line 9.
BEGIN failed--compilation aborted at C:/Perl/lib/Msg.pm
line 9.
Compilation failed in require at rpcs.pl line 3.
BEGIN failed--compilation aborted at rpcs.pl line 3.


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs




_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to