Re: [Virtuoso-users] Problem after compiling virtuoso

2013-04-18 Thread Julien Plu
Hi, The problem has been solved it came from a rights problem. I had to run the "service virtuoso start" with "sudo". Thanks for your help. Julien. 2013/4/17 Julien Plu > Thanks I will try this tomorrow because now I'm not behind my working > machine any more. > > Best. > > Julien. > > > 201

Re: [Virtuoso-users] Problem after compiling virtuoso

2013-04-17 Thread Julien Plu
Thanks I will try this tomorrow because now I'm not behind my working machine any more. Best. Julien. 2013/4/17 Alexey Zakhlestin > > On 17.04.2013, at 20:20, Julien Plu > wrote: > > > And I fall on this error : > > > > Starting OpenLink Virtuoso Open-Source Edition: The VDBMS server process

Re: [Virtuoso-users] Problem after compiling virtuoso

2013-04-17 Thread Alexey Zakhlestin
On 17.04.2013, at 20:20, Julien Plu wrote: > And I fall on this error : > > Starting OpenLink Virtuoso Open-Source Edition: The VDBMS server process > terminated prematurely > after starting up. > > I though that maybe an instance of Virtuoso is already running so I did : > > ps -ef | grep v

[Virtuoso-users] Problem after compiling virtuoso

2013-04-17 Thread Julien Plu
Hi, I cloned the virtuoso git repository and use the develop/7 branch. So I compiled with none errors virtuoso with these lines : ./autogen.sh export CFLAGS="-O2 -m64" ./configure --prefix=/usr/bin/virtuoso --program-transform-name="s/isql/isql-v/" make sudo make install After to start virtuoso