Can't Update Software & Service List Not Show

kang28ivan

Verified User
Joined
Mar 16, 2017
Messages
39
I have problem with one directadmin server, the first I cant update software like Dovecot, Exim, PHP 7.2.

Dovecot:
Code:
Executing /usr/local/directadmin/plugins/custombuild/admin/build dovecot...
Installing dovecot 2.3.9 ...
Found /usr/local/directadmin/custombuild/dovecot-2.3.9.tar.gz
Extracting ...
Done.
Patching syslog with LOG_PID ...
Patching maildirlock utility...
patching file src/util/maildirlock.c
Configuring dovecot 2.3.9 ...
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for pkg-config... /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... configure: error: in `/usr/local/directadmin/custombuild/dovecot-2.3.9':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details
*** There was an error while trying to configure dovecot. Please check configure/dovecot/configure.dovecot file.
Done!


Exim:
Code:
Executing /usr/local/directadmin/plugins/custombuild/admin/build exim...
Found /usr/local/directadmin/custombuild/exim-4.93.tar.gz
Extracting ...
Done.
--2019-12-12 13:50:21-- http://files8.directadmin.comfiles.directadmin.com/services/custombuild/Makefile
Resolving files8.directadmin.comfiles.directadmin.com (files8.directadmin.comfiles.directadmin.com)... failed: Name or service not known.
wget: unable to resolve host address 'files8.directadmin.comfiles.directadmin.com'
Making Makefile changes for 4.93+
Trying to make exim...
/bin/sh scripts/source_checks
>>> Creating links to source files...
>>> Creating lookups/Makefile for building dynamic modules
>>> New Makefile & lookups/Makefile installed
>>> Use "make makefile" if you need to force rebuilding of the makefile
make[1]: Entering directory `/usr/local/directadmin/custombuild/exim-4.93/build-Linux-x86_64'
/bin/sh ../scripts/Configure-os.c
cc buildconfig.c
/bin/sh ../scripts/Configure-os.h
In file included from /usr/include/endian.h:60:0,
from /usr/include/ctype.h:40,
from buildconfig.c:34:
/usr/include/bits/byteswap.h:109:1: error: unknown type name '__uint64_t'
__bswap_64 (__uint64_t __bsx)
^
/usr/include/bits/byteswap.h:109:13: error: unknown type name '__uint64_t'
__bswap_64 (__uint64_t __bsx)
^
In file included from buildconfig.c:34:0:
/usr/include/ctype.h:82:1: error: unknown type name '__int32_t'
extern const __int32_t **__ctype_tolower_loc (void)
^
/usr/include/ctype.h:84:1: error: unknown type name '__int32_t'
extern const __int32_t **__ctype_toupper_loc (void)
^
cc exim_lock.c
In file included from /usr/include/libio.h:32:0,
from /usr/include/stdio.h:74,
from buildconfig.c:35:
/usr/include/_G_config.h:23:3: error: unknown type name '__off_t'
__off_t __pos;
^
/usr/include/_G_config.h:28:3: error: unknown type name '__off64_t'
__off64_t __pos;
^
In file included from /usr/include/stdio.h:74:0,
from buildconfig.c:35:
/usr/include/libio.h:275:3: error: unknown type name '__off_t'
_IO_off_t _old_offset; /* This used to be _offset but it's too small. */
^
/usr/include/libio.h:294:3: error: unknown type name '__off64_t'
_IO_off64_t _offset;
^
/usr/include/libio.h:339:1: error: unknown type name '__ssize_t'
typedef __ssize_t __io_read_fn (void *__cookie, char *__buf, size_t __nbytes);
^
/usr/include/libio.h:347:1: error: unknown type name '__ssize_t'
typedef __ssize_t __io_write_fn (void *__cookie, const char *__buf,
^
In file included from /usr/include/stdio.h:74:0,
from buildconfig.c:35:
/usr/include/libio.h:356:43: error: unknown type name '__off64_t'
typedef int __io_seek_fn (void *__cookie, _IO_off64_t *__pos, int __w);
^
In file included from /usr/include/stdio.h:74:0,
from buildconfig.c:35:
/usr/include/libio.h:469:1: error: unknown type name '__ssize_t'
extern _IO_ssize_t _IO_padn (_IO_FILE *, int, _IO_ssize_t);
^
In file included from /usr/include/stdio.h:74:0,
from buildconfig.c:35:
/usr/include/libio.h:469:47: error: unknown type name '__ssize_t'
extern _IO_ssize_t _IO_padn (_IO_FILE *, int, _IO_ssize_t);
^
In file included from /usr/include/stdio.h:74:0,
from buildconfig.c:35:
/usr/include/libio.h:472:1: error: unknown type name '__off64_t'
extern _IO_off64_t _IO_seekoff (_IO_FILE *, _IO_off64_t, int, int);
^
In file included from /usr/include/stdio.h:74:0,
from buildconfig.c:35:
/usr/include/libio.h:472:45: error: unknown type name '__off64_t'
extern _IO_off64_t _IO_seekoff (_IO_FILE *, _IO_off64_t, int, int);
^
In file included from /usr/include/stdio.h:74:0,
from buildconfig.c:35:
/usr/include/libio.h:473:1: error: unknown type name '__off64_t'
extern _IO_off64_t _IO_seekpos (_IO_FILE *, _IO_off64_t, int);
^
In file included from /usr/include/stdio.h:74:0,
from buildconfig.c:35:
/usr/include/libio.h:473:45: error: unknown type name '__off64_t'
extern _IO_off64_t _IO_seekpos (_IO_FILE *, _IO_off64_t, int);
^
In file included from buildconfig.c:35:0:
/usr/include/stdio.h:92:1: error: unknown type name '__off64_t'
typedef __off64_t off_t;
^
/usr/include/stdio.h:102:1: error: unknown type name '__ssize_t'
typedef __ssize_t ssize_t;
^
In file included from buildconfig.c:35:0:
/usr/include/stdio.h:665:1: error: unknown type name '__ssize_t'
extern _IO_ssize_t __getdelim (char **__restrict __lineptr,
^
/usr/include/stdio.h:668:1: error: unknown type name '__ssize_t'
extern _IO_ssize_t getdelim (char **__restrict __lineptr,
^
/usr/include/stdio.h:678:1: error: unknown type name '__ssize_t'
extern _IO_ssize_t getline (char **__restrict __lineptr,
^
In file included from /usr/include/features.h:375:0,
from /usr/include/ctype.h:26,
from buildconfig.c:34:
/usr/include/stdio.h:781:12: error: unknown type name '__off64_t'
extern int __REDIRECT (fseeko,
^
In file included from buildconfig.c:35:0:
/usr/include/stdio.h:784:1: error: unknown type name '__off64_t'
extern __off64_t __REDIRECT (ftello, (FILE *__stream), ftello64);
^
In file included from /usr/include/stdlib.h:314:0,
from buildconfig.c:36:
/usr/include/sys/types.h:33:1: error: unknown type name '__u_char'
typedef __u_char u_char;
^
/usr/include/sys/types.h:34:1: error: unknown type name '__u_short'
typedef __u_short u_short;
^
/usr/include/sys/types.h:35:1: error: unknown type name '__u_int'
typedef __u_int u_int;
^
/usr/include/sys/types.h:36:1: error: unknown type name '__u_long'
typedef __u_long u_long;
^
/usr/include/sys/types.h:37:1: error: unknown type name '__quad_t'
typedef __quad_t quad_t;
^
/usr/include/sys/types.h:38:1: error: unknown type name '__u_quad_t'
typedef __u_quad_t u_quad_t;
^
/usr/include/sys/types.h:39:1: error: unknown type name '__fsid_t'
typedef __fsid_t fsid_t;
^
/usr/include/sys/types.h:44:1: error: unknown type name '__loff_t'
typedef __loff_t loff_t;
^
/usr/include/sys/types.h:50:1: error: unknown type name '__ino64_t'
typedef __ino64_t ino_t;
^
/usr/include/sys/types.h:60:1: error: unknown type name '__dev_t'
typedef __dev_t dev_t;
^
/usr/include/sys/types.h:65:1: error: unknown type name '__gid_t'
typedef __gid_t gid_t;
^
/usr/include/sys/types.h:70:1: error: unknown type name '__mode_t'
typedef __mode_t mode_t;
^
/usr/include/sys/types.h:75:1: error: unknown type name '__nlink_t'
typedef __nlink_t nlink_t;
^
/usr/include/sys/types.h:80:1: error: unknown type name '__uid_t'
typedef __uid_t uid_t;
^
/usr/include/sys/types.h:98:1: error: unknown type name '__pid_t'
typedef __pid_t pid_t;
^
/usr/include/sys/types.h:104:1: error: unknown type name '__id_t'
typedef __id_t id_t;
^
/usr/include/sys/types.h:115:1: error: unknown type name '__daddr_t'
typedef __daddr_t daddr_t;
^
/usr/include/sys/types.h:116:1: error: unknown type name '__caddr_t'
typedef __caddr_t caddr_t;
^
/usr/include/sys/types.h:122:1: error: unknown type name '__key_t'
typedef __key_t key_t;
^
In file included from /usr/include/sys/types.h:132:0,
from /usr/include/stdlib.h:314,
from buildconfig.c:36:
/usr/include/time.h:59:1: error: unknown type name '__clock_t'
typedef __clock_t clock_t;
^
In file included from os.h:11:0,
from exim_lock.c:16:
/usr/include/sys/types.h:33:1: error: unknown type name '__u_char'
typedef __u_char u_char;
^
In file included from /usr/include/sys/types.h:132:0,
from /usr/include/stdlib.h:314,
from buildconfig.c:36:
/usr/include/time.h:75:1: error: unknown type name '__time_t'
typedef __time_t time_t;
^
/usr/include/sys/types.h:34:1: error: unknown type name '__u_short'
typedef __u_short u_short;
^
/usr/include/sys/types.h:35:1: error: unknown type name '__u_int'
typedef __u_int u_int;
^
In file included from /usr/include/sys/types.h:132:0,
from /usr/include/stdlib.h:314,
from buildconfig.c:36:
/usr/include/time.h:91:1: error: unknown type name '__clockid_t'
typedef __clockid_t clockid_t;
^
/usr/include/sys/types.h:36:1: error: unknown type name '__u_long'
typedef __u_long u_long;
^
/usr/include/sys/types.h:37:1: error: unknown type name '__quad_t'
typedef __quad_t quad_t;
^
/usr/include/sys/types.h:38:1: error: unknown type name '__u_quad_t'
typedef __u_quad_t u_quad_t;
^
In file included from /usr/include/sys/types.h:132:0,
from /usr/include/stdlib.h:314,
from buildconfig.c:36:
/usr/include/time.h:103:1: error: unknown type name '__timer_t'
typedef __timer_t timer_t;
^
/usr/include/sys/types.h:39:1: error: unknown type name '__fsid_t'
typedef __fsid_t fsid_t;
^
/usr/include/sys/types.h:44:1: error: unknown type name '__loff_t'
typedef __loff_t loff_t;
^
/usr/include/sys/types.h:50:1: error: unknown type name '__ino64_t'
typedef __ino64_t ino_t;
^
/usr/include/sys/types.h:60:1: error: unknown type name '__dev_t'
typedef __dev_t dev_t;
^
/usr/include/sys/types.h:65:1: error: unknown type name '__gid_t'
typedef __gid_t gid_t;
^
/usr/include/sys/types.h:70:1: error: unknown type name '__mode_t'
typedef __mode_t mode_t;
^
/usr/include/sys/types.h:75:1: error: unknown type name '__nlink_t'
typedef __nlink_t nlink_t;
^
/usr/include/sys/types.h:80:1: error: unknown type name '__uid_t'
typedef __uid_t uid_t;
^
/usr/include/sys/types.h:88:1: error: unknown type name '__off64_t'
typedef __off64_t off_t;
^
/usr/include/sys/types.h:98:1: error: unknown type name '__pid_t'
typedef __pid_t pid_t;
^
/usr/include/sys/types.h:104:1: error: unknown type name '__id_t'
typedef __id_t id_t;
^
/usr/include/sys/types.h:109:1: error: unknown type name '__ssize_t'
typedef __ssize_t ssize_t;
^
/usr/include/sys/types.h:115:1: error: unknown type name '__daddr_t'
typedef __daddr_t daddr_t;
^
/usr/include/sys/types.h:116:1: error: unknown type name '__caddr_t'
typedef __caddr_t caddr_t;
^
/usr/include/sys/types.h:122:1: error: unknown type name '__key_t'
typedef __key_t key_t;
^
In file included from /usr/include/sys/types.h:132:0,
from os.h:11,
from exim_lock.c:16:
/usr/include/time.h:59:1: error: unknown type name '__clock_t'
typedef __clock_t clock_t;
^
In file included from /usr/include/sys/types.h:132:0,
from os.h:11,
from exim_lock.c:16:
/usr/include/time.h:75:1: error: unknown type name '__time_t'
typedef __time_t time_t;
^
In file included from /usr/include/sys/types.h:132:0,
from os.h:11,
from exim_lock.c:16:
/usr/include/time.h:91:1: error: unknown type name '__clockid_t'
typedef __clockid_t clockid_t;
^
In file included from /usr/include/sys/types.h:132:0,
from os.h:11,
from exim_lock.c:16:
/usr/include/time.h:103:1: error: unknown type name '__timer_t'
typedef __timer_t timer_t;
^
In file included from /usr/include/stdlib.h:314:0,
from buildconfig.c:36:
/usr/include/sys/types.h:228:1: error: unknown type name '__blksize_t'
typedef __blksize_t blksize_t;
^
/usr/include/sys/types.h:248:1: error: unknown type name '__blkcnt64_t'
typedef __blkcnt64_t blkcnt_t; /* Type to count number of disk blocks. */
^
/usr/include/sys/types.h:252:1: error: unknown type name '__fsblkcnt64_t'
typedef __fsblkcnt64_t fsblkcnt_t; /* Type to count file system blocks. */
^
/usr/include/sys/types.h:256:1: error: unknown type name '__fsfilcnt64_t'
typedef __fsfilcnt64_t fsfilcnt_t; /* Type to count file system inodes. */
^
In file included from /usr/include/endian.h:60:0,
from /usr/include/sys/types.h:216,
from os.h:11,
from exim_lock.c:16:
/usr/include/bits/byteswap.h:109:1: error: unknown type name '__uint64_t'
__bswap_64 (__uint64_t __bsx)
^
/usr/include/bits/byteswap.h:109:13: error: unknown type name '__uint64_t'
__bswap_64 (__uint64_t __bsx)
^
In file included from os.h:11:0,
from exim_lock.c:16:
/usr/include/sys/types.h:228:1: error: unknown type name '__blksize_t'
typedef __blksize_t blksize_t;
^
/usr/include/sys/types.h:248:1: error: unknown type name '__blkcnt64_t'
typedef __blkcnt64_t blkcnt_t; /* Type to count number of disk blocks. */
^
/usr/include/sys/types.h:252:1: error: unknown type name '__fsblkcnt64_t'
typedef __fsblkcnt64_t fsblkcnt_t; /* Type to count file system blocks. */
^
/usr/include/sys/types.h:256:1: error: unknown type name '__fsfilcnt64_t'
typedef __fsfilcnt64_t fsfilcnt_t; /* Type to count file system inodes. */
^
In file included from /usr/include/features.h:375:0,
from os.h:10,
from exim_lock.c:16:
/usr/include/sys/uio.h:82:16: error: unknown type name '__off64_t'
extern ssize_t __REDIRECT (preadv, (int __fd, const struct iovec *__iovec,
^
/usr/include/sys/uio.h:85:16: error: unknown type name '__off64_t'
extern ssize_t __REDIRECT (pwritev, (int __fd, const struct iovec *__iovec,
^
In file included from /usr/include/sys/socket.h:39:0,
from /usr/include/netinet/tcp.h:67,
from os.h:80,
from exim_lock.c:16:
/usr/include/bits/socket.h:34:1: error: unknown type name '__socklen_t'
typedef __socklen_t socklen_t;
^
In file included from /usr/include/libio.h:32:0,
from /usr/include/stdio.h:74,
from exim_lock.c:18:
/usr/include/_G_config.h:23:3: error: unknown type name '__off_t'
__off_t __pos;
^
/usr/include/_G_config.h:28:3: error: unknown type name '__off64_t'
__off64_t __pos;
^
In file included from /usr/include/stdio.h:74:0,
from exim_lock.c:18:
/usr/include/libio.h:275:3: error: unknown type name '__off_t'
_IO_off_t _old_offset; /* This used to be _offset but it's too small. */
^
/usr/include/libio.h:294:3: error: unknown type name '__off64_t'
_IO_off64_t _offset;
^
/usr/include/libio.h:339:1: error: unknown type name '__ssize_t'
typedef __ssize_t __io_read_fn (void *__cookie, char *__buf, size_t __nbytes);
^
/usr/include/libio.h:347:1: error: unknown type name '__ssize_t'
typedef __ssize_t __io_write_fn (void *__cookie, const char *__buf,
^
In file included from /usr/include/stdio.h:74:0,
from exim_lock.c:18:
/usr/include/libio.h:356:43: error: unknown type name '__off64_t'
typedef int __io_seek_fn (void *__cookie, _IO_off64_t *__pos, int __w);
^
In file included from /usr/include/stdio.h:74:0,
from exim_lock.c:18:
/usr/include/libio.h:469:1: error: unknown type name '__ssize_t'
extern _IO_ssize_t _IO_padn (_IO_FILE *, int, _IO_ssize_t);
^
In file included from /usr/include/stdio.h:74:0,
from exim_lock.c:18:
/usr/include/libio.h:469:47: error: unknown type name '__ssize_t'
extern _IO_ssize_t _IO_padn (_IO_FILE *, int, _IO_ssize_t);
^
In file included from /usr/include/stdio.h:74:0,
from exim_lock.c:18:
/usr/include/libio.h:472:1: error: unknown type name '__off64_t'
extern _IO_off64_t _IO_seekoff (_IO_FILE *, _IO_off64_t, int, int);
^
In file included from /usr/include/stdio.h:74:0,
from exim_lock.c:18:
/usr/include/libio.h:472:45: error: unknown type name '__off64_t'
extern _IO_off64_t _IO_seekoff (_IO_FILE *, _IO_off64_t, int, int);
^
In file included from /usr/include/stdio.h:74:0,
from exim_lock.c:18:
/usr/include/libio.h:473:1: error: unknown type name '__off64_t'
extern _IO_off64_t _IO_seekpos (_IO_FILE *, _IO_off64_t, int);
^
In file included from /usr/include/stdio.h:74:0,
from exim_lock.c:18:
/usr/include/libio.h:473:45: error: unknown type name '__off64_t'
extern _IO_off64_t _IO_seekpos (_IO_FILE *, _IO_off64_t, int);
^
In file included from exim_lock.c:18:0:
/usr/include/stdio.h:665:1: error: unknown type name '__ssize_t'
extern _IO_ssize_t __getdelim (char **__restrict __lineptr,
^
/usr/include/stdio.h:668:1: error: unknown type name '__ssize_t'
extern _IO_ssize_t getdelim (char **__restrict __lineptr,
^
/usr/include/stdio.h:678:1: error: unknown type name '__ssize_t'
extern _IO_ssize_t getline (char **__restrict __lineptr,
^
In file included from /usr/include/features.h:375:0,
from os.h:10,
from exim_lock.c:16:
/usr/include/stdio.h:781:12: error: unknown type name '__off64_t'
extern int __REDIRECT (fseeko,
^
In file included from exim_lock.c:18:0:
/usr/include/stdio.h:784:1: error: unknown type name '__off64_t'
extern __off64_t __REDIRECT (ftello, (FILE *__stream), ftello64);
^
In file included from /usr/include/sys/time.h:28:0,
from buildconfig.c:39:
/usr/include/bits/time.h:32:5: error: unknown type name '__time_t'
__time_t tv_sec; /* Seconds. */
^
/usr/include/bits/time.h:33:5: error: unknown type name '__suseconds_t'
__suseconds_t tv_usec; /* Microseconds. */
^
In file included from buildconfig.c:39:0:
/usr/include/sys/time.h:33:1: error: unknown type name '__suseconds_t'
typedef __suseconds_t suseconds_t;
^
In file included from buildconfig.c:41:0:
/usr/include/pwd.h:54:3: error: unknown type name '__uid_t'
__uid_t pw_uid; /* User ID. */
^
/usr/include/pwd.h:55:3: error: unknown type name '__gid_t'
__gid_t pw_gid; /* Group ID. */
^
/usr/include/pwd.h:111:33: error: unknown type name '__uid_t'
extern struct passwd *getpwuid (__uid_t __uid);
^
/usr/include/pwd.h:145:24: error: unknown type name '__uid_t'
extern int getpwuid_r (__uid_t __uid,
^
In file included from buildconfig.c:42:0:
/usr/include/grp.h:47:5: error: unknown type name '__gid_t'
__gid_t gr_gid; /* Group ID. */
^
/usr/include/grp.h:106:32: error: unknown type name '__gid_t'
extern struct group *getgrgid (__gid_t __gid);
^
/usr/include/grp.h:145:24: error: unknown type name '__gid_t'
extern int getgrgid_r (__gid_t __gid, struct group *__restrict __resultbuf,
^
In file included from buildconfig.c:42:0:
/usr/include/grp.h:181:1: error: unknown type name '__gid_t'
extern int setgroups (size_t __n, const __gid_t *__groups) __THROW;
^
/usr/include/grp.h:191:46: error: unknown type name '__gid_t'
extern int getgrouplist (const char *__user, __gid_t __group,
^
/usr/include/grp.h:192:5: error: unknown type name '__gid_t'
__gid_t *__groups, int *__ngroups);
^
/usr/include/grp.h:202:44: error: unknown type name '__gid_t'
extern int initgroups (const char *__user, __gid_t __group);
^
In file included from /usr/include/signal.h:75:0,
from exim_lock.c:21:
/usr/include/time.h:122:5: error: unknown type name '__time_t'
__time_t tv_sec; /* Seconds. */
^
/usr/include/time.h:123:5: error: unknown type name '__syscall_slong_t'
__syscall_slong_t tv_nsec; /* Nanoseconds. */
^
In file included from /usr/include/signal.h:80:0,
from exim_lock.c:21:
/usr/include/bits/siginfo.h:58:1: error: unknown type name '__clock_t'
typedef __clock_t __sigchld_clock_t;
^
/usr/include/bits/siginfo.h:76:6: error: unknown type name '__pid_t'
__pid_t si_pid; /* Sending process ID. */
^
/usr/include/bits/siginfo.h:77:6: error: unknown type name '__uid_t'
__uid_t si_uid; /* Real user ID of sending process. */
^
/usr/include/bits/siginfo.h:91:6: error: unknown type name '__pid_t'
__pid_t si_pid; /* Sending process ID. */
^
/usr/include/bits/siginfo.h:92:6: error: unknown type name '__uid_t'
__uid_t si_uid; /* Real user ID of sending process. */
^
/usr/include/bits/siginfo.h:99:6: error: unknown type name '__pid_t'
__pid_t si_pid; /* Which child. */
^
/usr/include/bits/siginfo.h:100:6: error: unknown type name '__uid_t'
__uid_t si_uid; /* Real user ID of sending process. */
^
/usr/include/bits/siginfo.h:313:2: error: unknown type name '__pid_t'
__pid_t _tid;
^
In file included from exim_lock.c:21:0:
/usr/include/signal.h:127:18: error: unknown type name '__pid_t'
extern int kill (__pid_t __pid, int __sig) __THROW;
^
/usr/include/signal.h:134:20: error: unknown type name '__pid_t'
extern int killpg (__pid_t __pgrp, int __sig) __THROW;
^
In file included from exim_lock.c:21:0:
/usr/include/signal.h:301:22: error: unknown type name '__pid_t'
extern int sigqueue (__pid_t __pid, int __sig, const union sigval __val)
^
In file included from /usr/include/signal.h:340:0,
from exim_lock.c:21:
/usr/include/bits/sigcontext.h:31:3: error: unknown type name '__uint32_t'
__uint32_t magic1;
^
/usr/include/bits/sigcontext.h:32:3: error: unknown type name '__uint32_t'
__uint32_t extended_size;
^
/usr/include/bits/sigcontext.h:33:3: error: unknown type name '__uint64_t'
__uint64_t xstate_bv;
^
/usr/include/bits/sigcontext.h:34:3: error: unknown type name '__uint32_t'
__uint32_t xstate_size;
^
/usr/include/bits/sigcontext.h:35:3: error: unknown type name '__uint32_t'
__uint32_t padding[7];
^
/usr/include/bits/sigcontext.h:53:3: error: unknown type name '__uint32_t'
__uint32_t element[4];
^
/usr/include/bits/sigcontext.h:124:3: error: unknown type name '__uint16_t'
__uint16_t cwd;
^
/usr/include/bits/sigcontext.h:125:3: error: unknown type name '__uint16_t'
__uint16_t swd;
^
/usr/include/bits/sigcontext.h:126:3: error: unknown type name '__uint16_t'
__uint16_t ftw;
^
/usr/include/bits/sigcontext.h:127:3: error: unknown type name '__uint16_t'
__uint16_t fop;
^
/usr/include/bits/sigcontext.h:128:3: error: unknown type name '__uint64_t'
__uint64_t rip;
^
/usr/include/bits/sigcontext.h:129:3: error: unknown type name '__uint64_t'
__uint64_t rdp;
^
/usr/include/bits/sigcontext.h:130:3: error: unknown type name '__uint32_t'
__uint32_t mxcsr;
^
/usr/include/bits/sigcontext.h:131:3: error: unknown type name '__uint32_t'
__uint32_t mxcr_mask;
^
/usr/include/bits/sigcontext.h:134:3: error: unknown type name '__uint32_t'
__uint32_t padding[24];
^
/usr/include/bits/sigcontext.h:139:3: error: unknown type name '__uint64_t'
__uint64_t r8;
^
/usr/include/bits/sigcontext.h:140:3: error: unknown type name '__uint64_t'
__uint64_t r9;
^
/usr/include/bits/sigcontext.h:141:3: error: unknown type name '__uint64_t'
__uint64_t r10;
^
/usr/include/bits/sigcontext.h:142:3: error: unknown type name '__uint64_t'
__uint64_t r11;
^
/usr/include/bits/sigcontext.h:143:3: error: unknown type name '__uint64_t'
__uint64_t r12;
^
/usr/include/bits/sigcontext.h:144:3: error: unknown type name '__uint64_t'
__uint64_t r13;
^
/usr/include/bits/sigcontext.h:145:3: error: unknown type name '__uint64_t'
__uint64_t r14;
^
/usr/include/bits/sigcontext.h:146:3: error: unknown type name '__uint64_t'
__uint64_t r15;
^
/usr/include/bits/sigcontext.h:147:3: error: unknown type name '__uint64_t'
__uint64_t rdi;
^
/usr/include/bits/sigcontext.h:148:3: error: unknown type name '__uint64_t'
__uint64_t rsi;
^
/usr/include/bits/sigcontext.h:149:3: error: unknown type name '__uint64_t'
__uint64_t rbp;
^
/usr/include/bits/sigcontext.h:150:3: error: unknown type name '__uint64_t'
__uint64_t rbx;
^
/usr/include/bits/sigcontext.h:151:3: error: unknown type name '__uint64_t'
__uint64_t rdx;
^
/usr/include/bits/sigcontext.h:152:3: error: unknown type name '__uint64_t'
__uint64_t rax;
^
/usr/include/bits/sigcontext.h:153:3: error: unknown type name '__uint64_t'
__uint64_t rcx;
^
/usr/include/bits/sigcontext.h:154:3: error: unknown type name '__uint64_t'
__uint64_t rsp;
^
/usr/include/bits/sigcontext.h:155:3: error: unknown type name '__uint64_t'
__uint64_t rip;
^
/usr/include/bits/sigcontext.h:156:3: error: unknown type name '__uint64_t'
__uint64_t eflags;
^
/usr/include/bits/sigcontext.h:161:3: error: unknown type name '__uint64_t'
__uint64_t err;
^
/usr/include/bits/sigcontext.h:162:3: error: unknown type name '__uint64_t'
__uint64_t trapno;
^
/usr/include/bits/sigcontext.h:163:3: error: unknown type name '__uint64_t'
__uint64_t oldmask;
^
/usr/include/bits/sigcontext.h:164:3: error: unknown type name '__uint64_t'
__uint64_t cr2;
^
/usr/include/bits/sigcontext.h:168:7: error: unknown type name '__uint64_t'
__uint64_t __fpstate_word;
^
/usr/include/bits/sigcontext.h:170:3: error: unknown type name '__uint64_t'
__uint64_t __reserved1 [8];
^
/usr/include/bits/sigcontext.h:177:3: error: unknown type name '__uint64_t'
__uint64_t xstate_bv;
^
/usr/include/bits/sigcontext.h:178:3: error: unknown type name '__uint64_t'
__uint64_t reserved1[2];
^
/usr/include/bits/sigcontext.h:179:3: error: unknown type name '__uint64_t'
__uint64_t reserved2[5];
^
/usr/include/bits/sigcontext.h:184:3: error: unknown type name '__uint32_t'
__uint32_t ymmh_space[64];
^
In file included from /usr/include/signal.h:360:0,
from exim_lock.c:21:
/usr/include/sys/ucontext.h:101:3: error: unknown type name '__uint32_t'
__uint32_t element[4];
^
/usr/include/sys/ucontext.h:107:3: error: unknown type name '__uint16_t'
__uint16_t cwd;
^
/usr/include/sys/ucontext.h:108:3: error: unknown type name '__uint16_t'
__uint16_t swd;
^
/usr/include/sys/ucontext.h:109:3: error: unknown type name '__uint16_t'
__uint16_t ftw;
^
/usr/include/sys/ucontext.h:110:3: error: unknown type name '__uint16_t'
__uint16_t fop;
^
/usr/include/sys/ucontext.h:111:3: error: unknown type name '__uint64_t'
__uint64_t rip;
^
/usr/include/sys/ucontext.h:112:3: error: unknown type name '__uint64_t'
__uint64_t rdp;
^
/usr/include/sys/ucontext.h:113:3: error: unknown type name '__uint32_t'
__uint32_t mxcsr;
^
/usr/include/sys/ucontext.h:114:3: error: unknown type name '__uint32_t'
__uint32_t mxcr_mask;
^
/usr/include/sys/ucontext.h:117:3: error: unknown type name '__uint32_t'
__uint32_t padding[24];
^
In file included from exim_lock.c:24:0:
/usr/include/netdb.h:137:59: error: unknown type name '__socklen_t'
extern struct hostent *gethostbyaddr (const void *__addr, __socklen_t __len,
^
/usr/include/netdb.h:172:60: error: unknown type name '__socklen_t'
extern int gethostbyaddr_r (const void *__restrict __addr, __socklen_t __len,
^
In file included from /usr/include/fcntl.h:35:0,
from exim_lock.c:25:
/usr/include/bits/fcntl.h:43:5: error: unknown type name '__off64_t'
__off64_t l_start; /* Offset where the lock begins. */
^
/usr/include/bits/fcntl.h:44:5: error: unknown type name '__off64_t'
__off64_t l_len; /* Size of the locked area; zero means until EOF. */
^
/usr/include/bits/fcntl.h:46:5: error: unknown type name '__pid_t'
__pid_t l_pid; /* Process holding the lock. */
^
In file included from /usr/include/fcntl.h:77:0,
from exim_lock.c:25:
/usr/include/bits/stat.h:48:5: error: unknown type name '__dev_t'
__dev_t st_dev; /* Device. */
^
/usr/include/bits/stat.h:53:5: error: unknown type name '__ino_t'
__ino_t st_ino; /* File serial number. */
^
/usr/include/bits/stat.h:61:5: error: unknown type name '__nlink_t'
__nlink_t st_nlink; /* Link count. */
^
/usr/include/bits/stat.h:62:5: error: unknown type name '__mode_t'
__mode_t st_mode; /* File mode. */
^
/usr/include/bits/stat.h:64:5: error: unknown type name '__uid_t'
__uid_t st_uid; /* User ID of the file's owner. */
^
/usr/include/bits/stat.h:65:5: error: unknown type name '__gid_t'
__gid_t st_gid; /* Group ID of the file's group.*/
^
/usr/include/bits/stat.h:69:5: error: unknown type name '__dev_t'
__dev_t st_rdev; /* Device number, if device. */
^
/usr/include/bits/stat.h:74:5: error: unknown type name '__off_t'
__off_t st_size; /* Size of file, in bytes. */
^
/usr/include/bits/stat.h:78:5: error: unknown type name '__blksize_t'
__blksize_t st_blksize; /* Optimal block size for I/O. */
^
/usr/include/bits/stat.h:80:5: error: unknown type name '__blkcnt_t'
__blkcnt_t st_blocks; /* Number 512-byte blocks allocated. */
^
/usr/include/bits/stat.h:106:5: error: unknown type name '__syscall_slong_t'
__syscall_slong_t __unused[3];
^
In file included from /usr/include/features.h:375:0,
from os.h:10,
from exim_lock.c:16:
/usr/include/fcntl.h:251:12: error: unknown type name '__off64_t'
extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), lockf64);
^
/usr/include/fcntl.h:269:12: error: unknown type name '__off64_t'
extern int __REDIRECT_NTH (posix_fadvise, (int __fd, __off64_t __offset,
^
/usr/include/fcntl.h:269:12: error: unknown type name '__off64_t'
extern int __REDIRECT_NTH (posix_fadvise, (int __fd, __off64_t __offset,
^
/usr/include/fcntl.h:290:12: error: unknown type name '__off64_t'
extern int __REDIRECT (posix_fallocate, (int __fd, __off64_t __offset,
^
/usr/include/fcntl.h:290:12: error: unknown type name '__off64_t'
extern int __REDIRECT (posix_fallocate, (int __fd, __off64_t __offset,
^
In file included from exim_lock.c:26:0:
/usr/include/unistd.h:255:1: error: unknown type name '__useconds_t'
typedef __useconds_t useconds_t;
^
/usr/include/unistd.h:337:1: error: unknown type name '__off64_t'
extern __off64_t __REDIRECT_NTH (lseek,
^
In file included from /usr/include/features.h:375:0,
from os.h:10,
from exim_lock.c:16:
/usr/include/unistd.h:337:18: error: unknown type name '__off64_t'
extern __off64_t __REDIRECT_NTH (lseek,
^
/usr/include/unistd.h:388:16: error: unknown type name '__off64_t'
extern ssize_t __REDIRECT (pread, (int __fd, void *__buf, size_t __nbytes,
^
/usr/include/unistd.h:391:16: error: unknown type name '__off64_t'
extern ssize_t __REDIRECT (pwrite, (int __fd, const void *__buf,
^
In file included from exim_lock.c:26:0:
/usr/include/unistd.h:452:1: error: unknown type name '__useconds_t'
extern __useconds_t ualarm (__useconds_t __value, __useconds_t __interval)
^
/usr/include/unistd.h:452:29: error: unknown type name '__useconds_t'
extern __useconds_t ualarm (__useconds_t __value, __useconds_t __interval)
^
/usr/include/unistd.h:452:51: error: unknown type name '__useconds_t'
extern __useconds_t ualarm (__useconds_t __value, __useconds_t __interval)
^
/usr/include/unistd.h:460:20: error: unknown type name '__useconds_t'
extern int usleep (__useconds_t __useconds);
^
/usr/include/unistd.h:473:39: error: unknown type name '__uid_t'
extern int chown (const char *__file, __uid_t __owner, __gid_t __group)
^
/usr/include/unistd.h:473:56: error: unknown type name '__gid_t'
extern int chown (const char *__file, __uid_t __owner, __gid_t __group)
^
/usr/include/unistd.h:478:30: error: unknown type name '__uid_t'
extern int fchown (int __fd, __uid_t __owner, __gid_t __group) __THROW __wur;
^
/usr/include/unistd.h:478:47: error: unknown type name '__gid_t'
extern int fchown (int __fd, __uid_t __owner, __gid_t __group) __THROW __wur;
^
/usr/include/unistd.h:483:40: error: unknown type name '__uid_t'
extern int lchown (const char *__file, __uid_t __owner, __gid_t __group)
^
/usr/include/unistd.h:483:57: error: unknown type name '__gid_t'
extern int lchown (const char *__file, __uid_t __owner, __gid_t __group)
^
/usr/include/unistd.h:491:52: error: unknown type name '__uid_t'
extern int fchownat (int __fd, const char *__file, __uid_t __owner,
^
/usr/include/unistd.h:492:8: error: unknown type name '__gid_t'
__gid_t __group, int __flag)
^
In file included from exim_lock.c:26:0:
/usr/include/unistd.h:628:1: error: unknown type name '__pid_t'
extern __pid_t getpid (void) __THROW;
^
/usr/include/unistd.h:631:1: error: unknown type name '__pid_t'
extern __pid_t getppid (void) __THROW;
^
/usr/include/unistd.h:636:1: error: unknown type name '__pid_t'
extern __pid_t getpgrp (void) __THROW;
^
/usr/include/unistd.h:646:1: error: unknown type name '__pid_t'
extern __pid_t __getpgid (__pid_t __pid) __THROW;
^
/usr/include/unistd.h:646:27: error: unknown type name '__pid_t'
extern __pid_t __getpgid (__pid_t __pid) __THROW;
^
/usr/include/unistd.h:648:1: error: unknown type name '__pid_t'
extern __pid_t getpgid (__pid_t __pid) __THROW;
^
/usr/include/unistd.h:648:25: error: unknown type name '__pid_t'
extern __pid_t getpgid (__pid_t __pid) __THROW;
^
/usr/include/unistd.h:655:21: error: unknown type name '__pid_t'
extern int setpgid (__pid_t __pid, __pid_t __pgid) __THROW;
^
/usr/include/unistd.h:655:36: error: unknown type name '__pid_t'
extern int setpgid (__pid_t __pid, __pid_t __pgid) __THROW;
^
/usr/include/unistd.h:689:1: error: unknown type name '__pid_t'
extern __pid_t setsid (void) __THROW;
^
/usr/include/unistd.h:693:1: error: unknown type name '__pid_t'
extern __pid_t getsid (__pid_t __pid) __THROW;
^
/usr/include/unistd.h:693:24: error: unknown type name '__pid_t'
extern __pid_t getsid (__pid_t __pid) __THROW;
^
/usr/include/unistd.h:697:1: error: unknown type name '__uid_t'
extern __uid_t getuid (void) __THROW;
^
/usr/include/unistd.h:700:1: error: unknown type name '__uid_t'
extern __uid_t geteuid (void) __THROW;
^
/usr/include/unistd.h:703:1: error: unknown type name '__gid_t'
extern __gid_t getgid (void) __THROW;
^
/usr/include/unistd.h:706:1: error: unknown type name '__gid_t'
extern __gid_t getegid (void) __THROW;
^
/usr/include/unistd.h:711:35: error: unknown type name '__gid_t'
extern int getgroups (int __size, __gid_t __list[]) __THROW __wur;
^
/usr/include/unistd.h:722:20: error: unknown type name '__uid_t'
extern int setuid (__uid_t __uid) __THROW __wur;
^
/usr/include/unistd.h:727:22: error: unknown type name '__uid_t'
extern int setreuid (__uid_t __ruid, __uid_t __euid) __THROW __wur;
^
/usr/include/unistd.h:727:38: error: unknown type name '__uid_t'
extern int setreuid (__uid_t __ruid, __uid_t __euid) __THROW __wur;
^
/usr/include/unistd.h:732:21: error: unknown type name '__uid_t'
extern int seteuid (__uid_t __uid) __THROW __wur;
^
/usr/include/unistd.h:739:20: error: unknown type name '__gid_t'
extern int setgid (__gid_t __gid) __THROW __wur;
^
/usr/include/unistd.h:744:22: error: unknown type name '__gid_t'
extern int setregid (__gid_t __rgid, __gid_t __egid) __THROW __wur;
^
/usr/include/unistd.h:744:38: error: unknown type name '__gid_t'
extern int setregid (__gid_t __rgid, __gid_t __egid) __THROW __wur;
^
/usr/include/unistd.h:749:21: error: unknown type name '__gid_t'
extern int setegid (__gid_t __gid) __THROW __wur;
^
/usr/include/unistd.h:778:1: error: unknown type name '__pid_t'
extern __pid_t fork (void) __THROWNL;
^
/usr/include/unistd.h:786:1: error: unknown type name '__pid_t'
extern __pid_t vfork (void) __THROW;
^
/usr/include/unistd.h:861:1: error: unknown type name '__pid_t'
extern __pid_t tcgetpgrp (int __fd) __THROW;
^
/usr/include/unistd.h:864:33: error: unknown type name '__pid_t'
extern int tcsetpgrp (int __fd, __pid_t __pgrp_id) __THROW;
^
In file included from /usr/include/features.h:375:0,
from os.h:10,
from exim_lock.c:16:
/usr/include/unistd.h:1019:12: error: unknown type name '__off64_t'
extern int __REDIRECT_NTH (truncate,
^
/usr/include/unistd.h:1041:12: error: unknown type name '__off64_t'
extern int __REDIRECT_NTH (ftruncate, (int __fd, __off64_t __length),
^
In file included from exim_lock.c:27:0:
/usr/include/utime.h:39:5: error: unknown type name '__time_t'
__time_t actime; /* Access time. */
^
/usr/include/utime.h:40:5: error: unknown type name '__time_t'
__time_t modtime; /* Modification time. */
^
In file included from exim_lock.c:29:0:
/usr/include/sys/stat.h:285:39: error: unknown type name '__mode_t'
extern int chmod (const char *__file, __mode_t __mode)
^
/usr/include/sys/stat.h:292:40: error: unknown type name '__mode_t'
extern int lchmod (const char *__file, __mode_t __mode)
^
/usr/include/sys/stat.h:298:30: error: unknown type name '__mode_t'
extern int fchmod (int __fd, __mode_t __mode) __THROW;
^
/usr/include/sys/stat.h:304:52: error: unknown type name '__mode_t'
extern int fchmodat (int __fd, const char *__file, __mode_t __mode,
^
/usr/include/sys/stat.h:313:1: error: unknown type name '__mode_t'
extern __mode_t umask (__mode_t __mask) __THROW;
^
/usr/include/sys/stat.h:313:24: error: unknown type name '__mode_t'
extern __mode_t umask (__mode_t __mask) __THROW;
^
/usr/include/sys/stat.h:322:39: error: unknown type name '__mode_t'
extern int mkdir (const char *__path, __mode_t __mode)
^
/usr/include/sys/stat.h:329:51: error: unknown type name '__mode_t'
extern int mkdirat (int __fd, const char *__path, __mode_t __mode)
^
/usr/include/sys/stat.h:337:39: error: unknown type name '__mode_t'
extern int mknod (const char *__path, __mode_t __mode, __dev_t __dev)
^
/usr/include/sys/stat.h:337:56: error: unknown type name '__dev_t'
extern int mknod (const char *__path, __mode_t __mode, __dev_t __dev)
^
/usr/include/sys/stat.h:344:51: error: unknown type name '__mode_t'
extern int mknodat (int __fd, const char *__path, __mode_t __mode,
^
/usr/include/sys/stat.h:345:7: error: unknown type name '__dev_t'
__dev_t __dev) __THROW __nonnull ((2));
^
/usr/include/sys/stat.h:351:40: error: unknown type name '__mode_t'
extern int mkfifo (const char *__path, __mode_t __mode)
^
/usr/include/sys/stat.h:358:52: error: unknown type name '__mode_t'
extern int mkfifoat (int __fd, const char *__path, __mode_t __mode)
^
/usr/include/sys/stat.h:443:53: error: unknown type name '__mode_t'
extern int __xmknod (int __ver, const char *__path, __mode_t __mode,
^
/usr/include/sys/stat.h:444:8: error: unknown type name '__dev_t'
__dev_t *__dev) __THROW __nonnull ((2, 4));
^
/usr/include/sys/stat.h:447:10: error: unknown type name '__mode_t'
__mode_t __mode, __dev_t *__dev)
^
/usr/include/sys/stat.h:447:27: error: unknown type name '__dev_t'
__mode_t __mode, __dev_t *__dev)
^
In file included from /usr/include/features.h:375:0,
from os.h:10,
from exim_lock.c:16:
/usr/include/sys/stat.h:484:1: error: unknown type name '__mode_t'
__NTH (mknod (const char *__path, __mode_t __mode, __dev_t __dev))
^
/usr/include/sys/stat.h:484:1: error: unknown type name '__dev_t'
__NTH (mknod (const char *__path, __mode_t __mode, __dev_t __dev))
^
/usr/include/sys/stat.h:492:1: error: unknown type name '__mode_t'
__NTH (mknodat (int __fd, const char *__path, __mode_t __mode,
^
/usr/include/sys/stat.h:492:1: error: unknown type name '__dev_t'
__NTH (mknodat (int __fd, const char *__path, __mode_t __mode,
^
In file included from exim_lock.c:31:0:
/usr/include/pwd.h:54:3: error: unknown type name '__uid_t'
__uid_t pw_uid; /* User ID. */
^
/usr/include/pwd.h:55:3: error: unknown type name '__gid_t'
__gid_t pw_gid; /* Group ID. */
^
/usr/include/pwd.h:111:33: error: unknown type name '__uid_t'
extern struct passwd *getpwuid (__uid_t __uid);
^
/usr/include/pwd.h:145:24: error: unknown type name '__uid_t'
extern int getpwuid_r (__uid_t __uid,
^
exim_lock.c: In function 'main':
exim_lock.c:261:8: warning: assignment makes pointer from integer without a cast [enabled by default]
pw = getpwuid(getuid());
^
make[1]: *** [exim_lock] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [buildconfig] Error 1
make[1]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.93/build-Linux-x86_64'
make: *** [all] Error 2
Done!


PHP 7.2:
Code:
Executing /usr/local/directadmin/plugins/custombuild/admin/build php_expert 7.2 lsphp...
Configuring /etc/container/php.handler...
Found /usr/local/directadmin/custombuild/php-7.2.25.tar.gz
Extracting ...
Done.
Configuring php-7.2.25...
patching file main/php_config.h.in
Hunk #1 succeeded at 1473 (offset 53 lines).
patching file sapi/fpm/config.m4
patching file sapi/fpm/fpm/fpm_children.c
Hunk #1 succeeded at 30 (offset -1 lines).
Hunk #2 succeeded at 395 (offset 4 lines).
Hunk #3 succeeded at 453 (offset 4 lines).
Hunk #4 succeeded at 492 (offset 4 lines).
Hunk #5 succeeded at 509 with fuzz 1 (offset 4 lines).
Hunk #6 succeeded at 548 (offset 6 lines).
patching file sapi/fpm/fpm/fpm_unix.c
Hunk #1 succeeded at 24 (offset -1 lines).
Hunk #2 succeeded at 355 (offset -1 lines).
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
shtool:echo:Warning: unable to determine terminal sequence for bold mode
shtool:echo:Warning: unable to determine terminal sequence for bold mode
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... configure: error: in `/usr/local/directadmin/custombuild/php-7.2.25':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details
*** There was an error while trying to configure php. Check the configure file
Done!

And on Service Monitor it show only one service, litespeed only
llGIZkKAQvqtQ-JV1GArHQ.png



I already build update no efect, so how to fix this ?
Thank you
 
Back
Top