Ubuntu 10.04 VS ISPConfig 2.2.37

Discussion in 'Installation/Configuration' started by Bicet, Mar 8, 2011.

  1. Bicet

    Bicet Member

    I've followed the perfect setup but when I try to install ISPConfig, it quits and give me back this error

    Code:
    checking directory separator... /
    checking for ANSI C header files... no
    checking for size_t... yes
    checking for ANSI C header files... (cached) no
    checking whether time.h and sys/time.h may both be included... no
    checking for fcntl.h... no
    checking for unistd.h... no
    checking for memory.h... no
    checking for malloc.h... no
    checking for errno.h... no
    checking for direct.h... no
    checking for io.h... no
    checking for sys/time.h... no
    checking for getcwd... no
    checking for popen... no
    checking for gettimeofday... no
    checking for isatty... no
    checking for tempnam... no
    checking for strerror... no
    checking for stdin... no
    checking for stdarg.h... no
    checking for varargs.h... no
    configure: error: neither stdarg.h nor varargs.h present
    ERROR: Could not configure UUDeview
    
    I'm running ubuntu 10.04 32bit, if you need more details please ask'em.
    Thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Which tutorial did you use to prepare your server for ispconfig?
     
  3. Bicet

    Bicet Member

  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Please run this command again:

    Code:
    aptitude install binutils cpp fetchmail flex gcc libarchive-zip-perl libc6-dev libcompress-zlib-perl libdb4.6-dev libpcre3 libpopt-dev lynx m4 make ncftp nmap openssl perl perl-modules unzip zip zlib1g-dev autoconf automake1.9 libtool bison autotools-dev g++ build-essential
    Does install any missing packages?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Please run this command again:

    Code:
    aptitude install binutils cpp fetchmail flex gcc libarchive-zip-perl libc6-dev libcompress-zlib-perl libdb4.6-dev libpcre3 libpopt-dev lynx m4 make ncftp nmap openssl perl perl-modules unzip zip zlib1g-dev autoconf automake1.9 libtool bison autotools-dev g++ build-essential
    Does install any missing packages?
     
  6. Bicet

    Bicet Member

    Here's the result, it doesn't seem to installa anything

    Code:
    aptitude install binutils cpp fetchmail flex gcc libarchive-zip-perl libc6-dev libcompress-zlib-perl libdb4.6-dev libpcre3 libpopt-dev lynx m4 make ncftp nmap openssl perl perl-modules unzip zip zlib1g-dev autoconf automake1.9 libtool bison autotools-dev g++ build-essential
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Reading extended state information       
    Initializing package states... Done
    No packages will be installed, upgraded, or removed.
    0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Need to get 0B of archives. After unpacking 0B will be used.
    Writing extended state information... Done
    Reading package lists... Done             
    Building dependency tree       
    Reading state information... Done
    Reading extended state information      
    Initializing package states... Done
    
     
  7. Bicet

    Bicet Member

    Here's the config.log for UUDeview
    Code:
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    
    configure:635: checking for gcc
    configure:748: checking whether the C compiler (gcc  ) works
    configure:764: gcc -o conftest    conftest.c  1>&5
    configure:790: checking whether the C compiler (gcc  ) is a cross-compiler
    configure:795: checking whether we are using GNU C
    configure:804: gcc -E conftest.c
    configure:823: checking whether gcc accepts -g
    configure:855: checking how to run the C preprocessor
    configure:876: gcc -E  conftest.c >/dev/null 2>conftest.out
    configure:936: checking if the compiler supports function prototypes
    configure:945: gcc -c -g -O2  conftest.c 1>&5
    configure:962: checking whether make sets ${MAKE}
    configure:991: checking for ranlib
    configure:1019: checking whether ln -s works
    configure:1069: checking for tclConfig.sh
    configure:1112: checking contents of tcl config
    configure:1117: checking tcl version
    configure:1129: checking for tcl.h
    configure:1439: checking for sin
    configure:1467: gcc -o conftest -g -O2   conftest.c  1>&5
    configure:1451: warning: conflicting types for built-in function 'sin'
    /tmp/ccKyJEfE.o: In function `main':
    /root/install_ispconfig/compile_aps/uudeview-0.5.20/configure:1461: undefined reference to `sin'
    collect2: ld returned 1 exit status
    configure: failed program was:
    #line 1444 "configure"
    #include "confdefs.h"
    /* System header to define __stub macros and hopefully few prototypes,
        which can conflict with char sin(); below.  */
    #include <assert.h>
    /* Override any gcc2 internal prototype to avoid an error.  */
    /* We use char because int might match the return type of a gcc2
        builtin and then its argument prototype would still apply.  */
    char sin();
    
    int main() {
    
    /* The GNU C library defines this for functions which it implements
        to always fail with ENOSYS.  Some functions are actually named
        something starting with __ and the normal name is an alias.  */
    #if defined (__stub_sin) || defined (__stub___sin)
    choke me
    #else
    sin();
    #endif
    
    ; return 0; }
    configure:1495: checking for connect
    configure:1523: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
    configure:1640: checking for gethostbyname
    configure:1668: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
    configure:1740: checking for sendmail
    configure:1932: checking for inews
    configure:2045: checking for news server
    configure:2078: checking for hostname
    configure:2111: checking domain name
    configure:2163: checking directory separator
    configure:2176: checking for ANSI C header files
    configure:2189: gcc -E  conftest.c >/dev/null 2>conftest.out
    In file included from configure:2181:
    confdefs.h:7:20: warning: missing terminating " character
    confdefs.h:8:19: warning: missing terminating " character
    configure: failed program was:
    #line 2181 "configure"
    #include "confdefs.h"
    #include <stdlib.h>
    #include <stdarg.h>
    #include <string.h>
    #include <float.h>
    configure:2280: checking for size_t
    In file included from configure:2285:
    confdefs.h:7:20: warning: missing terminating " character
    confdefs.h:8:19: warning: missing terminating " character
    configure:2313: checking for ANSI C header files
    configure:2417: checking whether time.h and sys/time.h may both be included
    configure:2431: gcc -c -g -O2  conftest.c 1>&5
    In file included from configure:2422:
    confdefs.h:7:20: warning: missing terminating " character
    In file included from configure:2422:
    confdefs.h:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
    confdefs.h:8:19: warning: missing terminating " character
    confdefs.h:8: error: missing terminating " character
    In file included from configure:2423:
    /usr/include/sys/types.h:35: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'u_char'
    configure: failed program was:
    #line 2422 "configure"
    #include "confdefs.h"
    #include <sys/types.h>
    #include <sys/time.h>
    #include <time.h>
    int main() {
    struct tm *tp;
    ; return 0; }
    configure:2455: checking for fcntl.h
    configure:2465: gcc -E  conftest.c >/dev/null 2>conftest.out
    In file included from configure:2460:
    confdefs.h:7:20: warning: missing terminating " character
    confdefs.h:8:19: warning: missing terminating " character
    configure: failed program was:
    #line 2460 "configure"
    #include "confdefs.h"
    #include <fcntl.h>
    configure:2455: checking for unistd.h
    configure:2465: gcc -E  conftest.c >/dev/null 2>conftest.out
    In file included from configure:2460:
    confdefs.h:7:20: warning: missing terminating " character
    confdefs.h:8:19: warning: missing terminating " character
    configure: failed program was:
    #line 2460 "configure"
    #include "confdefs.h"
    #include <unistd.h>
    configure:2455: checking for memory.h
    configure:2465: gcc -E  conftest.c >/dev/null 2>conftest.out
    In file included from configure:2460:
    confdefs.h:7:20: warning: missing terminating " character
    confdefs.h:8:19: warning: missing terminating " character
    configure: failed program was:
    #line 2460 "configure"
    #include "confdefs.h"
    #include <memory.h>
    configure:2455: checking for malloc.h
    configure:2465: gcc -E  conftest.c >/dev/null 2>conftest.out
    In file included from configure:2460:
    confdefs.h:7:20: warning: missing terminating " character
    confdefs.h:8:19: warning: missing terminating " character
    configure: failed program was:
    #line 2460 "configure"
    #include "confdefs.h"
    #include <malloc.h>
    configure:2455: checking for errno.h
    configure:2465: gcc -E  conftest.c >/dev/null 2>conftest.out
    In file included from configure:2460:
    confdefs.h:7:20: warning: missing terminating " character
    confdefs.h:8:19: warning: missing terminating " character
    configure: failed program was:
    #line 2460 "configure"
    #include "confdefs.h"
    #include <errno.h>
    configure:2455: checking for direct.h
    configure:2465: gcc -E  conftest.c >/dev/null 2>conftest.out
    In file included from configure:2460:
    confdefs.h:7:20: warning: missing terminating " character
    confdefs.h:8:19: warning: missing terminating " character
    configure:2461:20: error: direct.h: No such file or directory
    configure: failed program was:
    #line 2460 "configure"
    #include "confdefs.h"
    #include <direct.h>
    configure:2495: checking for io.h
    configure:2505: gcc -E  conftest.c >/dev/null 2>conftest.out
    In file included from configure:2500:
    confdefs.h:7:20: warning: missing terminating " character
    confdefs.h:8:19: warning: missing terminating " character
    configure:2501:16: error: io.h: No such file or directory
    configure: failed program was:
    #line 2500 "configure"
    #include "confdefs.h"
    #include <io.h>
    configure:2495: checking for sys/time.h
    configure:2505: gcc -E  conftest.c >/dev/null 2>conftest.out
    In file included from configure:2500:
    confdefs.h:7:20: warning: missing terminating " character
    confdefs.h:8:19: warning: missing terminating " character
    configure: failed program was:
    #line 2500 "configure"
    #include "confdefs.h"
    #include <sys/time.h>
    configure:2534: checking for getcwd
    configure:2562: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
    In file included from configure:2539:
    confdefs.h:7:20: warning: missing terminating " character
    In file included from configure:2539:
    confdefs.h:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
    confdefs.h:8:19: warning: missing terminating " character
    confdefs.h:8: error: missing terminating " character
    configure: failed program was:
    #line 2539 "configure"
    #include "confdefs.h"
    /* System header to define __stub macros and hopefully few prototypes,
        which can conflict with char getcwd(); below.  */
    #include <assert.h>
    /* Override any gcc2 internal prototype to avoid an error.  */
    /* We use char because int might match the return type of a gcc2
        builtin and then its argument prototype would still apply.  */
    char getcwd();
    
    int main() {
    
    /* The GNU C library defines this for functions which it implements
        to always fail with ENOSYS.  Some functions are actually named
        something starting with __ and the normal name is an alias.  */
    #if defined (__stub_getcwd) || defined (__stub___getcwd)
    choke me
    #else
    getcwd();
    #endif
    
    ; return 0; }
    configure:2534: checking for popen
    configure:2562: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
    In file included from configure:2539:
    confdefs.h:7:20: warning: missing terminating " character
    In file included from configure:2539:
    confdefs.h:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
    confdefs.h:8:19: warning: missing terminating " character
    confdefs.h:8: error: missing terminating " character
    configure: failed program was:
    #line 2539 "configure"
    #include "confdefs.h"
    /* System header to define __stub macros and hopefully few prototypes,
        which can conflict with char popen(); below.  */
    #include <assert.h>
    /* Override any gcc2 internal prototype to avoid an error.  */
    /* We use char because int might match the return type of a gcc2
        builtin and then its argument prototype would still apply.  */
    char popen();
    
    int main() {
    
    /* The GNU C library defines this for functions which it implements
        to always fail with ENOSYS.  Some functions are actually named
        something starting with __ and the normal name is an alias.  */
    #if defined (__stub_popen) || defined (__stub___popen)
    choke me
    #else
    popen();
    #endif
    
    ; return 0; }
    configure:2534: checking for gettimeofday
    configure:2562: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
    In file included from configure:2539:
    confdefs.h:7:20: warning: missing terminating " character
    In file included from configure:2539:
    confdefs.h:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
    confdefs.h:8:19: warning: missing terminating " character
    confdefs.h:8: error: missing terminating " character
    configure: failed program was:
    #line 2539 "configure"
    #include "confdefs.h"
    /* System header to define __stub macros and hopefully few prototypes,
        which can conflict with char gettimeofday(); below.  */
    #include <assert.h>
    /* Override any gcc2 internal prototype to avoid an error.  */
    /* We use char because int might match the return type of a gcc2
        builtin and then its argument prototype would still apply.  */
    char gettimeofday();
    
    int main() {
    
    /* The GNU C library defines this for functions which it implements
        to always fail with ENOSYS.  Some functions are actually named
        something starting with __ and the normal name is an alias.  */
    #if defined (__stub_gettimeofday) || defined (__stub___gettimeofday)
    choke me
    #else
    gettimeofday();
    #endif
    
    ; return 0; }
    configure:2534: checking for isatty
    configure:2562: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
    In file included from configure:2539:
    confdefs.h:7:20: warning: missing terminating " character
    In file included from configure:2539:
    confdefs.h:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
    confdefs.h:8:19: warning: missing terminating " character
    confdefs.h:8: error: missing terminating " character
    configure: failed program was:
    #line 2539 "configure"
    #include "confdefs.h"
    /* System header to define __stub macros and hopefully few prototypes,
        which can conflict with char isatty(); below.  */
    #include <assert.h>
    /* Override any gcc2 internal prototype to avoid an error.  */
    /* We use char because int might match the return type of a gcc2
        builtin and then its argument prototype would still apply.  */
    char isatty();
    
    int main() {
    
    /* The GNU C library defines this for functions which it implements
        to always fail with ENOSYS.  Some functions are actually named
        something starting with __ and the normal name is an alias.  */
    #if defined (__stub_isatty) || defined (__stub___isatty)
    choke me
    #else
    isatty();
    #endif
    
    ; return 0; }
    configure:2588: checking for tempnam
    configure:2616: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
    In file included from configure:2593:
    confdefs.h:7:20: warning: missing terminating " character
    In file included from configure:2593:
    confdefs.h:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
    confdefs.h:8:19: warning: missing terminating " character
    confdefs.h:8: error: missing terminating " character
    configure: failed program was:
    #line 2593 "configure"
    #include "confdefs.h"
    /* System header to define __stub macros and hopefully few prototypes,
        which can conflict with char tempnam(); below.  */
    #include <assert.h>
    /* Override any gcc2 internal prototype to avoid an error.  */
    /* We use char because int might match the return type of a gcc2
        builtin and then its argument prototype would still apply.  */
    char tempnam();
    
    int main() {
    
    /* The GNU C library defines this for functions which it implements
        to always fail with ENOSYS.  Some functions are actually named
        something starting with __ and the normal name is an alias.  */
    #if defined (__stub_tempnam) || defined (__stub___tempnam)
    choke me
    #else
    tempnam();
    #endif
    
    ; return 0; }
    configure:2646: checking for strerror
    configure:2659: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
    In file included from configure:2648:
    confdefs.h:7:20: warning: missing terminating " character
    In file included from configure:2648:
    confdefs.h:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
    confdefs.h:8:19: warning: missing terminating " character
    confdefs.h:8: error: missing terminating " character
    configure: failed program was:
    #line 2648 "configure"
    #include "confdefs.h"
    
    char *blubb() { return (char *) strerror (42); }
    
    int main() {
    
    (void) blubb();
    
    ; return 0; }
    configure:2676: checking for stdin
    configure:2690: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
    In file included from configure:2678:
    confdefs.h:7:20: warning: missing terminating " character
    In file included from configure:2678:
    confdefs.h:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
    confdefs.h:8:19: warning: missing terminating " character
    confdefs.h:8: error: missing terminating " character
    In file included from /usr/include/stdio.h:75,
                     from configure:2680:
    /usr/include/libio.h:332: error: expected specifier-qualifier-list before 'size_t'
    /usr/include/libio.h:364: error: expected declaration specifiers or '...' before 'size_t'
    /usr/include/libio.h:373: error: expected declaration specifiers or '...' before 'size_t'
    /usr/include/libio.h:495: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_IO_sgetn'
    In file included from configure:2680:
    /usr/include/stdio.h:296: error: expected declaration specifiers or '...' before 'size_t'
    /usr/include/stdio.h:302: error: expected declaration specifiers or '...' before 'size_t'
    /usr/include/stdio.h:314: error: expected declaration specifiers or '...' before 'size_t'
    /usr/include/stdio.h:321: error: expected declaration specifiers or '...' before 'size_t'
    /usr/include/stdio.h:363: error: expected declaration specifiers or '...' before 'size_t'
    /usr/include/stdio.h:365: error: format string argument not a string type
    /usr/include/stdio.h:367: error: expected declaration specifiers or '...' before 'size_t'
    /usr/include/stdio.h:639: error: expected declaration specifiers or '...' before 'size_t'
    /usr/include/stdio.h:642: error: expected declaration specifiers or '...' before 'size_t'
    /usr/include/stdio.h:652: error: expected declaration specifiers or '...' before 'size_t'
    /usr/include/stdio.h:682: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread'
    /usr/include/stdio.h:688: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite'
    /usr/include/stdio.h:710: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread_unlocked'
    /usr/include/stdio.h:712: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite_unlocked'
    In file included from /usr/include/stdio.h:910,
                     from configure:2680:
    /usr/include/bits/stdio2.h:24: error: expected declaration specifiers or '...' before 'size_t'
    /usr/include/bits/stdio2.h:26: error: expected declaration specifiers or '...' before 'size_t'
    /usr/include/bits/stdio2.h:53: error: expected declaration specifiers or '...' before 'size_t'
    /usr/include/bits/stdio2.h:54: error: expected declaration specifiers or '...' before 'size_t'
    /usr/include/bits/stdio2.h:56: error: expected declaration specifiers or '...' before 'size_t'
    /usr/include/bits/stdio2.h:57: error: expected declaration specifiers or '...' before 'size_t'
    /usr/include/bits/stdio2.h:62: error: expected declaration specifiers or '...' before 'size_t'
    /usr/include/bits/stdio2.h: In function 'snprintf':
    /usr/include/bits/stdio2.h:65: error: '__n' undeclared (first use in this function)
    /usr/include/bits/stdio2.h:65: error: (Each undeclared identifier is reported only once
    /usr/include/bits/stdio2.h:65: error: for each function it appears in.)
    /usr/include/bits/stdio2.h: At top level:
    /usr/include/bits/stdio2.h:75: error: expected declaration specifiers or '...' before 'size_t'
    /usr/include/bits/stdio2.h: In function 'vsnprintf':
    /usr/include/bits/stdio2.h:78: error: '__n' undeclared (first use in this function)
    /usr/include/bits/stdio2.h: At top level:
    /usr/include/bits/stdio2.h:220: error: expected declaration specifiers or '...' before 'size_t'
    /usr/include/bits/stdio2.h: In function 'gets':
    /usr/include/bits/stdio2.h:228: error: 'size_t' undeclared (first use in this function)
    /usr/include/bits/stdio2.h:229: error: too many arguments to function '__gets_chk'
    /usr/include/bits/stdio2.h: At top level:
    /usr/include/bits/stdio2.h:233: error: expected declaration specifiers or '...' before 'size_t'
    /usr/include/bits/stdio2.h:238: error: expected declaration specifiers or '...' before 'size_t'
    /usr/include/bits/stdio2.h: In function 'fgets':
    /usr/include/bits/stdio2.h:247: error: 'size_t' undeclared (first use in this function)
    /usr/include/bits/stdio2.h:250: error: too many arguments to function '__fgets_chk'
    /usr/include/bits/stdio2.h:252: error: expected ')' before '__n'
    /usr/include/bits/stdio2.h:253: error: too many arguments to function '__fgets_chk_warn'
    /usr/include/bits/stdio2.h: At top level:
    /usr/include/bits/stdio2.h:258: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__fread_chk'
    /usr/include/bits/stdio2.h:261: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__fread_alias'
    /usr/include/bits/stdio2.h:265: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__fread_chk_warn'
    /usr/include/bits/stdio2.h:274: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread'
    /usr/include/bits/stdio2.h:319: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__fread_unlocked_chk'
    /usr/include/bits/stdio2.h:322: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__fread_unlocked_alias'
    /usr/include/bits/stdio2.h:326: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__fread_unlocked_chk_warn'
    /usr/include/bits/stdio2.h:335: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread_unlocked'
    configure: failed program was:
    #line 2678 "configure"
    #include "confdefs.h"
    
    #include <stdio.h>
    char *blubb() { FILE *in, *out; in=stdin; out=stdout; return (char*)0; }
    
    int main() {
    
    (void) blubb();
    
    ; return 0; }
    configure:2711: checking for stdarg.h
    configure:2721: gcc -E  conftest.c >/dev/null 2>conftest.out
    In file included from configure:2716:
    confdefs.h:7:20: warning: missing terminating " character
    confdefs.h:8:19: warning: missing terminating " character
    configure: failed program was:
    #line 2716 "configure"
    #include "confdefs.h"
    #include <stdarg.h>
    configure:2711: checking for varargs.h
    configure:2721: gcc -E  conftest.c >/dev/null 2>conftest.out
    In file included from configure:2716:
    confdefs.h:7:20: warning: missing terminating " character
    confdefs.h:8:19: warning: missing terminating " character
    In file included from configure:2717:
    /usr/lib/gcc/i486-linux-gnu/4.4.3/include/varargs.h:4:2: error: #error "GCC no longer implements <varargs.h>."
    /usr/lib/gcc/i486-linux-gnu/4.4.3/include/varargs.h:5:2: error: #error "Revise your code to use <stdarg.h>."
    configure: failed program was:
    #line 2716 "configure"
    #include "confdefs.h"
    #include <varargs.h>
    
     
  8. falko

    falko Super Moderator Howtoforge Staff

    Did you do this (chapter 9 in the tutorial)?

    Code:
    dpkg-reconfigure dash
    Install dash as /bin/sh? <-- No
     

Share This Page