- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cannot load <file>
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 01:02 AM
01-20-2004 01:02 AM
Cannot load <file>
I have created a file which contains few of the rules that would be executed on the basis of few conditions. This file is being called from the Makefile. And during compilation, I get the following error :
Cannot load
The
************************
#!/bin/ksh
package="$PACKAGE"
classCodes="classCodes"
if
.
.
fi
*************************
The file has appropriate permissions also.
Please suggest the reason and possible solution for the same.
Regards,
Nameesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 01:05 AM
01-20-2004 01:05 AM
Re: Cannot load <file>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 01:09 AM
01-20-2004 01:09 AM
Re: Cannot load <file>
I call it from another rule in the Makefile ie.,
preComp:
export PACKAGE="$(PACKAGE)"
And the compilation stops while reading and running this file contents.
Please suggest.
Regards,
Nameesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 01:30 AM
01-20-2004 01:30 AM
Re: Cannot load <file>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 02:38 AM
01-20-2004 02:38 AM
Re: Cannot load <file>
This
File is of command text type. Does that make any difference ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 05:34 PM
01-20-2004 05:34 PM
Re: Cannot load <file>
if
Just test it, then shoot at my response ;-).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 05:41 PM
01-20-2004 05:41 PM
Re: Cannot load <file>
I just tried to remove some junk space character and then it is able to access the file.
But then, the variables exported in the Makefile are not visible in the
rule1: export CLASSPATH=$BLD_LIB
In this instance, I set the CLASSPATH. but, the variable value is not visible in the
CLASSPATH variable not found
Please help
Regards,
Nameesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 05:53 PM
01-20-2004 05:53 PM
Re: Cannot load <file>
But the error message indicates it cannot find your executable, so it seems your current directory, '.', is not in your PATH. You could do 'echo ${PATH}' in your Makefile before starting