On 30/04/12 20:29, Alex wrote:
I aknowledge that after the installation virtuoso-t -? gives the 6.1.5 version:
root@...:/usr/local/virtuoso-opensource/bin# ./virtuoso-t -?
Virtuoso Open Source Edition (multi threaded)
Version 6.1.5.3127-pthreads as of Apr 30 2012
Compiled for Linux (i686-pc-linux-gnu)
Great, so make has successfully built the new version for you.
I then check where virtuoso-t and isql are installed, everything ok:
root@...:/# find -name virtuoso
./usr/local/virtuoso-opensource/share/virtuoso
./usr/local/virtuoso-opensource/lib/virtuoso
./usr/local/virtuoso-opensource/var/lib/virtuoso
./home/alex/Downloads/virtuoso-opensource-6.1.5/binsrc/virtuoso
./home/alex/Downloads/virtuoso-opensource-6.1.5/binsrc/virtuoso/virtuoso
./home/alex/Downloads/virtuoso-opensource-6.1.5/libsrc/JDBCDriverType4/virtuoso
I run the virtuoso-t and I get the previous version ( 6.1.3) :
root@...:/usr/local/virtuoso-opensource/bin# ./virtuoso-t -f&
So the copy in /usr/local is still the old one. You need to run:
cd /home/alex/Downloads/virtuoso-opensource-6.1.5
sudo make install
...and that should update it with the version you just built.
I open the conductor interface (localhost) on chrome (after clearing
cache etc) and it also shows the previous version.
The version number shown there actually comes from (IIRC) the ODBC driver lib
and is rarely updated. I've been meaning to bring that up on this list
actually...we could really use a proper server version here.
-Will