Re: [Quickfix-developers] QuickFix on Ubuntu 7.04 Linux
Brought to you by:
orenmnero
From: Vincent P. <vpr...@ph...> - 2008-11-25 04:55:56
|
I should have waited a few more minutes before posting … I solved my own problem. I ran these two commands in the /usr/lib directory: sudo ln -s /usr/local/lib/libquickfix.so.10 sudo ln -s /usr/local/lib/libquickfix.so.10.0.0 Sorry to bother everybody. Hope this helps somebody in the future. On Nov 24, 2008, at 10:30 PM, Vincent Predoehl wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > My QF app links just fine on Ubuntu, but when I try to launch it, I > get this error: > > error while loading shared libraries: libquickfix.so.10: cannot > open shared object file: No such file or directory > > I'm having trouble figuring out what libquickfix is trying to > open. I installed QF using the standard method: > > ./configure > make > sudo make install > > My app runs fine on a different Ubuntu installation, so I know it > works on Ubuntu. > > -- > Vincent > > > > ---------------------------------------------------------------------- > --- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers -- Vincent |