I unzipped the contents of linux.zip in / as /q/, but when I run /q/l32/q as:[root@Vineet /]# /q/l32/qI get the following:KDB+ 2.7 2011.03.07 Copyright (C) 1993-2011 Kx Systemsl32/ 2()core 2004MB root vineet 127.0.0.1 PLAY 2011.06.05’/root/q/q.k: No such file or directoryAny advice on what I could be doing wrong? I am using Fedora 14.Thanks,Vineet
at the bash prompt,
set the QHOME environment variable to the directory which contains q.k
e.g.
[root@Vineet /]#export QHOME=/q
It works now. Thanks Charles.On Mar 22, 4:17?pm, Charles Skelton <char…> wrote:> at the bash prompt,> set the QHOME environment variable to the directory which contains q.k> e.g.>> [root@Vineet /]#export QHOME=/q>> On Tue, Mar 22, 2011 at 12:11 PM, Vineet Virmani <vine…> wrote:> > I unzipped the contents of linux.zip in / as /q/, but when I run /q/> > l32/q as:>> > [root@Vineet /]# /q/l32/q>> > I get the following:>> > KDB+ 2.7 2011.03.07 Copyright (C) 1993-2011 Kx Systems> > l32/ 2()core 2004MB root vineet 127.0.0.1 PLAY 2011.06.05>> > '/root/q/q.k: No such file or directory>> > Any advice on what I could be doing wrong? I am using Fedora 14.>> > Thanks,>> > Vineet>> > –> >
Submitted via Google Groups</vine…></char…>