Package: libhk-classes-postgres Version: 0.8.2-2 Severity: important
I am using the hk_classes in my program and get the following messages, if I try to use the postgres driver: nohandle!!! Database driver 'pgsql' could not be loaded. Reason: /usr/lib/hk_classes/drivers/libhk_pgsqldriver.so: cannot open shared object file: No such file or directory /usr/lib/hk_classes/drivers/libhk_pgsqldriver.dylib: cannot open shared object file: No such file or directory /usr/lib/hk_classes/drivers/libhk_pgsqldriver.sl: cannot open shared object file: No such file or directory # error creating connection to DB of type pgsql The reason seems to be the wrong name of the shared library (libhk_postgresdriver.so instead of libhk_pgsqldriver.so). [Solution] I created a link and now it works: /usr/lib/hk_classes/drivers# ln -s libhk_postgresdriver.so libhk_pgsqldriver.so I am not shure where to find the wrong configuration exactly, it might be in package libhk-classes15. -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-686 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Versions of packages libhk-classes-postgres depends on: ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries ii libgcc1 1:4.1.1-21 GCC support library ii libhk-classes15 0.8.2-2 C++ library for database applicati ii libpq4 8.1.9-0etch1 PostgreSQL C client library ii libstdc++6 4.1.1-21 The GNU Standard C++ Library v3 libhk-classes-postgres recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

