Hi!
Two issues:
1,
I had to change in src/tools/install.neko, the mysql section:
lib => "libmysqlclient_r.a"
to
lib => "libmysqlclient_r.so"
or the compiler would complain about cannot relocate symbol. (I think
the same would stand for 1.8.1)
system:
gentoo 2008.1, x64
gcc (Gentoo 4.3.2-r3 p1.6, pie-10.1.5) 4.3.2
mysql Ver 14.12 Distrib 5.0.70, for pc-linux-gnu (x86_64) using readline 5.
2,
Now that mysql.ndll is build, I can connect to my database with
user&pass if I remove mysql5.ndll.
But with mysql5.ndll, I get an exception from mysql.c telling that
"Access is forbidden for u...@localhost, using password yes" (the
standartd mysql error msg)
Is there a known bug why mysql5.ndll should not work where mysql.ndll works?
Thank you,
Robin
--
Neko : One VM to run them all
(http://nekovm.org)