Luther, Dan wrote: > $ ./configure --prefix=/usr/local/dns --with-ssl=/usr/local/openssl > --with-solaris-threads \ > --with-username=dns --disable-rpath --with-libevent > --with-chroot-dir= \ > --enable-shared --enable-largefile > > The only bad part of this is you must specify the "LD_LIBRARY_PATH" so > unbound knows where the new OpenSSL libraries are: > > export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/openssl/lib
this is probably because you passed --disable-rpath to configure? -- Robert Edmonds [email protected] _______________________________________________ Unbound-users mailing list [email protected] http://unbound.nlnetlabs.nl/mailman/listinfo/unbound-users
