I've been trying to get sguil-0.9.0 to work on the Sept 10, 2014 snapshot of OpenBSD 5.6, but I keep getting this error when I try to run sguild
./sguild ERROR: The mysqltcl extension does NOT appear to be installed on this sysem. Download it athttp://www.xdobry.de/mysqltcl/ SGUILD: Exiting... tclsh8.6 is installed as well as mysqltcl-3.052 # tclsh % package require Tcl 8.6.0 % package require mysqltcl couldn't load file "/usr/local/lib/mysqltcl-3.052/libmysqltcl3052.so.1.0": Cannot load specified object % exit # ls -l /usr/local/lib/mysqltcl-3.052 total 100 -rwxr-xr-x 1 root wheel 48717 Sep 22 15:07 libmysqltcl3052.so.1.0 -rw-r--r-- 1 root wheel 128 Sep 22 15:07 pkgIndex.tcl # file /usr/local/lib/mysqltcl-3.052/libmysqltcl3052.so.1.0 /usr/local/lib/mysqltcl-3.052/libmysqltcl3052.so.1.0: ELF 64-bit LSB shared object, x86-64, version 1, for OpenBSD, dynamically linked, not stripped This is the results from OpenBSD 5.5 # tclsh % package require Tcl 8.6.0 % package require mysqltcl 3.052 % exit # ls -l /usr/local/lib/mysqltcl-3.052 total 104 -rwxr-xr-x 1 root wheel 49653 Sep 23 18:46 libmysqltcl3052.so.1.0 -rw-r--r-- 1 root wheel 128 Sep 23 18:46 pkgIndex.tcl # file /usr/local/lib/mysqltcl-3.052/libmysqltcl3052.so.1.0 /usr/local/lib/mysqltcl-3.052/libmysqltcl3052.so.1.0: ELF 64-bit LSB shared object, x86-64, version 1, for OpenBSD, dynamically linked, not stripped Any ideas why this no longer works and why the library file size is different? Stan