2.1 final not working with encrypted Sybase dbs

I’m having a very strange problem with 2.1:
after performing a clean install of 2.1, I’m getting those errors with encrypted dbs
Can’t connect message:
java.sql.SQLException: JZ006: Caught IOException: java.net.ConnectException: Connection refused

If I look into sybase log, I see:
E. 09/10 08:35:58. Missing or invalid encryption DLL

The strange fact is that I don’t have any problem with an upgraded version of Servoy (RC4 → Final)
All the db are upgraded to Sybase 9.0.1, but the clean install only works if I remove the encripted database from sybase.config, the upgraded works flawlessly with the same settings.
The problem doesn’t seem to show up under windows, but I tested on OSX.3.5 with the old and the new Java release and the result is the same: Servoy refuses to launch if there’s an encrypted db listed in Sybase.config

Riccardino:
The problem doesn’t seem to show up under windows, but I tested on OSX.3.5 with the old and the new Java release and the result is the same: Servoy refuses to launch if there’s an encrypted db listed in Sybase.config

Correction: I tested under Windows XP and I’m having the same problem.

Problem has been reported to Sybase. They hope to release EBF’s (fixes) for it soon. The problem only occurrs on Linux and Mac (not on windows) and can temporarily be addressed by installing SQL Studio and adding it’s lib directory to your LD_LIBRARY_PATH (linux) or DYLD_LIBRARY_PATH (mac)