This is an old revision of the document!


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 installation guild for our LSWS Enterprise version.

Sometimes you may experience the following error:

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

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:

dpkg --add-architecture i386
apt-get update

For Debian 7 : ia32-libs
For Debian 8 : lib32z1 lib32ncurses5

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/06 16:16
  • by Serge Espitia