Liberty Unleashed

Liberty Unleashed => Support => Topic started by: JamesConway on August 23, 2016, 09:45:55 pm

Title: LU on Ubuntu 14.04 64 bits
Post by: JamesConway on August 23, 2016, 09:45:55 pm
I want to use LU on a 14.04 LTS 64 bits, I installed the 32 bits library and LU works. But when I want to use mysql, it won't work because the module lacks the following library:

/usr/lib/x86_64-linux-gnu/libmysqlclient.so.18

Is there something I can do to make it work on 14.04 64 bit?
Title: Re: LU on Ubuntu 14.04 64 bits
Post by: Ankris on August 23, 2016, 11:18:01 pm
From Google which isn't too hard to use which redirected me to StackOverflow:

Code: [Select]
ln /usr/lib/mysql/libmysqlclient.so.16.0.0  /usr/lib/libmysqlclient.so.18
Edit: You shouldn't use mysql because mysql_free still bugged I think, or at least you should use the MySQL module with the latest version I compiled.
Title: Re: LU on Ubuntu 14.04 64 bits
Post by: Motley on August 24, 2016, 05:02:40 pm
That's a outdated OS of linux. I Really Really would like to suggest Zorin OS,  Best linux OS I have used. A nice thing with this os is the fact it comes pre-packed with wine and other programs.

Zorin is free, I am not endorsing Zorn I am only helping you with a better alternative. I did a USB install.

http://zorinos.com/ (http://zorinos.com/)

Good luck with everything  :)
Title: Re: LU on Ubuntu 14.04 64 bits
Post by: Ankris on August 24, 2016, 05:37:51 pm
OS of linux

DISTRO, not OS. And I don't think he has linux for gaming.
Title: Re: LU on Ubuntu 14.04 64 bits
Post by: SugarD on September 02, 2016, 04:03:40 pm
It is being built for use on a Linux server host, hence his choice.