Make: Couldn't load Shell.


 
Thread Tools Search this Thread
Top Forums Programming Make: Couldn't load Shell.
# 1  
Old 09-29-2010
Error Make: Couldn't load Shell.

i am compiling C++ source Code in HP-UX.

It got errored as

Code:
=== All packages are configured
=== 1 (normal speed) 0 (fast speed)
Making target [ install ] for package [ dbm_api ]
No suffix list.
Make: Couldn't load Shell.  Stop.
*** Error exit code 1
Stop.
Error: terminated due to error [1]

It got compiled early also ...........
It is not problem with the Code because it is getting compiled in other boxes solaris etc ...

What could be the issue ?

I think it is some shell problem ..

Last edited by girija; 09-29-2010 at 11:08 AM.. Reason: Added comments
# 2  
Old 09-29-2010
What shell are you using?
# 3  
Old 09-30-2010
I am using 'ksh' .....

Need some assitance on these
# 4  
Old 09-30-2010
Please can you "echo $SHELL" and "grep $USER: /etc/passwd" and check the shell entry,
and "ls -l $SHELL" just to check perms.

Cheers
# 5  
Old 10-01-2010
For Echo $SHELL

/Odr/rt123/CLR-2260/dbm_api>echo $SHELL
/bin/ksh



grep $USER: /etc/passwd
username:encrypted password:129:20:user info:/home2/rt123:/usr/bin/sh

ls -l $SHELL

-r-xr-xr-x 2 bin bin 159744 Jun 17 2009 /bin/ksh


These are the results for cmd.

Let me know more things required.

Last edited by Perderabo; 01-27-2011 at 10:36 AM.. Reason: remove private info
# 6  
Old 10-01-2010
Does the Makefile hard-code any SHELL or call any binaries that dont exist ?
# 7  
Old 10-01-2010
Makefile content

Last edited by girija; 01-27-2011 at 06:06 AM.. Reason: Wrongly posted
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

VPS has load 200, httpd load no activity, netstat nothing

Hello, on my hostserver i see one VPS of mine got load of 200.00 and netstat nothing (not a single blank line on netstat command) after some time, netstat started showing connections, but i see no excessive IP connections. tail -f /var/log/httpd/access_log shows no activity /var/log/messages ;... (1 Reply)
Discussion started by: postcd
1 Replies

2. Shell Programming and Scripting

Balance the load of files across queues using shell script

Hi, I need to balance the load to be processed by the system using shell script. The scenario is like below: Suppose there are some files in a directory: -rw-rw-r-- 1 usr usrgrp 456432306 Oct 23 07:53 abc_queue_q1 -rw-rw-r-- 1 usr usrgrp 4123934 Oct 23 07:53... (1 Reply)
Discussion started by: vsachan
1 Replies

3. Shell Programming and Scripting

why do we need UNIX shell script to load data into Oracle database

Hello everyone, I am new to shell scripting/ loading data into a database. I want to load data into Oracle database using SQL loader. Can some one please explain why do we need unix shell script to load the data into the database? Also can someone please explain what has to be in that script?... (5 Replies)
Discussion started by: new_prog
5 Replies

4. Shell Programming and Scripting

shell script to create disk load

friends , need a shell script to create a disk load. can any one pls guide me with how this can be implemented. Pls provide the concept. from there i will try to design my script. (3 Replies)
Discussion started by: achak01
3 Replies

5. Shell Programming and Scripting

executing mysql load statement from shell script

Hi, I have a piece of shell script which will connect to mysql database and execute a load statement(which will load datas in a file to the database table).The code is working and the data is in the tables. Now my requirement is, i need to grab the output from the load statement... (4 Replies)
Discussion started by: DILEEP410
4 Replies

6. Shell Programming and Scripting

Help need to make a shell script run for ffmpeg vhook watermaking in shell

i have a small problem getting a batxh shell script to run in shell this is the code the problem seems to be centered around the ffmpeg command, something maybe to do with the ' ' wrapping around the vhook part command this is a strange problem , if i take the ffmpeg command and... (1 Reply)
Discussion started by: wingchun22
1 Replies

7. Shell Programming and Scripting

Need help in wrting Load Script for a Load-Resume type of load.

hi all need your help. I am wrting a script that will load data into the table. then on another load will append the data into the existing table. Regards Ankit (1 Reply)
Discussion started by: ankitgupta
1 Replies

8. Shell Programming and Scripting

Unix shell script couldn't be executed. Pls help!

I have wrriten a script to call sql script to do some work in database. However, the script couldn't be executed. The only information was: ksh: ./updt_attrib.ksh cannot execute. Please help me to identify where the problem is. I post script here for your reference. Thanks a lot. #!/bin/ksh ... (8 Replies)
Discussion started by: duke0001
8 Replies

9. Shell Programming and Scripting

How to write DB2 Load Utility in Shell script

Hi, I am a beginner. I need an example of using DB2 Load Utility in Shell script. I appreciate if anyone could help me about it. Thanks, Paris (0 Replies)
Discussion started by: parisbeginner
0 Replies
Login or Register to Ask a Question