LiteSpeed Technologies
Download Download     Blog Blog     Wiki Wiki     Forum Forum     Store     Contact Contact    

Go Back   LiteSpeed Support Forums > LiteSpeed Web Server > Install/Configuration > Linux i686.

Reply
 
Thread Tools Display Modes
  #1  
Old 07-14-2006, 09:41 AM
NetJaro NetJaro is offline
New Member
 
Join Date: Jul 2006
Posts: 4
Default Linux i686.

Hello.

Sorry for my English - I from Poland.

Now I had Apache. I want change this on LiteSpeed :-)
In phpinfo() I see:
Quote:
Linux ls678.lucidityhosting.com 2.6.15.4 #1 SMP Wed May 17 12:54:23 EDT 2006 i686
In download site I see only Linux (x86)
Can I install LiteSpeed on my server?

Thanks!
Martin.

Last edited by NetJaro; 07-14-2006 at 09:47 AM..
Reply With Quote
  #2  
Old 07-14-2006, 09:57 AM
xing xing is offline
LiteSpeed Staff
 
Join Date: Oct 2003
Location: Los Angeles, California
Posts: 380
NetJaro,

Our Linux x86 package will work on your server. =)

x86 means any cpu that supports the 386 or higher intel compatible instruction set.
Reply With Quote
  #3  
Old 07-14-2006, 10:04 AM
NetJaro NetJaro is offline
New Member
 
Join Date: Jul 2006
Posts: 4
OK, Thanks.
Very Thanks!

LiteSpeed is cool! :-)
Reply With Quote
  #4  
Old 07-15-2006, 02:00 AM
NetJaro NetJaro is offline
New Member
 
Join Date: Jul 2006
Posts: 4
So.

I install LiteSpeed - work
But, MySQL saw error: Client does not support authentication protocol requested by server; consider upgrading MySQL client.

I upgrade MySQL do 5.0, but it is'nt work.

Help me..

Thanks,
Martin.
Reply With Quote
  #5  
Old 07-15-2006, 08:46 AM
ts77 ts77 is offline
Senior Member
 
Join Date: Nov 2004
Posts: 288
the mysql-client in the installed php is too old. you need to recompile php or make litespeed use another php on the server which is compiled to a newer mysql-lib.
Reply With Quote
  #6  
Old 07-17-2006, 10:47 AM
zellster zellster is offline
Senior Member
 
Join Date: Sep 2004
Posts: 55
More information can be found here: http://dev.mysql.com/doc/refman/5.0/en/old-client.html

I ended up modifying the local mySQL accounts like the following:

SET PASSWORD FOR 'eventumuser'@'%' = OLD_PASSWORD('password');
SET PASSWORD FOR 'eventumuser'@'localhost' = OLD_PASSWORD('password');
SET PASSWORD FOR 'eventumuser'@'localhost.localdomain' = OLD_PASSWORD('password');
Reply With Quote
  #7  
Old 07-17-2006, 11:41 AM
xing xing is offline
LiteSpeed Staff
 
Join Date: Oct 2003
Location: Los Angeles, California
Posts: 380
One of the major difference between Mysql and 4 and 5 protocol is that the password hashing length has been increased. Thus Mysql 4 account password no longer works under 5.

In the Mysql 5 install directory, there should be a upgrade script to convert the passwords to the new format.

Regardless, there are much more important changes between 4 and 5 and it is still highly recommended to use the Mysql 5 client API, recompile php with mysq 5 support, than use Mysql 4 api with mysql 5 workarounds.

One of the biggest improvement in Mysql 5 is the binary protocol/prepared statements. It will resolve most of the sql injection problems that is all the rage these days. Unfortunately, too many opensource apps still target Mysql 4 users for compatibility. Can't blame them but I would rather get security than compatibility.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
3.1 Linux 64 problem baxtr Install/Configuration 1 05-03-2007 11:16 AM
unable to create fastcgi PHP on Linux jooray General 2 12-31-2006 04:34 AM
Installation LiteSpeed 3.0 Beta on Fedora Linux dinooz Install/Configuration 1 12-07-2006 01:33 PM
DBI connect() failed: (no error string) linux any advice deadpool CGI/Perl/Python 0 08-02-2006 02:08 AM
Broken link for Linux 1.5.11 zellster Bug Reports 1 10-28-2004 07:25 PM


All times are GMT -7. The time now is 03:22 PM.



- Archive - Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved. Privacy Policy.