[Bug 601] configure script doesen't setup preprocessor flags properly

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Jun 24 21:14:23 EST 2003


http://bugzilla.mindrot.org/show_bug.cgi?id=601





------- Additional Comments From tedm at toybox.placo.com  2003-06-24 21:14 -------

after removing LD_LIBRARY_PATH variable and rerunning configure, the
Compiler flag -I/usr/local/ssl/include/openssl that you didn't like
went away.  After compiling the server and testing it, it worked fine.
(with the exception of the copious warnings documented in the #602 bug)

creating the /var/run directory fixed the pidfile directory specifier.

yes openssl was built as a static library.

The oddities are the result of the LD_LIBRARY_PATH variable.  Solaris 2.5.1
does not have the crle command so there's a lot of having to hard-code
/usr/local/lib in the compiler flags for programs that use shared libraries.
I never use LD_LIBRARY_PATH on my Solaris 2.6 and above servers but I do
on the 2.5.1 stuff.

Probably configure needs to look at this variable for hints then unset it
before running it's tests.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list