This is on a CentOS 6.x 64bit server. I am running Apache subversion 1.7.8 without any problems. It is installed from source. However, today I upgraded to Apache subversion 1.7.9, and there is some problems.
First: When upgrading Apache subversion from source and doing make, I get this:
Then I continue to install/upgrade Apache subversion. It all seems to go well, and everything seems to work. However after the upgrade when testing commands, I get this:
However on a server that I have not yet upgraded, wich is running Apache subversion 1.7.8, I do not get that "no version information available line ...".
Is this a problem? If so, what can I do abouit it?
First: When upgrading Apache subversion from source and doing make, I get this:
Code:
WARNING: You have chosen to compile Subversion with a different
compiler than the one used to compile Apache.
Current compiler: gcc
Apache's compiler: gcc -std=gnu99
This could cause some problems.
Then I continue to install/upgrade Apache subversion. It all seems to go well, and everything seems to work. However after the upgrade when testing commands, I get this:
Code:
[root@server /]# svn --version
svn: /usr/local/lib/libz.so.1: no version information available (required by /usr/lib/libsvn_delta-1.so.0)
svn, version 1.7.9 (r1462340)
compiled Apr 6 2013, 05:58:29
However on a server that I have not yet upgraded, wich is running Apache subversion 1.7.8, I do not get that "no version information available line ...".
Is this a problem? If so, what can I do abouit it?