Re: [Virtuoso-users] Arrow keys in isql/Linux

2014-03-04 Thread Hugh Williams
Hi Barry, You would need to run configure with the --with-readline option for read-line support, i.e., the ability to cursor-up/down and use typical read-line key-combinations in the command-line isql tool: http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VOSUbuntuNotes#Confi

[Virtuoso-users] VDBMS server process terminated , starting virtuoso [ERROR]

2014-03-04 Thread Hady elsahar
Dear all , i'm using this tutorial to install and run a local version of virtuoso , i downloaded the source code from git repository and checked out to version v6.1.8 then make and install virtuoso run for the first time correctly i even loaded some Triples and done some Queries then i wanted

[Virtuoso-users] Arrow keys in isql/Linux

2014-03-04 Thread Barry Norton
Having built Virtuoso 7 from source on Ubuntu the arrow keys do not work (neither to access the historical commands, nor to edit the current line). This works on the pre-built Windows and Ubuntu binaries. Am I perhaps missing a compile flag? Barry

Re: [Virtuoso-users] compiling virtuoso-7 on FreeBSD 9.2 stops with flex errors

2014-03-04 Thread Hugh Williams
Hi Mathias, Your flex version is 2.5.4, whereas the minimum version required it 2.5.33 as indicated at: http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VOSMake#Package%20Dependencies So you need to upgrade which should then enable the build to proceed ... Best Regards Hugh

Re: [Virtuoso-users] splt_and_decode

2014-03-04 Thread Hugh Williams
Hi Quentin, Development indicate the correct escape chars are needed for this to work which are : split_and_decode(‘test+test+test',0,'%+'); So the following procedure: create procedure test.test.testUrlDecode1 ( ) returns VARCHAR { declare test VARCHAR; test :='test+test+test'; re