From: Thomas A. <tho...@st...> - 2003-10-10 10:46:35
|
Hi, Sorry if this is a dumb question, but I couldn't find any doc that covers our problem. We want to set up Firebird .NET Data Provider for mono on Red Hat 9. We downloaded the source of .NET Provider, compiled it using the make file, and now have FirebirdSql.Data.Firebird.dll in ./build. The problem is we don't know how to get mono to use the dll. We tried putting it with the other DLLs (I think it was /usr/lib) but it didn't work. Is there some command (like ldconfig) that we need to run for mono to be able to use it ? (Mono seems to be working fine - we tested by compiling the sample stuff.) Sorry the question's so vague, I'm not a c# programmer, and I'm nowhere near the pc now :( Many thanks, Thomas |