![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SCO Santa Cruz Operation (SCO) was a software company based in Santa Cruz, California which was best known for selling three UNIX variants for Intel x86. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linux Shell Question: how to print the shell script name ? | meili100 | UNIX for Dummies Questions & Answers | 3 | 07-01-2008 10:55 AM |
| Difference between writing Unix Shell script and AIX Shell Scripts | haroonec | AIX | 0 | 04-11-2006 11:27 PM |
| How to run unix commands in a new shell inside a shell script? | hkapil | Shell Programming and Scripting | 2 | 01-04-2006 03:56 AM |
| how to convert from korn shell to normal shell with this code? | forevercalz | Shell Programming and Scripting | 21 | 11-22-2005 11:18 PM |
| simple shell - how to get a parameter typed in a shell script | cmitulescu | Shell Programming and Scripting | 3 | 12-05-2001 12:04 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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! |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
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
|
||||
|
||||
|
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
|
|||
|
|||
|
Quote:
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
|
|||
|
|||
|
Quote:
Thks for the help you give me people!!! |
|
#6
|
|||
|
|||
|
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. |
|||
| Google The UNIX and Linux Forums |