Find the answer to your Linux question:
Results 1 to 2 of 2
If I try to install some software I got errors / warnings like Code: checking arpa/inet.h presence... yes configure: WARNING: arpa/inet.h: present but cannot be compiled configure: WARNING: arpa/inet.h: check ...
  1. #1
    tmo
    tmo is offline
    Just Joined!
    Join Date
    Jan 2008
    Posts
    1

    autoconf / compiler issue?

    If I try to install some software I got errors / warnings like

    Code:
    checking arpa/inet.h presence... yes
    configure: WARNING: arpa/inet.h: present but cannot be compiled
    configure: WARNING: arpa/inet.h:     check for missing prerequisite headers?
    configure: WARNING: arpa/inet.h: see the Autoconf documentation
    configure: WARNING: arpa/inet.h:     section "Present But Cannot Be Compiled"
    configure: WARNING: arpa/inet.h: proceeding with the preprocessor's result
    configure: WARNING: arpa/inet.h: in the future, the compiler will take precedence
    or

    Code:
    configure: WARNING: pthread.h: present but cannot be compiled
    configure: WARNING: pthread.h:     check for missing prerequisite headers?
    configure: WARNING: pthread.h: see the Autoconf documentation
    configure: WARNING: pthread.h:     section "Present But Cannot Be Compiled"
    configure: WARNING: pthread.h: proceeding with the preprocessor's result
    configure: WARNING: pthread.h: in the future, the compiler will take precedence
    checking for pthread.h... yes
    checking for pthread_create in -lpthread... no
    configure: error: pthread is missing
    on my sarge machine. Install it on my other sid machine works like a charm. How can I fix this? Is this an issue of the installed autoconf tools or a compiler issue? Any help much appreciated.

  2. #2
    Linux Newbie
    Join Date
    Aug 2006
    Location
    england
    Posts
    138
    your software probably wants newer versions of librarys than whats in sarge.
    have you considered upgrading to etch as sarge is now obsolete

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •