From:
<car...@te...> - 2003-10-10 10:51:59
|
Hello: > 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 :( Try to copy it into your mono/lib directory. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |