Re: Module location - auto vs elsewhere

2008-11-28 Thread Dermot
2008/11/27 Jenda Krynicky [EMAIL PROTECTED]: From: Dermot [EMAIL PROTECTED] 2008/11/27 Jenda Krynicky [EMAIL PROTECTED]: From: Dermot [EMAIL PROTECTED] Yes there is something special. The loadable object (.so for unix, .dll for windows) for /.../perl/lib/MyApp2.pm is looked up in

Re: Module location - auto vs elsewhere

2008-11-27 Thread Dermot
2008/11/27 kevin liu [EMAIL PROTECTED]: you might need to install relative library, in your case it is '/usr/local/lib/site_perl/MyApp2.so', you can locate to that directory to check if the library it there, if not, get the library installed. I did install it. Well, I copied the MyApp.so

Re: Module location - auto vs elsewhere

2008-11-27 Thread Jenda Krynicky
From: Dermot [EMAIL PROTECTED] I am trying to copy an application from one server to another but have hit a problem. I haven't completely honoured the file structure and I wonder if that why I am getting a error from DynaLoader. The error is Can't load '/usr/local/lib/site_perl/MyApp2.so'

Re: Module location - auto vs elsewhere

2008-11-27 Thread Dermot
2008/11/27 Jenda Krynicky [EMAIL PROTECTED]: From: Dermot [EMAIL PROTECTED] Yes there is something special. The loadable object (.so for unix, .dll for windows) for /.../perl/lib/MyApp2.pm is looked up in /.../perl/lib/auto/MyApp2/MyApp2.so In either case you'd better install the

Re: Module location - auto vs elsewhere

2008-11-27 Thread Jenda Krynicky
From: Dermot [EMAIL PROTECTED] 2008/11/27 Jenda Krynicky [EMAIL PROTECTED]: From: Dermot [EMAIL PROTECTED] Yes there is something special. The loadable object (.so for unix, .dll for windows) for /.../perl/lib/MyApp2.pm is looked up in /.../perl/lib/auto/MyApp2/MyApp2.so In

Module location - auto vs elsewhere

2008-11-26 Thread Dermot
Hi, I am trying to copy an application from one server to another but have hit a problem. I haven't completely honoured the file structure and I wonder if that why I am getting a error from DynaLoader. The error is Can't load '/usr/local/lib/site_perl/MyApp2.so' for module MyApp2: