[Resolved] Wierd Installation Error

Cool-R

Active Member
#1
Hello,

I'm newbie to Linux. Although I have done some homework regarding installation of LiteSpeed.

PS: I have a VPS. Now here it goes.

=======
DEBIAN OS:

Disabled Apache & Allocated Port 80 for the Litespeed.

Everythingn goes fine. At the end..

Starting Lightspeed server:

I get this error.

Code:
/usr/local/lsws/bin/lswsctrl: line 70: ./litespeed: No such file or directory
Still, I'm facing Difficulties. Same error. Please help.


Trail #2: Tried on CentOS 5 - 64bit.

Everything worked fine with the install. Followed this guide.

Problem is that, I really want to use it on Debian (since its lighter).

Please guide me, Where I'm wrong. Responses would be appreciated.

Thank you for your time.
 
Last edited by a moderator:

Cool-R

Active Member
#2
Hello,

I have Read another user on this forum with same issue & he has used "apt-get install ia32-libs" command to fix it.

I did the same and this is the output.

technocorner:~# apt-get install ia32-libs
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package ia32-libs
EDIT:

Do i have to add something to /etc/apt/sources.list?

Please enlighten me!
 
Last edited:

Cool-R

Active Member
#4
Hello,

Thanks for your response. Looks like I have resolved the issue ( did my homework :) )

For everyone who has this problem. Just follow these. I'm sure many of them will get it since Debian comes with No packages.

Follow this:

Code:
   # apt-get update
Then I ran

Code:
apt-get install ia32-libs
This Fixed up everything. Now I can install fine.
 
Top