Re: [Quickfix-users] [Quickfix-developers] Newbie Shared Lib Missing Error
Brought to you by:
orenmnero
From: Eranga S. <pe...@ri...> - 2007-03-01 12:21:18
|
Hi, Make sure libquickfix.so.10 in your LD_LIBRARY_PATH. You need to set LD_LIBRARY_PATH BR, Eranga From: qui...@li... [mailto:qui...@li...] On Behalf Of hanif khan Sent: Thursday, March 01, 2007 5:18 PM To: qui...@li... Subject: [Quickfix-developers] Newbie Shared Lib Missing Error Hi, I have just made an entry into Quickfix development from example codes provided with it. My first application is a simple one file client program sending only order message to server. As Application.h and Application.cpp 's code has been placed inside this file, to avoid complex make builds, the single command I issue is g++ main1.cpp -o main1 -lquickfix -lxml2 -lpthread -lz -Iquickfix the program gets compiled but when I try to run, I get an error msg for missing shared lib as follow, even though libquickfix.so.10 is present at /usr/local/lib and its a symbolic link to libquicfix.so.10.0.0 $ ./main1 client_config ./main1: error while loading shared libraries: libquickfix.so.10: cannot open shared object file: No such file or directory Please help me out, as what I am missing? Do I need any further flags for lib or include files etc? Thanks! _____ Don't be flakey. Get Yahoo! <http://us.rd.yahoo.com/evt=43909/*http:/mobile.yahoo.com/mail> Mail for Mobile and always <http://us.rd.yahoo.com/evt=43909/*http:/mobile.yahoo.com/mail> stay connected to friends. |