[Bug 444] New: Wrong path to ssh in scp after re-configure

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Nov 26 23:09:32 EST 2002


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

           Summary: Wrong path to ssh in scp after re-configure
           Product: Portable OpenSSH
           Version: 3.5p1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build system
        AssignedTo: openssh-unix-dev at mindrot.org
        ReportedBy: Heinrich.Mislik at univie.ac.at


Doing the following:

./configure --prefix=/tmp/ssh
make install
./configure
make install

The second make will not compile scp.o and leave /tmp/ssh/bin/ssh as path to ssh 
in the binary. This will work fine until the testing directory /tmp/ssh is removed.

The reason is that scp.o is missing from SSHOBJS in the Makefile:

SSHOBJS= ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o readconf.o
clientloop.o

should be:

SSHOBJS= ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o readconf.o
clientloop.o scp.o



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



More information about the openssh-unix-dev mailing list