There is the etc/mono/config file that maps a dll name used in the DllImport to the actual shared library file. However, I haven't got it to work for me. I've heard the config file is platform specific.
You can find it here: MONO_INSTALL_PREFIX/etc/mono/config In mono cvs, this file is: mono/data/config.in Feel free to provide any patches. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Haynes Sent: Friday, January 03, 2003 4:16 AM To: [EMAIL PROTECTED] Subject: Re: [Mono-list] compiling myodbc app on linux [EMAIL PROTECTED] writes: > I have tested System.Data.Odbc with libiodbc. I had to link > libodbc32.so to /usr/lib/libiodbc.so and set LD_LIBRARY_PATH to the > dir where libodbc32.so is. Agreed, it works, but I'm wondering: is there not a config file somewhere that determines (indirectly) the name of the shared library, either at compile- or run-time? I'm also in the process of testing compatibility with postgresql & mysql using a couple of drivers each. Cheers, ~Tim -- Product Development Consultant OpenLink Software Tel: +44 (0) 20 8681 7701 Web: <http://www.openlinksw.com/> Universal Data Access & Data Integration Technology Providers _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
