Re: [Quickfix-users] Unit Test Errors + missing library
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2003-05-30 13:28:41
|
Yeah, the unit test uses the logon credentials of whatever user is running the test. I believe on most systems, running the test as root will take care of this. You can modify the test so you pass in your own credentials (username, password etc). That missing library in 1.5.0 is because quickfix no longer creates a static library unless you force it. So in the general case it will not show up. We should change it so the link does not get created unless the library does. --- Jim Morgan <per...@my...> wrote: > At 06:18 AM 5/29/2003 -0700, Oren Miller wrote: > >Those are the MySQL unit tests. You probably don't > have mysqld running, > >or you havn't creating the quickfix database (from > the sql directory) > > Hi Oren. > > Thanks for your help. I can confirm that mysqld is > running, and the > quickfix database has been created. How is the unit > test trying to log > into the database - perhaps its a database > permission issue? Is there > anyway I can pass it a specified username and > password? > > I don't know if you saw the second question in my > post relating to the > missing library after compiling 1.5.0. Here it is > again in case it got lost > at the bottom of my last email. Is this cause for > concern? > > 2) I'm not sure if this is related, but in the > quickfix/libs directory > >there is a symlink from libquickfix.a to > ../src/C++/.libs/libquickfix.a. > >The target for this symlink doesn't exist. There is > an old version of > >lib quickfix.a in the /usr/local/lib/ directory > though, from the previous > >version of quickfix 1.4.1. > > Jim > __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com |