Re: using unixodbc-dev instead of libiodbc2-dev

2012-05-25 Thread Sune Vuorela
On 2012-05-25, Aaron J. Seigo wrote: > (assuming virtodbc_r is indeed the correct library from unixodbc to use; i > don't know, just going from what's in the patch you posted) This one isn't about switching to unixodbc, but bypassing the drivermanager bits called 'odbc' completely. The reason f

Re: using unixodbc-dev instead of libiodbc2-dev

2012-05-25 Thread Lindsay Mathieson
On Fri, 25 May 2012 02:04:46 PM Aaron J. Seigo wrote: > not as-is, no. it has hard coded paths in it > > you will need to change this: > > find_library(IODBC_LIBRARIES NAMES iodbc > > so that it also works with unixodbc. maybe something like: > > find_library(IODBC_LIBRARIES NAMES iodb virtodb

Re: using unixodbc-dev instead of libiodbc2-dev

2012-05-25 Thread Aaron J. Seigo
On Friday, May 25, 2012 15:18:53 Lindsay Mathieson wrote: > Is there anyway to incorporate the following patch: not as-is, no. it has hard coded paths in it :) you will need to change this: find_library(IODBC_LIBRARIES NAMES iodbc so that it also works with unixodbc. maybe something like: fin

using unixodbc-dev instead of libiodbc2-dev

2012-05-24 Thread Lindsay Mathieson
Is there anyway to incorporate the following patch: http://paste.ubuntu.com/968384/ into the soprano build so it can use unixodbc if that's installed rather than libiodbc2. I'm finishing off a fully automated build VM and this is the last stumbling block - currently users have to first down