Hi Sara,

If you only want to test Virtuoso, you can use a docker container, for example

https://hub.docker.com/r/tenforce/virtuoso/

First of all, you must install docker for ubuntu

https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04

and next you can follow the instructions described in the first link.
You can install many versions as you wish.

Best,

Adam

On Tue, Oct 31, 2017 at 3:22 PM, Sara Yarmohammadi
<sara.arabyarmohamm...@gmail.com> wrote:
> Luis,
> Thank you for your answer.
> What should I do if I want to have Virtuoso version 7.2? Should I install
> and then upgrade it?
> I tried to install 7.2.
>
>
> On Mon, Oct 30, 2017 at 3:54 PM, Luis Sergio Araujo
> <luissergioara...@yahoo.com.br> wrote:
>>
>>
>> Sara,
>>
>> In ubuntu 16.04, I installed virtuoso this way:
>>
>>
>> $ sudo apt-get update
>>
>> $ sudo apt-get install virtuoso-opensource
>>
>> (inform the password for dba and dav)
>>
>>
>> To start virtuoso:
>>
>> $ cd /usr/share/virtuoso-opensource-6.1
>> $ sudo virtuoso-t -fd
>>
>> To have access to virtuoso via browser:
>>
>> >localhost:8890
>>
>> To see the log:
>>
>> 1. $ cd /var/lib/virtuoso-opensource-6.1/db
>> 2. $ tail -f virtuoso.log
>>
>> Em segunda-feira, 30 de outubro de 2017 14:23:15 BRST, Sara Yarmohammadi
>> <sara.arabyarmohamm...@gmail.com> escreveu:
>>
>>
>> Hi,
>> I have problem installing Virtuoso on ubuntu 16.04.
>> I used below guide and went through the steps for Building from Upstream
>> Source.
>>
>> https://www.openlinksw.com/vos/main/VOS/VOSUbuntuNotes#Building%20from%20Upstream%20Source
>> I did
>>
>> ./configure --prefix=/usr/local/  --with-readline
>> --program-transform-name="s/is ql/isql-v/"
>>
>>
>> and then:
>>
>>
>> nice make
>>
>> but when I did:
>> sudo make install
>>
>> I faced below error messages!
>>
>>
>>
>> Making install in chm
>> make[2]: Entering directory '/home/bmhinformatics2/c/
>> virtuoso-opensource-7.2.4.2/ docsrc/chm'
>> make[3]: Entering directory '/home/bmhinformatics2/c/
>> virtuoso-opensource-7.2.4.2/ docsrc/chm'
>> make[3]: Nothing to be done for 'install-exec-am'.
>> make[3]: Nothing to be done for 'install-data-am'.
>>
>>
>>
>>
>>
>> and then some error as below:
>> Starting Virtuoso server ...
>> The VDBMS server process terminated prematurely
>> after initializing network connections.
>> Virtuoso server started
>> ***FAILED: starting DB.DBA.VAD_PACK('vad_dav.xml', '.',
>> 'conductor_dav.vad')
>> ***FAILED: starting DB.DBA.VAD_PACK('vad_fs.xml', '.',
>> 'conductor_filesystem.vad')
>> ***FAILED: starting checkpoint
>> ***FAILED: starting shutdown
>> chmod: cannot access 'conductor_dav.vad': No such file or directory
>> chmod: cannot access 'conductor_filesystem.vad': No such file or directory
>>
>> =====================================================================
>> =  Checking log file mkvad.output for statistics:
>> =
>> =  Total number of tests PASSED  : 0
>> =  Total number of tests FAILED  : 4
>> =  Total number of tests ABORTED : 0
>> =====================================================================
>>
>> *** Not all tests completed successfully
>> *** Check the file mkvad.output for more information
>> grep: input file 'mkvad.output' is also the output
>>
>> =====================================================================
>> =  COMPLETED VAD PACKAGING
>> =  Mon Oct 30 11:46:21 EDT 2017
>> =====================================================================
>>
>> make[3]: Entering directory
>> '/home/bmhinformatics2/c/virtuoso-opensource-7.2.4.2/binsrc/yacutia'
>> make[3]: Nothing to be done for 'install-exec-am'.
>>
>> PATH="/home/bmhinformatics2/c/virtuoso-opensource-7.2.4.2/binsrc/virtuoso:/home/bmhinformatics2/c/virtuoso-opensource-7.2.4.2/binsrc/tests:.:$PATH"
>> PORT=1111 HOME="/home/bmhinformatics2/c/virtuoso-opensource-7.2.4.2"
>> HOST=localhost /bin/bash ./mkvad.sh
>>
>>
>>
>>
>>
>>
>>
>>  /bin/mkdir -p '/usr/local/share/virtuoso/vad'
>>  /usr/bin/install -c -m 644 ./conductor_dav.vad
>> '/usr/local/share/virtuoso/vad'
>> /usr/bin/install: cannot stat './conductor_dav.vad': No such file or
>> directory
>> Makefile:473: recipe for target 'install-nodist_vadDATA' failed
>> make[3]: *** [install-nodist_vadDATA] Error 1
>> make[3]: Leaving directory
>> '/home/bmhinformatics2/c/virtuoso-opensource-7.2.4.2/binsrc/yacutia'
>> Makefile:543: recipe for target 'install-am' failed
>> make[2]: *** [install-am] Error 2
>> make[2]: Leaving directory
>> '/home/bmhinformatics2/c/virtuoso-opensource-7.2.4.2/binsrc/yacutia'
>> Makefile:460: recipe for target 'install-recursive' failed
>> make[1]: *** [install-recursive] Error 1
>> make[1]: Leaving directory
>> '/home/bmhinformatics2/c/virtuoso-opensource-7.2.4.2/binsrc'
>> Makefile:619: recipe for target 'install-recursive' failed
>> make: *** [install-recursive] Error 1
>>
>> ------------------------------------------------------------------------------
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org!
>> http://sdm.link/slashdot_______________________________________________
>> Virtuoso-users mailing list
>> Virtuoso-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/virtuoso-users
>
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users
>

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to