hi, it seems odbc is found correctly but apr-util gives the following while the tests are run:
Loaded odbc driver OK. [Tue Aug 31 11:14:26 2010] [dbd_odbc] SQLConnect returned SQL_ERROR (-1) at dbd/apr_dbd_odbc.c:1076 [unixODBC][Driver Manager]Data source name not found, and no default driver specified IM002 Failed to open odbc[] Programs failed: testall gmake[4]: *** [check] Error 137 gmake[4]: Leaving directory `/home/rupert/mgar/pkg/apr-util/trunk/work/solaris9-sparc/build-isa-sparcv8/apr-util-1.3.9/test' gmake[3]: *** [check] Error 2 gmake[3]: Leaving directory `/home/rupert/mgar/pkg/apr-util/trunk/work/solaris9-sparc/build-isa-sparcv8/apr-util-1.3.9' gmake[2]: *** [test-work/solaris9-sparc/build-isa-sparcv8/apr-util-1.3.9/Makefile] Error 2 gmake[2]: Leaving directory `/home/rupert/mgar/pkg/apr-util/trunk' gmake[1]: *** [merge-isa-sparcv8] Error 2 gmake[1]: Leaving directory `/home/rupert/mgar/pkg/apr-util/trunk' gmake: *** [platforms] Error 2 it currently links to CSWsqlite3rt, and i hoped thats enough. i removed the dependency to odbc now and built --without-odbc. rupert On Mon, Aug 23, 2010 at 11:29, Dagobert Michelsen <[email protected]> wrote: > Hi Maciej, > > Am 28.07.2010 um 00:50 schrieb Maciej (Matchek) Blizinski: >> >> Are there any unixodbc users here? Version 2.3.0 (updated from >> 2.2.14) is available for testing: >> >> http://mirror.opencsw.org/experimental.html#maciej > > I just installed it and have some notes: > - The package provides isaexec-binaries for both 32/64 bit which is > AFAIK not really necessary. > - This is especially true for odbc_config, which now outputs always the > 64 bit flags on a 64 bit system. GAR has special handling for *-config > binaries to be never isaexec'ed, but here it call non-standard with > an underscore instead of a hyphen so default handling doesn't work: > gar.pkg.mk:_ISAEXEC_EXCLUDE_FILES = $(bindir)/%-config $(bindir)/%/%-config > - You could use > MIGRATE_FILES = odbc.ini odbcinst.ini ODBCDataSources > instead of use a hardwired cswmigrateconf from files/ > - When using SAMPLECONF the renaming of * to *.CSW is done automatically, > no need to do this manually in postinstall > - The shipped .ini files are empty. It would be nice to keep the ones > previously shipped with examples for all supported databases. > > APR-Util needs a working unixodbc for his tests, so I currently > building sqliteodbc as simplest possible test. > > > Best regards > > -- Dago > _______________________________________________ > maintainers mailing list > [email protected] > https://lists.opencsw.org/mailman/listinfo/maintainers > .:: This mailing list's archive is public. ::. > _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
