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

You would need to run it as:

./virtuoso-t -?

...if you are actually in the bin directory. Otherwise the shell will search the system paths for the executable virtuoso-t instead of looking in the current path. If you enter those commands using the full paths the way Hugh said it should work:

/home/alex/Downloads/virtuoso-opensource-6.1.5/bin/virtuoso-t -?
/home/alex/Downloads/virtuoso-opensource-6.1.5/binsrc/virtuoso/virtuoso-t -?

It looks like you're running either Debian or Ubuntu. If you're on Ubuntu 12.04 (Precise) and all you want to do is test out something from a newer Virtuoso release, you might prefer to use the packages that I publish in my Launchpad PPA[1] which are currently built from a snapshot (27th April) of the 6.1.6 development branch at github[2].

Obviously I can't support those packages and the archive may be subject to breakage at times, so it just depends on what you need. I only mention it in case you are compiling reluctantly.

-Will

[1] https://launchpad.net/~wdaniels/+archive/virtuoso-php
[2] https://github.com/openlink/virtuoso-opensource/tree/develop/6

Reply via email to