Page 1 of 2 12 LastLast
Results 1 to 15 of 20

Thread: New install error

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    3

    New install error

    I am running redhat 8.0, brand new install of show eq. using the guide. the newbie guie.

    This is for the compile. 1.9 on the newbie install

    at the bottom when i type make install. gives the error you see. any hints would be helpful.
    Also i have read alot about how you need gcc3. mine shows up as gcc instead of gcc3.

    I have read that redhat 8. has gcc3 builtin and that this didnt matter. does it? if so where do i download gcc3.

    thanks in advance



    [root@localhost root]# cd /
    [root@localhost /]# cd showeq
    [root@localhost showeq]# export CC=gcc3
    [root@localhost showeq]# export QTDIR=/usr/lib/qt-3.0.5
    [root@localhost showeq]# make -f Makefile.dist
    Adding libtool support...................................... done!
    Generating aclocal.m4 from configure.in and acinclude.m4.... done!

    Checking Autoheader version................................. done!
    >> Using Autoheader version................................. Autoconf)
    Roland

    Free
    free
    even!

    Generating configure template (config.h).................... done!
    Generating Makefile.in from Makefile.am..................... done!

    Checking Autoconf version................................... done!



    >> Using Autoconf version................................... Autoconf)
    David

    Free
    free
    even!

    Finalizing Autoconf script (configure)...................... done!
    Releasing temporary file handles............................ done!


    ******************************************
    Success! Please type the following:

    ./configure && make


    This will configure and compile ShowEQ...

    If you are installing ShowEQ for the first
    time, be sure to add '&& make install' to
    the end of the compile process...
    ******************************************

    [root@localhost showeq]# ./configure
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    /showeq/missing: Unknown `--run' option
    Try `/showeq/missing --help' for more information
    configure: WARNING: `missing' script is too old or missing
    checking for gawk... gawk
    checking whether make sets ${MAKE}... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for gcc3... no
    checking for gcc... gcc
    checking for g++... g++
    checking for supported compiler version... checking for style of include used by make... GNU
    checking for C++ compiler default output... a.out
    checking whether the C++ compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... gcc3
    yes
    checking for gcc... gcc
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking dependency style of gcc... gcc3
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether g++ accepts -g... (cached) yes
    checking dependency style of g++... (cached) gcc3
    checking how to run the C preprocessor... gcc -E
    checking for gcc option to accept ANSI C... none needed
    checking for an ANSI C-conforming const... yes
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether ln -s works... yes
    checking whether make sets ${MAKE}... (cached) yes
    checking for ld used by GCC... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking how to recognise dependant libraries... pass_all
    checking command to parse /usr/bin/nm -B output... ok
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking for ranlib... ranlib
    checking for strip... strip
    checking for objdir... .libs
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.lo... yes
    checking if gcc supports -fno-rtti -fno-exceptions... yes
    checking whether the linker (/usr/bin/ld) supports shared libraries... yes
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking whether -lc should be explicitly linked in... no
    creating libtool
    checking for supported libc version... yes
    checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
    checking for IceConnectionNumber in -lICE... yes
    checking for libXext... yes
    checking for extra includes... no
    checking for extra libs... no
    checking for libz... -lz
    checking for libpng... -lpng -lz -lm
    checking for Qt... yes
    >> Found version.: 3.0.5
    >>> Headers......: /usr/lib/qt-3.0.5/include/
    >>>> Libraries...: /usr/lib/qt-3.0.5/lib/
    >>>>> Workable...: -*{ YES }*-
    checking for Qt MOC... yes
    checking if Qt compiles without flags... no
    checking for pthread_create in -lpthread... yes
    setting Linux pthread compilation options
    checking for pcap_open_live in -lpcap... no
    configure: error: cannot find pcap_open_live in libpcap. Read the INSTALL file.[root@localhost showeq]# make
    make: *** No targets specified and no makefile found. Stop.
    [root@localhost showeq]# make install
    make: *** No rule to make target `install'. Stop.
    [root@localhost showeq]#
    Last edited by peanutym; 02-27-2003 at 10:33 PM.

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    1,262
    checking for pcap_open_live in -lpcap... no
    configure: error: cannot find pcap_open_live in libpcap. Read the INSTALL file.
    1) Look at the error.
    2) Look at what the error tells you to do.
    3) Follow the instructions (you mean, instructions are there for a reason?)


    --Jeeves
    "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." --Albert Einstein

  3. #3
    Registered User
    Join Date
    Dec 2002
    Posts
    89
    I'll even go a step further....this is from the INSTALL.newbies file. As Jeeves said, take a look at your error then put 2 and 2 together

    XFree86-devel
    XFree86-libs
    autoconf
    automake
    gcc3
    gcc3-c++
    libpcap
    libstdc++3
    libstdc++3-devel
    libgcc
    zlib
    zlib-devel
    gd
    gd-devel
    gdbm
    gdbm-devel
    pine **for pico
    kernel-headers
    glibc-devel
    cvs
    patch
    make
    m4
    libtool
    libtool-libs
    binutils
    libpng
    libpng-devel
    libjpeg
    libjpeg-devel
    libmng
    libmng-devel
    freetype


    -Poncho

  4. #4
    Registered User Trollflamebait's Avatar
    Join Date
    Feb 2003
    Posts
    15
    Please ignore the assholes not everyone is a RTFM jerk

    libpcap is the package that your red hat install is missing. you should be able to find that package on the install cdroms.. cd # 2 i think

  5. #5
    Registered User
    Join Date
    Feb 2003
    Posts
    3
    Thanks alot as i didnt know what the extra services where.

    Thanks for taking the time to explain.

  6. #6
    Registered User
    Join Date
    Dec 2001
    Posts
    20
    By the power of Cazic-Thule...

    I REALLY wish to be a moderator for a month here...

    Who on earth gave you the rights to call someone an asshole?

    Missing education and good behaviour is the new illness of our
    civilization i fear....

    Sorry, could not resist to give my 2 cents to this....

  7. #7
    Registered User Trollflamebait's Avatar
    Join Date
    Feb 2003
    Posts
    15
    Guess the question should be where is it stated that I cant call someone an asshole.

    Just call it like i see it. If that offends you then please dont read my posts.


    I find that too many people here act all high and mighty when someone asks a question. Top 3 answers here are...

    1. Use search
    2. RTFM
    3. move to RRRR please.


    I am going to try and change that and provide decent answers to those "dumb questions" that people ask . Everyone was a Noob at one time.

  8. #8
    Registered User
    Join Date
    Dec 2001
    Posts
    1,262
    Yes, and we were all very helpful at one point as well, but got tired of the average intelligence level present on these boards... I wouldnt start passing judgement after being here for a total of 8 hours..

    --Jeeves
    "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." --Albert Einstein

  9. #9
    Registered User Iam_Walrus's Avatar
    Join Date
    Oct 2002
    Posts
    83
    Using your own ideology, TFB, here's your response:

    SEQ will get you banned by SoE. There are good arguments for both sides for the bannable/not bannable issue, but SoE will win according to the golden rule. That being the case, SEQ is now a linux-only application (I don't remember if the win32 movement ever came up with anything, but that was years ago).

    Along those lines, Linux is the operating system of choice as it is by no means user friendly - you have to have a basic ability to do something other than push buttons to get SEQ working let alone a working Linux box (well, RH 8.0 makes that statement false...)

    That said, the community here has, after closing on four years, become jaded at the constant requests for hand-holding that a post like this appears to be. Looking at he front page, there are linked instructions right at the top to read the FAQ then use search before asking any questions and then a warning that "EXPECT TO BE FLAMED for being too stupid to read." The INSTALL.newbies answers this guy's question along with about 100 other posts from SEARCH.

    So although your motives are noble and the "n00bs" will appreciate your help, it is almost counter-productive to keeping SEQ a low priority for SoE to hold everyone's hand. And trust me, if you keep it up for very long, you _WILL_ become just as jaded as some of the linux-luser assholes on these boards.

    Your best bet, if you really want to help, is simply post the link to your search result and say absolutely nothing else in your posts.
    Last edited by Iam_Walrus; 02-28-2003 at 04:23 PM.

  10. #10
    Registered User UncleBen's Avatar
    Join Date
    Feb 2002
    Posts
    66
    Originally posted by Poncho
    I'll even go a step further....this is from the INSTALL.newbies file. As Jeeves said, take a look at your error then put 2 and 2 together

    XFree86-devel
    XFree86-libs
    autoconf
    automake
    gcc3
    gcc3-c++
    libpcap
    libstdc++3
    libstdc++3-devel
    libgcc
    zlib
    zlib-devel
    gd
    gd-devel
    gdbm
    gdbm-devel
    pine **for pico
    kernel-headers
    glibc-devel
    cvs
    patch
    make
    m4
    libtool
    libtool-libs
    binutils
    libpng
    libpng-devel
    libjpeg
    libjpeg-devel
    libmng
    libmng-devel
    freetype


    -Poncho
    I highlighted the correct answer for you

    HI, I'm Toatsy the bard and I like to train PoN 3 times a day. Please don't ban me for using SEQ

  11. #11
    Developer Ratt's Avatar
    Join Date
    Dec 2001
    Posts
    533
    I am going to try and change that and provide decent answers to those "dumb questions" that people ask . Everyone was a Noob at one time.
    Walrus pretty much covered it. SEQ is not intended for dumb people. Never has been... hopefully never will be.

    That said, some of the flaming/jumping down peoples throats gets a little extreme, and I'm trying to get people to cut back on that. But the bottom line is, if you can't help youself, you are not the intended audience for SEQ, therefore, don't use it.

    If you insist on using it, you better be a faster learner on how to help yourself, or have a really thick skin. Or both.

    SEQ is NOT a tool for neophytes.
    The problem with defending the purity of the English language is that English is about as pure as a cribhouse whore. We don't just borrow words; on occasion, English has pursued other languages down alleyways to beat them unconscious and riffle their pockets for new vocabulary.

  12. #12
    Registered User
    Join Date
    Mar 2002
    Posts
    63
    Originally posted by Ratt

    Walrus pretty much covered it. SEQ is not intended for dumb people. Never has been... hopefully never will be.
    I'd like to point out that there probably are hundreds of people who have never posted at all, that came to this board for seq information, found it, installed seq, and (up untill monday) were running happily. I was one for about 2 years.

    And there might be many more who have looked into seq, and found their technical skills wanting, so didn't persue installing it and went away knowing their limitations.

    Then there's the people who don't know how dumb they are. They are the ones who post questions easily answered by rudimentary search. Hopefully they are in the minority.

    So look at it this way. Honestly place yourself in one of the first two groups. If you find yourself in the second group, don't join the third, just go away. Then you won't get flamed.
    But if you can't help yourself, and post a stupid question, don't complain about getting flamed.... after all YOU WERE WARNED!


    It's really just that simple

  13. #13
    Registered User
    Join Date
    Dec 2001
    Posts
    90
    I like the fact that he said it's a "new" error, instead of an error that's existed since the dawn of time. I mean my god- a search for pcap_open_live yielded 38 results. It probably would have come up with even more if it included the old forums.

    For the record, I got SEQ up and running without posted a message on the boards, and never had any problem with it. I like to think 85% of the people who use SEQ did also.

  14. #14
    Registered User
    Join Date
    Dec 2001
    Posts
    1,262
    at the bottom when i type make install. gives the error you see.
    You guys missed the best part of the thread... configure failed... he typed 'make'.. that of course didnt work, since configure had failed to generate a Makefile.. but wait, he doesnt stop there... he then types 'make install', which of course fails as well... too funny..

    --Jeeves
    "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." --Albert Einstein

  15. #15
    Registered User
    Join Date
    Nov 2002
    Posts
    7

    Err

    You could, instead of constantly calling everyone an idiot maybe consider the fact that the forum isnt perfect.

    Since the people keeps asking the same questions then maybe some information isnt obvious enough.

    Heck sticky a top 10 questions in every formum, + maybe current status of showeq and youll get rid of 50% of the questions.

    Also I think calling the topic for it something else then 'READ HERE OR DIE'. Might help.

    --Added---
    Maybe also add a cookie so you cant post as new user unless you read the FAQ for the forum you trying to post in.

    Last edited by mantra71; 03-03-2003 at 04:16 AM.

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On