Package: neko
Version: 1.8.1-1
Severity: important
( I'm using a backported package builded with cowbuilder for lenny, apologizes
if it's not reproducible on sid. )
the following neko source code :
class Test {
public static function main() {
var cnx = neko.db.Mysql.connect({
host : "localhost",
port : 3306,
user : "root",
pass : "password",
socket : "/var/run/mysqld/mysqld.sock",
//socket : null,
database : "test"
});
cnx.close();
}
}
produce :
Called from <null> line 1
Called from Test.hx line 3
Called from neko/db/Mysql.hx line 193
Uncaught exception - mysql.c(444) : Failed to connect to mysql server : Unix
Socket connections are not supported
or if not using socket :
Called from <null> line 1
Called from Test.hx line 3
Called from neko/db/Mysql.hx line 193
Uncaught exception - mysql.c(444) : Failed to connect to mysql server : Access
denied for user 'root'@'localhost' (using password: YES)
deleting /usr/lib/neko/mysql5.ndll fix this issue.
-- System Information:
Debian Release: 5.0.2
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-rc3-tip (SMP w/7 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages neko depends on:
ii libc6 2.7-18 GNU C Library: Shared libraries
ii libglib2.0-0 2.16.6-2 The GLib library of C routines
ii libmysqlclient15off 5.0.51vixns-3 MySQL database client library
ii libneko0 1.8.1.vixns-1 Lightweight virtual machine - shar
ii libpcre3 7.6-2.1 Perl 5 Compatible Regular Expressi
ii libsqlite3-0 3.5.9-6 SQLite 3 shared library
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
neko recommends no packages.
Versions of packages neko suggests:
pn libapache2-mod-neko <none> (no description available)
pn neko-dev <none> (no description available)
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]