On Wed, Sep 8, 2010 at 10:51 AM, Aldo Bucchi wrote:
> Hi Tim,
>
> On Wed, Sep 1, 2010 at 6:57 AM, Tim Haynes
> wrote:
>> On 29/08/2010 10:47, Aldo Bucchi wrote:
>>> * Do I have to export the env variable to the system?
>>
>> Yes. Otherwise it's not an environment variable, it's a shell variable.
HI Aldo,
Also you can look at : http://docs.openlinksw.com/virtuoso/databaseadmsrv.html
, search for JavaClasspath and JavaVMOptionN settings from Parameters section
in the INI.
You can use them to setup classpath as well as options for JRE .
Hope that would help.
Best Regards,
Mitko
On Sep
Hi Tim,
On Wed, Sep 1, 2010 at 6:57 AM, Tim Haynes wrote:
> On 29/08/2010 10:47, Aldo Bucchi wrote:
>> * Do I have to export the env variable to the system?
>
> Yes. Otherwise it's not an environment variable, it's a shell variable.
Oh. Sorry for the poor eplanation.
In that particular system I
Hugh,
In answer to your question:
-
/usr/bin/virtuoso-t -?
Virtuoso Open Source Edition (multi threaded)
Version 6.1.2.3127-pthreads as of Aug 31 2010
Compiled for Linux (i486-pc-linux-gnu)
Copyright (C) 1998-2010 OpenLink Software
Usage:
virtuoso-t [-fcnCbDARwMKrBd] [+foreground] [+configfi
Hi,
# While building VOS 6.1.2 (from downloaded source, not checkout)
CFLAGS="-O2"
export CFLAGS
./configure --enable-python
# In an amazon AMI
Ubuntu 9.10 Karmic server i386 20100121
ami-6743ae0e
32 bit
# With Python
Python 2.6.4 (r264:75706, Dec 7 2009, 18:45:15)
[GCC 4.4.1] on linux2
# I h