FlowTools CentOS 6 को स्थापित करने में समस्याएँ


0

मैं Centos पर प्रवाह-उपकरण स्थापित करने के लिए संघर्ष कर रहा हूँ। जब मैं आरपीएम के साथ प्रयास करता हूं तो मुझे मिलता है:

warning: flow-tools-0.68.5-1.el6.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID e9bc4ae1
error: Failed dependencies:
libc.so.6()(64bit) is needed by flow-tools-0.68.5-1.el6.x86_64
libc.so.6(GLIBC_2.2.5)(64bit) is needed by flow-tools-0.68.5-1.el6.x86_64
libc.so.6(GLIBC_2.3)(64bit) is needed by flow-tools-0.68.5-1.el6.x86_64
libc.so.6(GLIBC_2.3.4)(64bit) is needed by flow-tools-0.68.5-1.el6.x86_64
libc.so.6(GLIBC_2.4)(64bit) is needed by flow-tools-0.68.5-1.el6.x86_64
libc.so.6(GLIBC_2.7)(64bit) is needed by flow-tools-0.68.5-1.el6.x86_64
libcrypto.so.10()(64bit) is needed by flow-tools-0.68.5-1.el6.x86_64
libnsl.so.1()(64bit) is needed by flow-tools-0.68.5-1.el6.x86_64
libpq.so.5()(64bit) is needed by flow-tools-0.68.5-1.el6.x86_64
libz.so.1()(64bit) is needed by flow-tools-0.68.5-1.el6.x86_64
rpmlib(FileDigests) <= 4.6.0-1 is needed by flow-tools-0.68.5-1.el6.x86_64
rpmlib(PayloadIsXz) <= 5.2-1 is needed by flow-tools-0.68.5-1.el6.x86_64

ये पैकेज पहले से इंस्टॉल हैं, और मुझे हैश कुंजी नहीं मिल रही है?

अगर मैं कोशिश करूँ

कॉन्फ़िगर

बनाना

स्थापित करें

makeमेरे जाने के बाद :

Making all in lib
make[1]: Entering directory `/var/flow-tools-0.68/lib'
make all-am
make[2]: Entering directory `/var/flow-tools-0.68/lib'
source='ftio.c' object='ftio.o' libtool=no \
depfile='.deps/ftio.Po' tmpdepfile='.deps/ftio.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -I. -I./lib -I. -I. -I. -g -Wall -g -Wall -c `test -f 'ftio.c' || echo './'`ftio.c
ftio.c: In function ‘readn’:
ftio.c:2270: error: invalid lvalue in assignment
ftio.c: In function ‘writen’:
ftio.c:2295: error: invalid lvalue in assignment
make[2]: *** [ftio.o] Error 1
make[2]: Leaving directory `/var/flow-tools-0.68/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/flow-tools-0.68/lib'
make: *** [all-recursive] Error 1

आपको निर्भरता की समस्या है, इसलिए यह बेहतर है कि आप आरपीएम के बजाय यम का उपयोग करें, यम स्वचालित रूप से निर्भरता का समाधान करेगा।
अधिकतम

किसी कारण से यम के साथ प्रवाह-उपकरण स्थापित नहीं किया जा सकता है और जब मैं निर्भरता स्थापित करने का प्रयास करता हूं तो वे सभी वहां दिखाई देते हैं।
CactiUser
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.