|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-07-15 02:17 UTC] dikey1 at naver dot com
Error occure while ./configure --with-snmp ----------------------------------------------------- checking for SNMP support... yes configure: error: snmp.h not found. Check your SNMP installation. ----------------------------------------------------- Why "configure" does not work correctly ? PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 15:00:01 2025 UTC |
I try to compile PHP_4.1.2 using the status as follows. # ./configure \ --with-oci8=/oracle_home \ --with-oracle=/oracle_home \ --with-gd \ --with-snmp \ --without-mysql \ --enable-ftp \ --enable-sigchild \ --enable-track-vars \ --enable-sockets \ --disable-debug; Without "--with-snmp" option, "configure" process was completed. But if the option was used, then the process present some errors at "--with-snmp" option like as, ----------------------------------------------------- loading cache ./config.cache checking for a BSD compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... found ..... checking for pwrite... (cached) yes checking whether pwrite works without custom declaration... (cached) yes checking whether pread works without custom declaration... (cached) yes checking whether to enable shmop support... no checking for SNMP support... yes configure: error: snmp.h not found. Check your SNMP installation. ----------------------------------------------------- How can I do ?