On Fri, Jan 31, 2014 at 3:32 PM, Lamb, Joel <[email protected]> wrote:
> Dev Team > > > > I couldn't find a list for support or questions, so I hope this is the > correct list to sent to. > > > > I'm trying to build apr-util-1.5.3.tar.bz2 which I downloaded from your > site. I'm getting an error with testing and I can't seem to figure out > what to do next. Any help you can provide will be greatly appreciated. > > > > OS: Red Hat Enterprise Linux Server release 6.2 (Santiago) > > > > I was able to build apr-1.5.0.tar.bz2 with no issues. > > > > Command I'm running: rpmbuild -tb apr-util-1.5.3.tar.bz2 > > > > Error I'm getting: > > Loaded freetds driver OK. > > Failed to open freetds[] > > Loaded odbc driver OK. > > [Fri Jan 31 15:22:57 2014] [dbd_odbc] SQLConnect returned SQL_ERROR (-1) > at dbd/apr_dbd_odbc.c:1131 [unixODBC][Driver Manager]Data source name not > found, and no default driver specified IM002 > > Failed to open odbc[] > > teststrmatch : SUCCESS > > testuri : SUCCESS > > testuuid : -./testall: symbol lookup error: > /root/rpmbuild/BUILD/apr-util-1.5.3/.libs/libaprutil-1.so.0: undefined > symbol: apr_os_uuid_get > > Programs failed: testall > > make: *** [check] Error 127 > > + exit 1 > > error: Bad exit status from /var/tmp/rpm-tmp.aVaF6n (%check) > I guess the apr-util test suite is not running against the expected apr, resulting in this failure. Has apr-1.5.0 been installed? Does testall still exist after the failure (/root/rpmbuild/BUILD/...)? Can you use ldd on testall to see which libapr-1.so gets picked up? > > Thank You > > > > *Joel A. Lamb * > > Senior Translations Engineer > Frontier Communications > 8001 West Jefferson Blvd > Fort Wayne, Indiana 46804 > (260) 461-2168 (o) > (260) 403-3095 (c) > (260) 461-2124 (f) > > [email protected] > > > -- Born in Roswell... married an alien... http://emptyhammock.com/
