LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   How to recompile openssh-server with different version (https://www.linuxquestions.org/questions/debian-26/how-to-recompile-openssh-server-with-different-version-778195/)

donnied 12-26-2009 11:28 AM

How to recompile openssh-server with different version
 
I would like to recompile the openssh-server with a different version string. I download and compile the source, but so far I have only been able to compile and run the client. Not the server.
Steps taken:
apt-get source openssh-server
pico version.h #change version strings
.configure
make
checkinstall -D make install

Is there a flag or option I need to specify to insure that it creates the sshd?

knudfl 12-26-2009 01:51 PM

Assume openssh_5.1p1.orig.tar.gz

The file INSTALL, line 111 : /usr/local/sbin/sshd

( "prefix"/sbin/ )

.. Or may be checkinstall forgot the file ( it can happen )
.. then just do # make install

Possible source for more information : the file rules in
openssh_5.1p1-8.diff.gz .. when you apply the patch :
openssh-5.1p1/debian/rules
http://ftp.de.debian.org/debian/pool....1p1-5.diff.gz
http://packages.debian.org/lenny/openssh-server
.....


All times are GMT -5. The time now is 11:02 AM.