Re: [Virtuoso-users] Upgrading virtuoso....

2012-04-30 Thread Hugh Williams
Hi Alex, The output: >>> 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)

Re: [Virtuoso-users] Upgrading virtuoso....

2012-04-30 Thread Alex
Well, I had already run the 'make install' command! However, I repeated the installation just one more, but after deleting the virtuoso directory in /usr/local: root@...:/usr/local# rm -rf virtuoso-opensource/ root@...:/usr/local# cd / root@...:/# find -name virtuoso ./home/alex/Downloads/virtuos

Re: [Virtuoso-users] Upgrading virtuoso....

2012-04-30 Thread Will Daniels
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-linu

Re: [Virtuoso-users] Upgrading virtuoso....

2012-04-30 Thread Alex
Hi, Again thanks for the support and I am really sorry for my lack of experience. Ok I have finally found some things... 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

Re: [Virtuoso-users] Upgrading virtuoso....

2012-04-30 Thread Will Daniels
Hi Alex, On 30/04/12 18:28, Alex wrote: Ok Hugh. Nothing is in the output after those commands ~/Downloads/virtuoso-opensource-6.1.5/bin$ virtuoso-t -? The program 'virtuoso-t' is currently not installed. You can install it by typing: sudo apt-get install virtuoso-opensource-6.1-bin Yo

Re: [Virtuoso-users] Upgrading virtuoso....

2012-04-30 Thread Alex
Hi, Ok Hugh. Nothing is in the output after those commands ~/Downloads/virtuoso-opensource-6.1.5/bin$ virtuoso-t -? The program 'virtuoso-t' is currently not installed. You can install it by typing: sudo apt-get install virtuoso-opensource-6.1-bin ~/Downloads/virtuoso-opensource-6.1.5/binsr

Re: [Virtuoso-users] Upgrading virtuoso....

2012-04-30 Thread Hugh Williams
Hi Alex, I don’t see errors in the logs you have provided and thus the build and make install appear to have completed successfully. I did ask you to confirm the version of the “virtuoso-t” built in your 6.1.5 tree previously, which can be done with the commands based on the logs you sent:

Re: [Virtuoso-users] Upgrading virtuoso....

2012-04-30 Thread Alex
Hi, I am sending the output files from the steps. I redirected the output to files ex. make > make_output_alex.txt 2>&1 I do not see anything wrong for example after ./configure. I even searched in the make_output_alex.txt for failed tests (using the command: cat make_output_alex.txt | grep FAILE