TEST RELEASE: 1.2.3pre3
Damien Miller
djm at mindrot.org
Thu Mar 16 07:49:57 EST 2000
On Wed, 15 Mar 2000, David G. Hesprich wrote:
> I had to change the LDFLAGS to get this release to work on my Solaris 2.7
> box:
>
> removed "-L/usr/ucblib", "-R/usr/ucblib", "-L/usr/local/ssl" and
> "-R/usr/local/ssl" (not necessary to get sshd to run, they're just
> superfluous).
>
> added "-L/usr/local/lib" and "-R/usr/local/lib" (to get rid of the can't
> find zlib problem when starting sshd from a default environment where
> LD_LIBRARY_PATH isn't set - my zlib is in /usr/local/lib).
Found the problem: on line 1196 of configure change
LDFLAGS="-L/usr/ucblib -R/usr/ucblib"
to
LDFLAGS="$LDFLAGS -L/usr/ucblib -R/usr/ucblib"
Tell me if it works.
-d
--
| "Bombay is 250ms from New York in the new world order" - Alan Cox
| Damien Miller - http://www.mindrot.org/
| Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work)
More information about the openssh-unix-dev
mailing list