I've downloaded the latest DB2 client, and its ODBC registration program complains that this is missing. No threads or references here. There didn't appear to be a download for it at M$. A search yielded lots o sites that offered it. Any recommendations? thanks
Mon, Jan 26, 2009 at 7:27 PM, Robert <wineforum-user at winehq.org> wrote:> I've downloaded the latest DB2 client, and its ODBC registration program complains that this is missing. No threads or references here. There didn't appear to be a download for it at M$. > > A search yielded lots o sites that offered it. Any recommendations? > > thanks >Appears to be part of SQL server. What app is this? -- -Austin
Robert wrote:> I've downloaded the latest DB2 client, and its ODBC registration program complains that this is missing. No threads or references here. There didn't appear to be a download for it at M$. > > A search yielded lots o sites that offered it. Any recommendations? > >IBM should be where you get this file from as they are the manufacturers of and distributors of DB2. James McKenzie
If this is the procedure: http://appdb.winehq.org/commentview.php?iAppId=2599&iVersionId=3780&iThreadId=38826 I'll do that in the morning. Getting toward my bed time. :P Patch-ing is not in my experience, and if I can it, I'll have real time to get back to normal. thanks. Robert
> > No. It would create a dll.so file. You could try just making an empty > file named authz.dll and put it in your ~/.wine, that may help. But if > the app actually uses it, it'll fail. You need to get it however the > app expects (probably depends on a database program installation? > > -- > -AustinIt is a windows dll, perhaps only win/2003 server. It's described on the M$ KB. Why the latest DB2 client demands it, I've no idea; previous versions didn't. My wine is set to be XP. Thanks for the assistance, and I'll just use the regular linux DB2 stuff. This was only to be able to use a windows database editor, AQT. I was able to get it all working on Ubuntu 6.06/32. This is 8.10/64. That may well have some bearing on it. But not enough to waste any more of folks' time. thanks, Robert
The patch ran, but it looks like a switch for 64 bit needs setting: checking whether gcc -m32 works... no configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries. thanks, Robert
On Tue, Jan 27, 2009 at 8:15 PM, Robert <wineforum-user at winehq.org> wrote:> The patch ran, but it looks like a switch for 64 bit needs setting: > > checking whether gcc -m32 works... no > configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries. > > thanks, > Robert > > > > > >http://wiki.winehq.org/WineOn64bit -- -Austin
getting closer. ran the procedures, but ./configure fails with ... checking for shmat... yes checking for IceConnectionNumber in -lICE... no checking for flex... no configure: error: no suitable flex found. Please install the 'flex' package. the install-wine-deps.sh ran without error. flex is shown, on line 18, but I guess is not actually in the packages? thanks, Robert