エージェントをSolaris9にインストールするとmakeで失敗する
shigeと申します。
Solari9にエージェントのインストールを試みているのですが、
うまくいかず困っています。ご教示いただけると有難いです。
*類似のスレッドがありましたが、現象が違うため、スレッドを新規で立てさせていただきました。
[OS]
Solaris9 x86 9/05
[zabbix]
1.4.4
[gcc]
3.4.6
上記環境でzabbxiをコンパイルするとconfigureでWARNINGメッセージが出力されmakeで失敗しています。以下configureとmakeのログを貼り付けますので、ご教示いただきたく思います。
# ./configure --prefix=/usr/local/zabbix --enable-agent
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... no
configure: Configuring
checking whether make sets $(MAKE)... (cached) no
checking build system type... i386-pc-solaris2.9
checking host system type... i386-pc-solaris2.9
checking for gcc... gcc
checking for C compiler default output file name... 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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... none
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/xpg4/bin/grep
checking for egrep... /usr/xpg4/bin/grep -E
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... no
checking for unistd.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking mtent.h usability... no
checking mtent.h presence... no
checking for mtent.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking sys/sysinfo.h usability... yes
checking sys/sysinfo.h presence... yes
checking for sys/sysinfo.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking for sys/socket.h... (cached) yes
checking sys/loadavg.h usability... yes
checking sys/loadavg.h presence... yes
checking for sys/loadavg.h... yes
checking for netinet/in.h... (cached) yes
checking for arpa/inet.h... (cached) yes
checking sys/swap.h usability... yes
checking sys/swap.h presence... yes
checking for sys/swap.h... yes
checking sys/vmmeter.h usability... yes
checking sys/vmmeter.h presence... yes
checking for sys/vmmeter.h... yes
checking for strings.h... (cached) yes
checking sys/sysctl.h usability... no
checking sys/sysctl.h presence... no
checking for sys/sysctl.h... no
checking vm/vm_param.h usability... no
checking vm/vm_param.h presence... no
checking for vm/vm_param.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking kstat.h usability... yes
checking kstat.h presence... yes
checking for kstat.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking sys/procfs.h usability... no
checking sys/procfs.h presence... yes
configure: WARNING: sys/procfs.h: present but cannot be compiled
configure: WARNING: sys/procfs.h: check for missing prerequisite headers?
configure: WARNING: sys/procfs.h: see the Autoconf documentation
configure: WARNING: sys/procfs.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/procfs.h: proceeding with the preprocessor's result
configure: WARNING: sys/procfs.h: in the future, the compiler will take precedence
checking for sys/procfs.h... yes
checking for stdint.h... (cached) no
checking mach/host_info.h usability... no
checking mach/host_info.h presence... no
checking for mach/host_info.h... no
checking mach/mach_host.h usability... no
checking mach/mach_host.h presence... no
checking for mach/mach_host.h... no
checking knlist.h usability... no
checking knlist.h presence... no
checking for knlist.h... no
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sys/proc.h usability... no
checking sys/proc.h presence... yes
configure: WARNING: sys/proc.h: present but cannot be compiled
configure: WARNING: sys/proc.h: check for missing prerequisite headers?
configure: WARNING: sys/proc.h: see the Autoconf documentation
configure: WARNING: sys/proc.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/proc.h: proceeding with the preprocessor's result
configure: WARNING: sys/proc.h: in the future, the compiler will take precedence
checking for sys/proc.h... yes
checking sys/var.h usability... yes
checking sys/var.h presence... yes
checking for sys/var.h... yes
checking resolv.h usability... yes
checking resolv.h presence... yes
checking for resolv.h... yes
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking sys/dkstat.h usability... no
checking sys/dkstat.h presence... no
checking for sys/dkstat.h... no
checking sys/disk.h usability... no
checking sys/disk.h presence... no
checking for sys/disk.h... no
checking nlist.h usability... yes
checking nlist.h presence... yes
checking for nlist.h... yes
checking net/if.h usability... no
checking net/if.h presence... yes
configure: WARNING: net/if.h: present but cannot be compiled
configure: WARNING: net/if.h: check for missing prerequisite headers?
configure: WARNING: net/if.h: see the Autoconf documentation
configure: WARNING: net/if.h: section "Present But Cannot Be Compiled"
configure: WARNING: net/if.h: proceeding with the preprocessor's result
configure: WARNING: net/if.h: in the future, the compiler will take precedence
checking for net/if.h... yes
checking kvm.h usability... no
checking kvm.h presence... yes
configure: WARNING: kvm.h: present but cannot be compiled
configure: WARNING: kvm.h: check for missing prerequisite headers?
configure: WARNING: kvm.h: see the Autoconf documentation
configure: WARNING: kvm.h: section "Present But Cannot Be Compiled"
configure: WARNING: kvm.h: proceeding with the preprocessor's result
configure: WARNING: kvm.h: in the future, the compiler will take precedence
checking for kvm.h... yes
checking linux/kernel.h usability... no
checking linux/kernel.h presence... no
checking for linux/kernel.h... no
checking ldap.h usability... yes
checking ldap.h presence... yes
checking for ldap.h... yes
checking getopt.h usability... no
checking getopt.h presence... no
checking for getopt.h... no
checking procinfo.h usability... no
checking procinfo.h presence... no
checking for procinfo.h... no
checking sys/dk.h usability... no
checking sys/dk.h presence... no
checking for sys/dk.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking conio.h usability... no
checking conio.h presence... no
checking for conio.h... no
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking pdh.h usability... no
checking pdh.h presence... no
checking for pdh.h... no
checking psapi.h usability... no
checking psapi.h presence... no
checking for psapi.h... no
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking Winldap.h usability... no
checking Winldap.h presence... no
checking for Winldap.h... no
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking Winber.h usability... no
checking Winber.h presence... no
checking for Winber.h... no
checking lber.h usability... yes
checking lber.h presence... yes
checking for lber.h... yes
checking ws2tcpip.h usability... no
checking ws2tcpip.h presence... no
checking for ws2tcpip.h... no
checking for inttypes.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for library containing socket... -lsocket
checking for library containing kstat_open... -lkstat
checking for library containing gethostbyname... -lnsl
checking for library containing __res_query... no
checking for library containing res_query... -lresolv
checking for main in -lm... yes
checking for main in -lkvm... yes
checking for function res_query... yes
checking for union semun... no
checking for long long format... no
checking for socklen_t... yes
checking for /proc filesystem... yes
checking for file /proc/stat... no
checking for file /proc/cpuinfo... no
checking for file /proc/1/status... yes
checking for file /proc/0/psinfo... yes
checking for file /proc/loadavg... no
checking for file /proc/net/dev... no
checking for mem_unit in struct sysinfo... no
checking for freeswap in struct sysinfo... no
checking for function setpriority() in sys/resource.h... yes
checking for function sysconf() in unistd.h... yes
checking for macro __va_copy() in stdarg.h... yes
checking for vmtotal in struct sys/vmmeter.h... no
checking for struct swaptable in sys/swap.h... yes
checking for totalswap in struct sysinfo... no
checking for function sysctl (KERN_BOOTTIME)... no
checking for function sysctl (KERN_MAXFILES)... no
checking for function sysctl (KERN_MAXPROC)... no
checking for function initgroups()... yes
checking for function seteuid()... yes
checking for function setproctitle()... no
checking for totalram in struct sysinfo... no
checking for __VA_ARGS__... yes
checking for sharedram in struct sysinfo... no
checking for bufferram in struct sysinfo... no
checking for freeram in struct sysinfo... no
checking for uptime in struct sysinfo... no
checking for procs in struct sysinfo... no
checking return type of signal handlers... void
checking for getloadavg... yes
checking for socket... yes
checking for strtod... yes
checking for snprintf... yes
checking for vasprintf... no
checking for asprintf... no
checking for vsnprintf... yes
checking for hstrerror... yes
checking for atoll... yes
checking for getopt_long... no
checking for architecture... ok (solaris2.9)
configure: creating ./config.status
config.status: creating Makefile
config.status: creating create/Makefile
config.status: creating create/schema/Makefile
config.status: creating misc/Makefile
config.status: creating src/Makefile
config.status: creating src/libs/Makefile
config.status: creating src/libs/zbxlog/Makefile
config.status: creating src/libs/zbxcrypto/Makefile
config.status: creating src/libs/zbxconf/Makefile
config.status: creating src/libs/zbxdbhigh/Makefile
config.status: creating src/libs/zbxemail/Makefile
config.status: creating src/libs/zbxsysinfo/Makefile
config.status: creating src/libs/zbxsms/Makefile
config.status: creating src/libs/zbxjabber/Makefile
config.status: creating src/libs/zbxcommon/Makefile
config.status: creating src/libs/zbxsysinfo/common/Makefile
config.status: creating src/libs/zbxsysinfo/simple/Makefile
config.status: creating src/libs/zbxsysinfo/linux/Makefile
config.status: creating src/libs/zbxsysinfo/aix/Makefile
config.status: creating src/libs/zbxsysinfo/freebsd/Makefile
config.status: creating src/libs/zbxsysinfo/hpux/Makefile
config.status: creating src/libs/zbxsysinfo/openbsd/Makefile
config.status: creating src/libs/zbxsysinfo/osx/Makefile
config.status: creating src/libs/zbxsysinfo/solaris/Makefile
config.status: creating src/libs/zbxsysinfo/osf/Makefile
config.status: creating src/libs/zbxsysinfo/netbsd/Makefile
config.status: creating src/libs/zbxsysinfo/unknown/Makefile
config.status: creating src/libs/zbxnix/Makefile
config.status: creating src/libs/zbxplugin/Makefile
config.status: creating src/libs/zbxsys/Makefile
config.status: creating src/libs/zbxcomms/Makefile
config.status: creating src/libs/zbxdb/Makefile
config.status: creating src/zabbix_agent/Makefile
config.status: creating src/zabbix_get/Makefile
config.status: creating src/zabbix_sender/Makefile
config.status: creating src/zabbix_server/Makefile
config.status: creating src/zabbix_server/alerter/Makefile
config.status: creating src/zabbix_server/discoverer/Makefile
config.status: creating src/zabbix_server/housekeeper/Makefile
config.status: creating src/zabbix_server/httppoller/Makefile
config.status: creating src/zabbix_server/nodewatcher/Makefile
config.status: creating src/zabbix_server/pinger/Makefile
config.status: creating src/zabbix_server/poller/Makefile
config.status: creating src/zabbix_server/timer/Makefile
config.status: creating src/zabbix_server/trapper/Makefile
config.status: creating src/zabbix_server/utils/Makefile
config.status: creating src/zabbix_server/watchdog/Makefile
config.status: creating upgrades/Makefile
config.status: creating include/config.h
config.status: executing depfiles commands
Configuration:
Detected OS: solaris2.9
Install path: /usr/local/zabbix
Compilation arch: solaris
Compiler: gcc
Compiler flags: -g -O2
Enable server: no
Enable agent: yes
Linker flags:
Libraries: -lkvm -lm -lresolv -lnsl -lkstat -lsocket
LDAP support: no
***********************************************************
* Now run 'make install' *
* *
* Thank you for using ZABBIX! *
* <http://www.zabbix.com> *
***********************************************************
# echo $?
0
# make
bash: make: command not found
# /usr/ccs/bin/make
Making all in create
bash: make: command not found
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
# export PATH=$PATH:/usr/ccs/bin/
# make
Making all in create
Making all in schema
Making all in misc
Making all in src
Making all in libs
Making all in zbxcrypto
source='md5.c' object='md5.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -g -O2 -c md5.c
In file included from /usr/include/sys/reg.h:13,
from /usr/include/sys/pcb.h:11,
from /usr/include/sys/klwp.h:16,
from /usr/include/sys/thread.h:13,
from /usr/include/sys/proc.h:20,
from ../../../include/sysinc.h:184,
from ../../../include/common.h:23,
from md5.c:54:
/usr/include/ia32/sys/reg.h:300: error: 文法エラー が "upad128_t" の前にあります
/usr/include/ia32/sys/reg.h:302: error: 文法エラー が '}' トークンの前にあります
/usr/include/ia32/sys/reg.h:309: error: 領域 `kfpu_fx' は不完全な型です
/usr/include/ia32/sys/reg.h:331: error: 文法エラー が "upad128_t" の前にあります
/usr/include/ia32/sys/reg.h:338: error: 文法エラー が '}' トークンの前にあります
/usr/include/ia32/sys/reg.h:339: error: 文法エラー が '}' トークンの前にあります
/usr/include/ia32/sys/reg.h:376: error: 文法エラー が "fpregset_t" の前にあります
In file included from /usr/include/sys/klwp.h:19,
from /usr/include/sys/thread.h:13,
from /usr/include/sys/proc.h:20,
from ../../../include/sysinc.h:184,
from ../../../include/common.h:23,
from md5.c:54:
/usr/include/sys/ucontext.h:69: error: 文法エラー が "mcontext_t" の前にあります
/usr/include/sys/ucontext.h:71: error: 文法エラー が '}' トークンの前にあります
In file included from ../../../include/sysinc.h:190,
from ../../../include/common.h:23,
from md5.c:54:
/usr/include/sys/procfs.h:125: error: 文法エラー が "fpregset_t" の前にあります
/usr/include/sys/procfs.h:158: error: 文法エラー が "lwpstatus_t" の前にあります
*** Error code 1
make: Fatal error: Command failed for target `md5.o'
Current working directory /export/home/tanakas/sol9pkg/zabbix-1.4.4/src/libs/zbxcrypto
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home/tanakas/sol9pkg/zabbix-1.4.4/src/libs
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home/tanakas/sol9pkg/zabbix-1.4.4/src
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
.
kodai - 投稿数: 1341
こんにちは。
近くにSolaris9の環境がないため正しいかどうかは分からないのですが、ログからすると、Solaris標準のmakeを使われているように見受けられます。
GNU Makeをインストールして再度試されてはいかがでしょうか。
shige - 投稿数: 32
kodaiさん
お世話になっています。shigeです。
返信が遅れてしまって申し訳ありません。
GNU makeでも同じエラーでした・・・
KAZ - 投稿数: 1085
KAZと申します。
ご使用になっているSolari9の環境ですが、パッチ適用等行っていますでしょうか?
"/usr/include/ia32/sys/reg.h:300:"でググルと色々ヒットします。
下記はbindのインストールで同じような事象が起きているようです。
http://www.rinneza.com/junya/tech/solaris9_x86/dns/bind_9.3.0.html
shige - 投稿数: 32
KAZさん
お世話になっております、shigeです。
情報ありがとうございます。
特にパッチ適用等は行ってません。
kodai - 投稿数: 1341
少し古いですが以下の情報は参考にならないでしょうか?
http://www.zabbix.com/forum/showthread.php?t=1876
すでに見られているかもしれませんが...
shige - 投稿数: 32
kodaiさん
お世話になります、shigeです。
上記を参考にして
/usr/local/lib/gcc/i386-pc-solaris2.9/3.4.2/install-tools/mkheaders.confの最初の行にSHELL=/bin/shを追記したら、
インストール成功しました。
USフォーラムもチェックしてはいたんですが、漏れていたようです。
ご回答有難うございました。