Refresh, mam błąd związany z mysql na ubuntu 14.04, na Windows śmiga normalnie.
MySQL.so pobrane z linku w poście Bimbola o MySQL
Code:
Error: MySQL.so: cannot open shared object file: No such file or directory [error] Cannot load: MySQL.so
Dodam, że ścieżka do pliku jest jak najbardziej prawidłowa, bo gdy ją zmienię to wyskakuje MySQL.so doesn't exists!
@EDIT, Znalazłem rozwiązanie na ten problem. Solution in EN:
(1) Check for the existence of the dynamic library path environment variable(LD_LIBRARY_PATH)
Code:
$ echo $LD_LIBRARY_PATH
if there is nothing to be displayed, add a default path value (or not if you wish to)
Code:
$ LD_LIBRARY_PATH=/usr/local/lib
(2) We add the desire path, export it and try the application.
Write the code below, "gothic_server" is your gothic main directory
Code:
$ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path_to_gothic_server/
$ export LD_LIBRARY_PATH
Run the Gothic 2 Server
source :
http://www.gnu.org/software/gsl/manual/h...aries.html