openssh-3.4p1 built on Tru64 Unix 5.1a - bug with sftpd

David Potterveld POTTERVELD at ANLMEP.PHY.ANL.GOV
Thu Oct 10 05:13:39 EST 2002


David L. Wade wrote:

>   I recently downloaded the tarball openssh-3.4p1 and built it for my
>Tru64 Unix ( OSF/1 ) 5.1a system. My configure statement is:
[snip]
>   I am using GCC 3.2 to build. The OpenSSH compiles and installs and is
>working, mostly.
[snip]
>    The second problem involves the loader library path to the shared
>GNU c library libgcc_s.so.1. I set LD_LIBRARY_PATH to the location of
>my GNU distribution:
>
>     setenv LD_LIBRARY_PATH /usr/local/gnu/lib


David, I have GCC 3.1.1, and the shared libraries were installed in
/usr/local/lib, which is one of the default places for the loader to look.
Did things change for 3.2? As a workaround, you could create a softlink (ln
-s) from the files in /usr/local/gnu/lib to /user/local/lib.

However, I strongly recommend that you use the native cc compiler instead.
My experience with GCC on the Alpha architecture is that it does a bad job
of optimizing code and runs much slower, and tends to be buggy.

Also, don't forget that privsep doesn't work for Tru64 in this release.

David Potterveld
Argonne National Laboratory



More information about the openssh-unix-dev mailing list