On Tue, 2008-11-25 at 11:03 -0500, Minson, John M Mr ARMY GUEST wrote: > using the following combo > > --with-ldap-lib=/usr/local/lib/ > --with-ldap-include=/usr/local/include/ --with-ldap > > make the ldap config/make issue seem to go away but then the make dies > with > > gcc -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT > -D_LARGEFILE64_SOURCE > -I/export/home/minsonj/httpd-2.2.10/srclib/pcre -I. > -I/export/home/minsonj/httpd-2.2.10/os/unix > -I/export/home/minsonj/httpd-2.2.10/server/mpm/prefork > -I/export/home/minsonj/httpd-2.2.10/modules/http > -I/export/home/minsonj/httpd-2.2.10/modules/filters > -I/export/home/minsonj/httpd-2.2.10/modules/proxy > -I/export/home/minsonj/httpd-2.2.10/include > -I/export/home/minsonj/httpd-2.2.10/modules/generators > -I/export/home/minsonj/httpd-2.2.10/modules/mappers > -I/export/home/minsonj/httpd-2.2.10/modules/database > -I/export/home/minsonj/httpd-2.2.10/srclib/apr/include > -I/export/home/minsonj/httpd-2.2.10/srclib/apr-util/include > -I/usr/local/include/ > -I/export/home/minsonj/httpd-2.2.10/modules/proxy/../generators > -I/usr/local/ssl/include > -I/export/home/minsonj/httpd-2.2.10/modules/ssl > -I/export/home/minsonj/httpd-2.2.10/modules/dav/main > -c /export/home/minsonj/httpd-2.2.10/server/buildmark.c > /export/home/minsonj/httpd-2.2.10/srclib/apr/libtool --silent > --mode=link gcc -g -O2 -L/usr/local/lib/ -L/usr/local/ssl/lib > -R/usr/local/ssl/lib -o httpd modules.lo buildmark.o > -export-dynamic server/libmain.la modules/aaa/libmod_authn_file.la > modules/aaa/libmod_authn_default.la modules/aaa/libmod_authz_host.la > modules/aaa/libmod_authz_groupfile.la modules/aaa/libmod_authz_user.la > modules/aaa/libmod_authnz_ldap.la modules/aaa/libmod_authz_default.la > modules/aaa/libmod_auth_basic.la modules/filters/libmod_include.la > modules/filters/libmod_filter.la modules/ldap/libmod_ldap.la > modules/loggers/libmod_log_config.la modules/metadata/libmod_env.la > modules/metadata/libmod_setenvif.la modules/ssl/libmod_ssl.la > modules/http/libmod_http.la modules/http/libmod_mime.la > modules/generators/libmod_status.la > modules/generators/libmod_autoindex.la > modules/generators/libmod_asis.la modules/generators/libmod_cgi.la > modules/mappers/libmod_negotiation.la modules/mappers/libmod_dir.la > modules/mappers/libmod_actions.la modules/mappers/libmod_userdir.la > modules/mappers/libmod_alias.la modules/mappers/libmod_rewrite.la > modules/mappers/libmod_so.la server/mpm/prefork/libprefork.la > os/unix/libos.la > -lm /export/home/minsonj/httpd-2.2.10/srclib/pcre/libpcre.la /export/home/minsonj/httpd-2.2.10/srclib/apr-util/libaprutil-1.la -lexpat /export/home/minsonj/httpd-2.2.10/srclib/apr/libapr-1.la -luuid -lsendfile -lrt -lsocket -lnsl -lpthread > > ld: fatal: library -lnet: not found > > before I started messing with the ldap stuff this error never occured > > > I'm growing weary of the chase That final invocation of libtool doesnt reference /usr/lib, which is almost certainly where libnet lives. Have you done some hackery to remove /usr/lib, to avoid it finding LDAP libraries in there? Could you email, or put on a pastebin somewhere, the contents of: <apachedir>/config.nice <apachedir>/config.log <apachedir>/srclib/apr-util/config.nice <apachedir>/srclib/apr-util/config.log Cheers --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx