Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
litespeed_wiki:install:standard [2015/05/06 16:26]
Serge Espitia
— (current)
Line 1: Line 1:
-====== How to install LSWS Standard Edition ====== 
- 
-LSWS Standard Edition is a free and offers reduced features. To install it, you cam You can follow the same [[http://​www.litespeedtech.com/​docs/​webserver/​install|installation guild]] for our LSWS Enterprise version. ​ 
- 
-During the installation,​ you might 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? ​ 
- 
-LSWS standard only includes 32 bit binary files. 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 a Debian System: 
-<​code>​ 
-dpkg --add-architecture i386 
-apt-get update 
- 
-For Debian 7 : ia32-libs 
-For Debian 8 : lib32z1 lib32ncurses5 
-</​code>​ 
- 
-Solves the problem. 
- 
-Please pay attention to the file notes on our download page. For example, to run LSWS version 5.0 on a FreeBSD version higher than 8.x (x86) you will need to install /​usr/​ports/​misc/​compat8x. 
- 
- 
- 
  
  • Admin
  • Last modified: 2015/05/06 16:26
  • by Serge Espitia