That means you are trying to load those modules from one of your php.ini's but they don't exist.
This is a PHP problem, ask in a PHP mailling list. Javier mobby lin wrote: > 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 > <http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=33539/*http://football.fantasysports.yahoo.com?ovchn=YAH&ovcpn=Integration&ovcrn=Mail+footer&ovrfd=YAH&ovtac=AD >> -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Javier Szyszlican, Project Leader, JFFNMS [EMAIL PROTECTED] I hope JFFNMS or I were helpful to you, if you can, please donate at http://jffnms.org/donate ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users
