You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently tried to install rsync 3.4.1 from tarball rsync-3.4.1.tar.gz.
After installation was completed, I found the version print from command is confusing.
$ rsync --version
rsync version 3.3.0-12-g5510255f protocol version 32
It looks like version.h and git-version.h are generated with different versions:
wget https://download.samba.org/pub/rsync/src/rsync-3.4.1.tar.gz
tar zxvf rsync-3.4.1.tar.gz
cd rsync-3.4.1
./prepare-source fetchgen
./configure --prefix=/share/apps/rsync/3.4.1
make && make install
I have tried tarballs from the following two links:
Hi,
I recently tried to install rsync 3.4.1 from tarball
rsync-3.4.1.tar.gz
.After installation was completed, I found the version print from command is confusing.
It looks like
version.h
andgit-version.h
are generated with different versions:Steps I used to install rsync 3.4.1:
I have tried tarballs from the following two links:
The text was updated successfully, but these errors were encountered: