Hi Eric,
You can shutdown Virtuoso by making an isql connection and issuing the
shutdown() cmd as follows:
$ ./isql
Connected to OpenLink Virtuoso
Driver: 05.00.3023 OpenLink Virtuoso ODBC Driver
OpenLink Interactive SQL (Virtuoso), version 0.9849b.
Type HELP; for help and EXIT; to exit.
SQL
Hi,
I have virtuoso running on a linux box (2.6.9-67.0.1.ELsmp #1 SMP Fri
Nov 30 11:57:43 EST 2007 x86_64 x86_64 x86_64 GNU/Linux). I would like
to try out the different parameters that could be in the INI file (e.g.
Striping = 1, SPARQL related, etc) so I need to shutdown virtuoso so
that
Reto Bachmann-Gmür wrote:
Tue Jan 15 2008 09:40:47 There is no configuration file demo.ini
> This still doesn't work, neither following the instructions in
> http://virtuoso.openlinksw.com/wiki/main/Main/VOSMake nor the ones in
> the Readme (which says to cd to var/lib/virtuoso/
Running
virtuoso-t -c demo.ini -f
in binsrc/samples/demo returns:
Tue Jan 15 2008 09:40:47 There is no configuration file demo.ini
This still doesn't work, neither following the instructions in
http://virtuoso.openlinksw.com/wiki/main/Main/VOSMake nor the ones in
the Readme (which
Yrjänä Rankka wrote:
Reto Bachmann-Gmür wrote:
Hello
I'm trying to get virtuoso running on my gentoo system.
I do the following:
CFLAGS="-O3"
I wouldn't recommend using -O3 as I've seen optimizer issues there.
Please try with -O2 first to see if you get further.
That was it! I've no idea