ucsniff src


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers ucsniff src
# 1  
Old 03-06-2012
ucsniff src

Hello everyone.
I have installed ubuntu 11.10.

I downloaded src of this software(ucsniff 3.10), configure them, but i have an error:
Code:
checking for correct ltmain.sh version... grep: character class syntax is [[:space:]], not [:space:]
no

*** Gentoo sanity check failed! ***
*** libtool.m4 and ltmain.sh have a version mismatch! ***
*** (libtool.m4 = 1.5.18, ltmain.sh = ) ***

Please run:

  libtoolize --copy --force

if appropriate, please contact the maintainer of this
package (or your distribution) for help.


I run libtoolize but he didn't help me. Try to do this: autoreconf --force --install --symlink, helped. Running of "make", caused error:
Code:
Making all in man
make[1]: Entering directory `/home/josh/Downloads/ucsniff-3.10/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/josh/Downloads/ucsniff-3.10/man'
Making all in share
make[1]: Entering directory `/home/josh/Downloads/ucsniff-3.10/share'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/josh/Downloads/ucsniff-3.10/share'
Making all in include
make[1]: Entering directory `/home/josh/Downloads/ucsniff-3.10/include'
make  all-am
make[2]: Entering directory `/home/josh/Downloads/ucsniff-3.10/include'
make[2]: Leaving directory `/home/josh/Downloads/ucsniff-3.10/include'
make[1]: Leaving directory `/home/josh/Downloads/ucsniff-3.10/include'
Making all in include
make[1]: Entering directory `/home/josh/Downloads/ucsniff-3.10/include'
make  all-am
make[2]: Entering directory `/home/josh/Downloads/ucsniff-3.10/include'
make[2]: Leaving directory `/home/josh/Downloads/ucsniff-3.10/include'
make[1]: Leaving directory `/home/josh/Downloads/ucsniff-3.10/include'
Making all in src
make[1]: Entering directory `/home/josh/Downloads/ucsniff-3.10/src'
Makefile:3940: *** missing separator.  Stop.
make[1]: Leaving directory `/home/josh/Downloads/ucsniff-3.10/src'
make: *** [all-recursive] Error 1

Error string 3940:
Code:
.cpp.o:
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
@am__fastdepCXX_FALSE@  source='$<' object='$@' libtool=no \
@am__fastdepCXX_FALSE@  depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
@am__fastdepCXX_FALSE@  $(CXXDEPMODE) $(depcomp) \
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<

Any idea?
Sorry for my english Smilie Thx.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

SRC Checksum error

I have a machine that is used for Automatic Call Distribution (ACD). There are about 9 different PC's that login to this machine. On some mornings I receive errors like this: SRC 0A020C81 SUM 0000EEC1. I am unsure what they mean and I can't find any information on it anywhere. Does anyone have... (4 Replies)
Discussion started by: Panther6
4 Replies
Login or Register to Ask a Question