Re: run-time error 'undefined symbol'
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2011-04-11 09:54:56
|
Hi Jim, On Thu, Apr 7, 2011 at 7:30 PM, Washburn, James M. <Jim...@te... > wrote: > I am somewhat new to linux. I have been able to compile ‘curl-loader’, > but when I go to run a test script, I get this error: > > > > curl-loader: symbol lookup error: curl-loader: undefined symbol: > ares_library_init > > > I have tried installing and compiling different ares library > packages(libares-dev, libc-ares-dev, libc-ares2) with no luck. > > Any help would be appreciated. > > > > Jim > > cares is built by curl-loader and is located after build in lib. >cd curl-loader-0.54 (e.g.) >make su or sudo to become a super-user #export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/lib now cares library is in the path of dynamic linker and you can run it as e.g.: #./curl-loader -f ./conf-examples/bulk.conf -- Regards, Robert Iakobashvili, Ph.D. Home: http://www.ghotit.com Blog: http://dyslexia-blog.ghotit.com Twitter: http://twitter.com/ghotit Facebook: http://facebook.com/ghotit ...................................................................... Ghotit Dyslexia Assistive technology that understands you ...................................................................... |