मैं लर्निंग सी द हार्ड वे के लिए ऑनलाइन ट्यूटोरियल का पालन करने की कोशिश कर रहा हूं ।
हालाँकि, वेलग्रिंड स्थापित करने के बाद (मैंने अन्य लिंक का अनुसरण किया, जो ubuntu 12.04 पर वेलग्रिंड स्थापित करने में मदद करता है), जब मैं c निष्पादन योग्य डीबग करने का प्रयास करता हूं, तो मुझे निम्नलिखित त्रुटियां मिलती हैं।
ayusman@ayusman-ubuntu:~/lcthw$ valgrind ./ex4
==1984== Memcheck, a memory error detector
==1984== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
==1984== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
==1984== Command: ./ex4
==1984==
valgrind: Fatal error at startup: a function redirection
valgrind: which is mandatory for this platform-tool combination
valgrind: cannot be set up. Details of the redirection are:
valgrind:
valgrind: A must-be-redirected function
valgrind: whose name matches the pattern: strlen
valgrind: in an object with soname matching: ld-linux-x86-64.so.2
valgrind: was not found whilst processing
valgrind: symbols from the object with soname: ld-linux-x86-64.so.2
valgrind:
valgrind: Possible fixes: (1, short term): install glibc's debuginfo
valgrind: package on this machine. (2, longer term): ask the packagers
valgrind: for your Linux distribution to please in future ship a non-
valgrind: stripped ld.so (or whatever the dynamic linker .so is called)
valgrind: that exports the above-named function using the standard
valgrind: calling conventions for this platform. The package you need
valgrind: to install for fix (1) is called
valgrind:
valgrind: On Debian, Ubuntu: libc6-dbg
valgrind: On SuSE, openSuSE, Fedora, RHEL: glibc-debuginfo
valgrind:
valgrind: Cannot continue -- exiting now. Sorry.
ayusman@ayusman-ubuntu:~/lcthw$
क्या ऐसा कुछ है जो मैं अंत में काम करने के लिए वैलग्राइंड बनाने के लिए कर सकता हूं?
मेरे पास वर्चुअल बॉक्स पर ubuntu 12.04 है। मेरा लैपटॉप एक विंडोज 7 64 बिट ओएस है।