Hi, Yes, the Windows installer use a higher compression than the rpm.
First check if your MySQL server is started : ps aux | grep mysqld Also I not add to this release a check of the client library to use, the program search only for a generic libmysqlclient.so but not all distribution create this link. To solve this problem look at the library you have installed: ls /usr/lib/libmysqlclient.so* You must see a file like /usr/lib/libmysqlclient.so.12 Su to root and type ln -s /usr/lib/libmysqlclient.so.12 /usr/lib/libmysqlclient.so After this step follow the instruction on the release page. Patrick ------------------------ Yahoo! Groups Sponsor --------------------~--> In low income neighborhoods, 84% do not own computers. At Network for Good, help bridge the Digital Divide! http://us.click.yahoo.com/EA3HyD/3MnJAA/79vVAA/1.XolB/TM --------------------------------------------------------------------~-> To Post a message, send it to: [email protected] To Unsubscribe, send a blank message to: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/skychart-discussion/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
