[Resolved] Problem Installing Litespeed

#1
Hello, im new to Linux and can someone tell me why i cannot install litespeed. I get this problem: ./functions.sh : line 53: more command not found. And then it freezes until i restart Winscp. Can someone tell me where am i suppose to install it.

Thank you for your help.

Additional Info : My OS is CentOS, Debian, openSUSE
 
Last edited by a moderator:

NiteWave

Administrator
#2
no "more" utility on your linux.

install it by
yum install util-linux.i386 (if 32-bit linux)
or
yum install util-linux.x86_64 (if 64-bit linux)
 
#7
Actually its one of the 3 choice of operating system that i can choose.

Either I have no idea on how to use Linux or Linux isn't working properly. It keep freezing at some commands.
 
Last edited:
#10
i can install now properly but now i cannot start litespeed web server. I get this error:

Code:
[OK] The startup script has been successfully installed!
Would you like to start it right now [Y/n]? Y

/usr/local/lsws/bin/lswsctrl: line 69: ./litespeed: No such file or directory
[ERROR] Failed to start litespeed!
litespeed: no process killed
/usr/local/lsws/bin/lswsctrl: line 69: ./litespeed: No such file or directory
[ERROR] Failed to start litespeed!
Maybe nobody user is having problem writing files. During installation what should i type in USER [nobody]?
 
Last edited:
#12
Here is the output:

Code:
total 116
drwxr-xr-x 12 root root  4096 Sep 27 01:21 .
drwxr-xr-x  3 root root  4096 Sep 27 01:22 ..
drwxrwxr-x  5  500  500  4096 Aug 24 18:09 DEFAULT
-rw-rw-r--  1  500  500   555 Apr 15  2003 INSTALL
-rw-rw-r--  1  500  500  4014 Aug 24 18:11 LICENSE
-rw-rw-r--  1  500  500  2214 Oct 27  2004 LICENSE.OpenLDAP
-rw-rw-r--  1  500  500  6279 Jun 16  2003 LICENSE.OpenSSL
-rw-rw-r--  1  500  500  3208 Jun 16  2003 LICENSE.PHP
-rw-rw-r--  1  500  500     7 Aug 24 18:09 VERSION
drwxrwxr-x 11  500  500  4096 Aug 24 18:09 add-ons
drwxrwxr-x  6  500  500  4096 Aug 24 18:09 admin
drwxrwxr-x  2  500  500  4096 Aug 24 18:11 bin
drwxrwxr-x  3  500  500  4096 Sep 27 01:22 conf
drwxrwxr-x  2  500  500  4096 Aug 24 18:09 docs
drwxrwxr-x  2  500  500  4096 Aug 24 18:09 fcgi-bin
-rw-rw-r--  1  500  500 34437 Jul 29 21:14 functions.sh
-rwxrwxr-x  1  500  500   592 Aug 24 18:11 install.sh
drwxrwxr-x  2  500  500  4096 Aug 24 18:09 lib
drwxrwxr-x  2  500  500  4096 Aug 24 18:09 php
drwxrwxr-x  3  500  500  4096 Aug 24 18:09 share
 
#14
The output would be:

Code:
total 7544
drwxr-sr-x  2 root root    4096 Sep 27 01:22 .
drwxr-sr-x 15 root root    4096 Sep 27 01:22 ..
lrwxrwxrwx  1 root root      13 Sep 27 01:22 httpd -> lscgid.4.0.16
lrwxrwxrwx  1 root root       7 Sep 27 01:22 litespeed -> lshttpd
lrwxrwxrwx  1 root root      15 Sep 27 01:22 lscgid -> ./lscgid.4.0.16
-r-sr-xr-x  1 root root   15020 Sep 27 01:22 lscgid.4.0.16
lrwxrwxrwx  1 root root      16 Sep 27 01:22 lshttpd -> ./lshttpd.4.0.16
-r-xr-xr-x  1 root root 7595495 Sep 27 01:22 lshttpd.4.0.16
lrwxrwxrwx  1 root root      17 Sep 27 01:22 lswsctrl -> ./lswsctrl.4.0.16
-r-xr-xr-x  1 root root    3947 Sep 27 01:22 lswsctrl.4.0.16
-r-xr-xr-x  1 root root   76248 Sep 27 01:22 updateagent
-r-xr-xr-x  1 root root     851 Sep 27 01:22 wswatch.sh
 
Top