RE: run-time error 'undefined symbol'
Status: Alpha
Brought to you by:
coroberti
From: Washburn, J. M. <Jim...@te...> - 2011-04-11 15:49:16
|
Robert, That did the trick. Thanks for the help. Jim From: Robert Iakobashvili [mailto:cor...@gm...] Sent: Monday, April 11, 2011 4:55 AM To: curl-loader-devel Subject: Re: run-time error 'undefined symbol' Hi Jim, On Thu, Apr 7, 2011 at 7:30 PM, Washburn, James M. <Jim...@te...<mailto: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<http://dyslexia-blog.ghotit.com/> Twitter: http://twitter.com/ghotit Facebook: http://facebook.com/ghotit ...................................................................... Ghotit Dyslexia Assistive technology that understands you ...................................................................... ============================================================ The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any reproduction, dissemination or distribution of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Tellabs ============================================================ |