When I use autodiscovery and got error with some ldap.so,
mysql.so, and odbc.so can't found. I found those files as located
in /usr/lib/php4. But I use PHP5, do I need to link
LD_LIBRARY_PATH=/usr/lib/php4?
---------------------------
bash-3.00# php -q autodiscovery_network.php
23:05:19 Changing Network 192.168.0.0/24 status to Starting.
23:05:19 Changing Network 192.168.1.0/24 status to Starting.
Executing: /usr/bin/php -q autodiscovery_network.php
192.168.0.0/24,192.168.1.0/24 0 0 0 &
PHP Warning:  Unknown(): Unable to load dynamic library
'./ldap.so' - ./ldap.so: cannot open shared object file: No such
file or directory in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library
'./mysql.so' - ./mysql.so: cannot open shared object file: No such
file or directory in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library
'./odbc.so' - ./odbc.so: cannot open shared o bject file: No such
file or directory in Unknown on line 0
-------------------------------
I configure php 5.0.4, apache 2 and jffnms 0.8.2 as
./configure  \
  --with-apxs2=/usr/local/apache2/bin/apxs  \
  --enable-sockets \
  --enable-wddx \
  --enable-ftp \
  --with-png --with-freetype --with-jpeg \
  --with-ntp \
  --with-zlib \
  --with-gd  \
  --enable-shared=yes \
  --enable-static=yes \
  --enable-apache \
  --enable-snmp \
  --with-snmp \
  --with-mysql=/usr/local/mysql \
  --with-ldap \
  --enable-ldap \
  --enable-odbc \
  --enable-mysql \
  --enable-so \
  --enable-ucd-snmp-hack
  make clean
  make all
  make install


Yahoo! Sports
Rekindle the Rivalries. Sign up for Fantasy Football

Reply via email to