Linux / UNIX Tech Support Forum
This is a discussion on How should i make install Apple Shake on Fedora7 within the CentOS / RHEL / Fedora forums, part of the Linux Distribution category; I installed fedora 7 to run shake as per manual instruction i created nreal folder in usr folder and copied ...
|
|||||||
| CentOS / RHEL / Fedora Discussion about Redhat Enterprise Linux or CentOS or Fedora Linux related problems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I installed fedora 7 to run shake as per manual instruction i created nreal folder in usr folder and copied my extracted shake application folder inside nreal folder,
then it needed ethernet card address to be in key.dat file that i added in key.dat file and copied it to keys directory inside application directory.. but to run shake i needed csh so i tried Code:
sudo apt-get install csh i even tried yum install tcshthat gave me following Code:
Loading "upgrade-helper" plugin Existing lock /var/run/yum.pid: another copy is running as pid 3900. Another app is currently holding the yum lock; waiting for it to exit... Another app is currently holding the yum lock; waiting for it to exit... fedora 100% |=========================| 2.1 kB 00:00 livna 100% |=========================| 2.1 kB 00:00 updates 100% |=========================| 2.3 kB 00:00 Setting up Install Process Parsing package install arguments Package tcsh - 6.14-15.i386 is already installed. Code:
#!/bin/csh -f
#
# set env var, NR_SHAKE_LOCATION if not set
#
#!/bin/csh -f
#
# set env var, NR_SHAKE_LOCATION if not set
#
if ${?NR_SHAKE_LOCATION} == 0 then
pushd `dirname $0` >& /dev/null
setenv NR_SHAKE_LOCATION `dirname ${cwd}`;
popd >& /dev/null
endif
#
# set env var, LD_LIBRARYN32_PATH
#
if ${?LD_LIBRARYN32_PATH} then
setenv LD_LIBRARYN32_PATH ${NR_SHAKE_LOCATION}/lib:${LD_LIBRARYN32_PATH};
else
setenv LD_LIBRARYN32_PATH ${NR_SHAKE_LOCATION}/lib;
endif
#
# set env var, LD_LIBRARY_PATH
#
if ${?LD_LIBRARY_PATH} then
setenv LD_LIBRARY_PATH /usr/lib:${NR_SHAKE_LOCATION}/lib:${NR_SHAKE_LOCATION}/lib/mesa:${LD_LIBRARY_PATH};
else
setenv LD_LIBRARY_PATH /usr/lib:${NR_SHAKE_LOCATION}/lib:${NR_SHAKE_LOCATION}/lib/mesa;
endif
#
# launch shake
#
exec ${NR_SHAKE_LOCATION}/bin/shkx.exe $argv:q
#echo NR_SHAKE_LOCATION = ${NR_SHAKE_LOCATION};
#echo LD_LIBRARYN32_PATH = ${LD_LIBRARYN32_PATH};
#echo LD_LIBRARY_PATH = ${LD_LIBRARY_PATH};
|
| Sponsored Links | ||
|
|
|
||||
|
Did you see NR_SHAKE_LOCATION location? Do you get any specific error?
__________________
Vivek Gite Linux Evangelist |
|
|||
|
and also i read in the manual that says
To start Shake in Linux: 1 Add shake-v4.TBD.TBD/bin to your current path. 2 To start Shake, type the following in any shell: shake but i dont know how to add shake-v4.TBD.TBD/bin to current path maybe this is what i am missing .. |
|
||||
|
You need to use export command to add any directory to PATH. Open terminal / shell prompt and type:
Code:
export PATH=$PATH:/path/to/shake-v4.TBD.TBD/bin Code:
export PATH=$PATH:/home/tom/shake-v4.TBD.TBD/bin
__________________
Vivek Gite Linux Evangelist |
|
|||
|
well i did it
[root@localhost bin]# export PATH=$PATH:/usr/nreal/shake-v4.00.0607/bin but now i get a different error when i try to run shake i.e. [root@localhost bin]# shake /usr/nreal/shake-v4.00.0607/bin/shkx.exe: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory also it needed hostid to be entered in key.dat file in the keys folder so in terminal i typed hostid that gave me 007f0100 while in windows XP the host id is different. that in xp i use ethernet address as hostid i am bit confused why hostid is different in different OS.. |
![]() |
| Tags |
| apple , apple shake , fedora , installation |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to install GNU make(1) under Centos? | Duan | CentOS / RHEL / Fedora | 1 | 12-17-2008 01:21 PM |
| Apple Mac Login To Linux Application Server | amanuensis | Linux software | 2 | 11-26-2008 11:37 PM |
| iam very egar to make my mail server but :-( but i could not make dns server | ashu.wifi | Mail Servers | 0 | 06-16-2008 08:47 AM |
| upgrade fedora7 to fedora8 with yum | shabakeh | CentOS / RHEL / Fedora | 1 | 11-18-2007 08:17 AM |
| how to configure airtel broadband service in fedora7 | ettahoney | Computer Networking and Internet/broadband | 1 | 08-15-2007 11:59 PM |