Installation on Linux
If you will install SSForge on Linux system, you can use following methods to
install it:
Install SSForge with
Linux/Unix Installer:
a. Login
host with telnet:
If you can't operate your host where SSForge will
be installed directly, you need to use telnet to do the installation work. Use
telnet to login SSForge host with your user name and password
(The user name and password is your host's user name. If you don't
know,
please contact your host provider). If you want to install programs or
manage server with telnet, you need to login with "root" user. Please see
How to login Linux host with telnet?.
b. Download SSForge Linux/Unix Installer:
Click to download SSForge Linux/Unix
installer from our website http://www.ssforge.com
, or input command to download
with wget. Following example shows how to download SSForge professional
Linux/Unix installer file with wget:
# cd /home
# wget http://www.ssforge.com/ssforge_pro.run
If your host where SSForge will
be installed can't use wget to download installer file directly, you may need to
download it to your computer, then use FTP program to transfer to that host.
Make sure to transfer it as binary. If transfer as ASCII, it will show "MD5
checksums error" when installing. After transferring finished, you can use
"CD path" command to enter the folder where the installer file is uploaded.
c. Start installing:
Before
installing, make sure you are logged in as "root" user and your SSForge host already installed GCC.
Now you can input following command to start installing:
# sh ssforge_pro.run
After installing finished, the SSForge
server will be also started, and will automatically start when Linux startup.
d. Full example:
Following example shows how to install SSForge with telnet:
telnet 122.122.1.1 (Your host's IP)
Login: admin
Password:
Last login: Sun May 16 21:15:42 from site.net
admin@server [~]# su -
Password:
root@server [~]# cd /home
root@server [~]# wget http://www.ssforge.com/ssforge_pro.run
root@server [~]# sh
ssforge_pro.run
FAQ:
a. "libstdc++.so.6" error:
If display error: "Starting ssforge:
ssforge: error while loading shared libraries: libstdc++.so.6: cannot open
shared object file: No such file or directory", please click
here to see how to solve.
b. MD5 checksums error:
If display error: "Verifying archive
integrity...Error in MD5 checksums: a6b321278178eeaadf756ab6aa3c57d6 is
different from d533b3941863ccdd251f3d6b1b2e40db", please click
here to see how to solve.
c. Permission denied:
If display many "Permission denied" errors when installing,
eg. "cp: cannot remove `/var/lib/ssforge/html/sshm/images/acctcfg_suspend.gif':
Permission denied", that is because you are not logged in as "root"
use when installing. Please logout and login as "root" user to continue.
d. -bash: ./ssforge_pro.run: Permission denied:
If you input "./ssforge_pro.run" instead of "sh ssforge_pro.run" to
start installing and the installer file "ssforge_pro.run" isn't executable mode, it will shows
this error. Just input following command before installing:
#chmod 755 ssforge_pro.run