Jens-Uwe Mager <[EMAIL PROTECTED]> wrote: > On Sat, Apr 20, 2002 at 08:15:17AM -0400, Jeff Trawick wrote: >> "Gregory (Grisha) Trubetskoy" <[EMAIL PROTECTED]> writes: >> >>> This fixed it, thanks. >>> >>> Seems to me though that httpd ought to know where the libs are without my >>> help :) >> >> I think Pier Fumagalli explained it recently. IIRC, the need for the >> envvar is because we link against the libraries before they were >> installed. >> >> I don't remember whether or not we discussed the appropriateness of >> setting DYLD_LIBRARY_PATH in the envvars file that apachectl uses. It >> would seem to me to be a reasonable thing to do. > > Isn't the -install_name option to the Darwin libtool supposed to handle > that case? This way you can embed the final install destination in the > shared library.
Yes, and that what it does with MY version of GNU libtool... He seems to be using the one shipping w/ the developer tools... Big -1 on setting DYLD_LIBRARY_PATH in ENVVARS... That's just a hack... Pier