Re: [unixODBC][Driver Manager]Can't open lib ... Access is denied
Igor Korot <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Dave, I think there should be a configure option. SOmething like "--disable-shared" or --enable-static". "./configure --help" is your friend. Thank you. On Thu, Jun 9, 2011 at 11:03 AM, Dave Dumaresq <[email protected]> wrote: > Thanks for the background; I see not having shared object libraries > could be my trouble, so I'm looking at how to compile and link just > the src/odbc code into the libtdsodbc dll. I don't see the source for > libtdsodbc though, which makes me think this isn't possible, or my > understanding of the problem is incorrect. > > Perhaps, my whole approach is wrong. > > I've set out to build openLDAP with back-sql support (requiring odbc > to connect to a MS-SQL server) in a cygwin env, because I've done this > in an ubuntu env with relatively little pain, and running openLDAP on > a windows server is our preferred platform. > > Has anyone done this before? > > Thanks, > Dave > > On 9-Jun-11, at 10:13 AM, [email protected] wrote: > >> >> http://cygwin.com/ml/cygwin/2004-11/msg00124.html >> >> Apparently shared libraries are named .DLL in cygwin. The .a files >> on my system >> are static libraries, e.g.: >> >> $ file /usr/lib/libticw.* >> /usr/lib/libticw.a: current ar archive >> /usr/lib/libticw.dll.a: current ar archive >> /usr/lib/libticw.la: libtool library file > > -- > Dave Dumaresq > Technical Analyst - BCcampus > 200 - 555 Seymour St, Vancouver BC > Phone: 604-412-7738 > > > > > > _______________________________________________ > FreeTDS mailing list > [email protected] > http://lists.ibiblio.org/mailman/listinfo/freetds >