![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| rerun a script if aborted and exited | melanie_pfefer | UNIX for Advanced & Expert Users | 3 | 02-21-2008 01:29 PM |
| I would like to begin programming in unix and linux | jeet_ajay | Linux | 2 | 12-06-2006 09:25 AM |
| Program received signal SIGABRT, Aborted. | napapanbkk | High Level Programming | 1 | 06-06-2006 11:20 AM |
| Another question on awk - Begin statement | eff_cee | Shell Programming and Scripting | 5 | 03-10-2005 01:49 AM |
| Suggestions on where to begin? | andrew25008 | UNIX for Dummies Questions & Answers | 4 | 12-28-2001 05:05 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
i m trying to run a command from diffrent login ,where i get following messages
Empty compile time value given to use lib at /svm_wl1/billing/atai/rel/server/util/ataprocs line 73 Empty compile time value given to use lib at /svm_wl1/billing/atai/rel/server/util/ataprocs line 73 Empty compile time value given to use lib at /svm_wl1/billing/atai/rel/server/util/ataprocs line 73 Can't locate atailib.pm in @INC (@INC contains: /xps/app/gnu/perl/product/5.6.0/lib/5.6.0/sun4-solaris /xps/app/gnu/perl/product/5.6.0/lib/5.6.0 /xps/app/gnu/perl/product/5.6.0/lib/site_perl/5.6.0/sun4-solaris /xps/app/gnu/perl/product/5.6.0/lib/site_perl/5.6.0 /xps/app/gnu/perl/product/5.6.0/lib/site_perl .) at /svm_wl1/billing/atai/rel/server/util/ataprocs line 74. BEGIN failed--compilation aborted at /svm_wl1/billing/atai/rel/server/util/ataprocs line 74 any views on this.. regards abhijeet |
|
||||
|
Upon first examination, it seems that the program you're trying to run
is expecting to find a Perl module called `atailib'. It seems to be failing because it can't find it. Adding the path of atailib.pm to @INC should help. Do a `perldoc lib' for more info. HTH, Ralph |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|