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
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
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
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
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