kstat is a kernel statistics facility library in source code of ucd-snmp-4.2.1 we don't know how linking this library
it are parts of config.h /* Define if you have the kstat library (-lkstat). */ #define HAVE_LIBKSTAT 1 /* Define if you have the <kstat.h> header file. */ #define HAVE_KSTAT_H 1 but we don�t know if it�s necesary use it > Try adding -lkstat to the LIBS line in your Apache src/Configure file. > Find the right platform in that file and add it there. > > On Wed, 16 Jan 2002, Giovanny Miguel Orozco Theran wrote: > > > Mr. -Rasmus > > we try adding --with-kerberos to us configure line, and we build ucd-snmp > > without kerberos support > > but not run, follow the same error > > > > # ./apachectl start > > Syntax error on line 205 of /usr/local/apache/conf/httpd.conf: > > Cannot load /usr/local/apache/libexec/libphp4.so into server: ld.so.1: > > /usr/local/apache/bin/httpd: fatal: relocation error: file > > /usr/local/lib/libsnmp-0.4.2.1 .so: symbol kstat_open: referenced symbol not > > found > > ./apachectl start: httpd could not be started > > > > do you have other idea? > > > > > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
