Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
litespeed_wiki:install:standard [2015/05/01 18:35]
Jackson Zhang created
— (current)
Line 1: Line 1:
-====== How to install LSWS Standard Edition ====== 
- 
-LSWS Standard Edition is a free version with reduced features. You can generally follow the same [[http://​www.litespeedtech.com/​docs/​webserver/​install|installation guild]] as Enterprise version. ​ 
- 
-Sometimes you may experience the following error: 
- 
-<​code>​ 
-Would you like to start it right now [Y/n]? 
- 
-/​opt/​lsws/​bin/​lswsctrl:​ 76: /​opt/​lsws/​bin/​lswsctrl:​ ./​litespeed:​ not found 
-[ERROR] Failed to start litespeed! 
-litespeed: no process found 
-</​code>​ 
- 
-What's wrong with it? Why ./litespeed not found? ​ 
- 
-Only 32 bit binary files are included in standard edition. To run Standard Edition on a 64bit Linux build, you will need to install 32bit compatible libraries (ia32-libs for Ubuntu/​Debian and glibc for CentOS). ​ 
- 
-On Debian System: 
-<​code>​ 
-dpkg --add-architecture i386 
-apt-get update 
- 
-For Debian 7 : ia32-libs 
-For Debian 8 : lib32z1 lib32ncurses5 
-</​code>​ 
- 
-which fixes the problem. 
- 
-Please pay attention to the note for each file on download page. For example, to run LSWS version 5.0 on FreeBSD version higher than 8.x (x86) needs to install /​usr/​ports/​misc/​compat8x. 
- 
- 
- 
  
  • Admin
  • Last modified: 2015/05/01 18:35
  • by Jackson Zhang