Bsh shell on SCO


 
Thread Tools Search this Thread
Operating Systems SCO Bsh shell on SCO
# 1  
Old 03-26-2008
Question Bsh shell on SCO

I everybody!
I am trying to install the bsh shell on a SCO unix and i don't know how.
The deal is that i have an old SCO unix running with an old system made with cobol, so it works with shell menus and it use a variety of a shell called bsh (Business Shell) so i search for a package to install to in my SCO virtualized and i don't found it so i don't know how and where to find the package. Anybody knows where i can find it to download it? please is anybody know how to install or where to find it just tell me!
Thanks for advance! Smilie
# 2  
Old 03-26-2008
See if the bsh shell is listed in /etc/perms, if so just copy the files from the old system to the new system using the same ownership and permissions.
If it is not in /etc/perms, then copy the file that is first executed to invoke the shell, and then try to run it, and continue copying files until you get no more error messages.

SCO is binary compatible all the way back to Xenix 2.1
# 3  
Old 03-26-2008
Hi.

There is a bsh available in Debian. It's the Bean Shell -- BeanShell - Lightweight Scripting for Java and BeanShell - Wikipedia, the free encyclopedia

The is also a Business Shell, bush, but it doesn't appear to be related -- PegaSoft Canada - The Lone Coder - The Business Shell Evolution Blues

Google and Wikipedia are your friends -- best wishes ... cheers, drl
# 4  
Old 03-27-2008
Quote:
Originally Posted by jgt
See if the bsh shell is listed in /etc/perms, if so just copy the files from the old system to the new system using the same ownership and permissions.
If it is not in /etc/perms, then copy the file that is first executed to invoke the shell, and then try to run it, and continue copying files until you get no more error messages.

SCO is binary compatible all the way back to Xenix 2.1
Thks for your reply.
I have do it so and does't work, i think is the version of the O.S. it's telling me "memory fault (coredump)" when i run a copy of the binary "bsh" copied from the old unix system, the version of the old unix is a 5.0.4 SCO and i have to install a 5.0.7 SCO on my HP blade WMWare ESX because of the limitation of the 5.0.4. sco can't support new CPUs.
# 5  
Old 03-27-2008
Quote:
Originally Posted by drl
Hi.

There is a bsh available in Debian. It's the Bean Shell -- BeanShell - Lightweight Scripting for Java and BeanShell - Wikipedia, the free encyclopedia

The is also a Business Shell, bush, but it doesn't appear to be related -- PegaSoft Canada - The Lone Coder - The Business Shell Evolution Blues

Google and Wikipedia are your friends -- best wishes ... cheers, drl
Thks drl, i have looking into google and wikipedia too and i have get the same goal of yours, i post here just for the reason that you has more experience about unix related things. I have dowload bush but does't seems to be my needs. I will check beanshell.
Thks for the help you give me people!!! Smilie
# 6  
Old 03-27-2008
SCO 5.0.4 is binary compatible with 5.0.7, but what may be the case is that the shell (bsh) is dynamically linked and there are library calls that are no longer the same, or bsh has its own library, and you have not set the library path correctly (ie bsh finds the SCO libraries before it finds the bsh libraries.)
Try doing an update install of 5.0.7 on the 5.0.4 box and see if bsh works then.
If the old box is your production system, you might want to consider building a temporary system for testing.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

[Basic Query]bsh script in tcsh shell

I am a beginner (Just 2 days old:o ), i will really appreciate if you can solve my silly queries as below: Lets say i write a script like this #!/bin/bsh clear #to read name from keyboard echo "your name please.." read fname echo "you just entered $fname" exit 0 My environment is... (2 Replies)
Discussion started by: animesharma
2 Replies

2. AIX

bsh problem

When I use bsh, and run "set -o vi" show the following error message: $set -o vi -o: 0402-003 A specified flag is not valid for this command. is my bsh problem or bsh use different command to do "set -o vi"? (2 Replies)
Discussion started by: rainbow_bean
2 Replies

3. Shell Programming and Scripting

difference between ksh and bsh

i am not that techie when it comes to unix. all i know is how to code... kindly enlighten me regarding the difference between ksh and bsh. we are currently running scripts using ksh... what would be the implications if we need them to run using bsh? thanks! (4 Replies)
Discussion started by: tads98
4 Replies

4. UNIX for Dummies Questions & Answers

convert from ksh to bsh

How difficult is it to convert from bourn shell to korn shell and visversa. Reason: If someone bombsout or logs out incorrectly the application we are using give the next person to log in the same permissions as the person that bombed out. Therefore createing ownership problems on print files. (2 Replies)
Discussion started by: Boyd Young
2 Replies
Login or Register to Ask a Question