Perfect, I did it this way:<br /><br />:~/$ sudo rm -rf cwb-perl/CWB-CQI<br />:~/$ sudo svn co
https://cwb.svn.sourceforge.net/svnroot/cwb/perl/trunk cwb-perl<br />:~$ cd
cwb-perl/CWB-CQI/<br />:~/cwb-perl/CWB-CQI$ sudo perl Makefile.PL&nbsp; --config
/usr/local/cwb-3.4.0/bin/cwb-config<br />Checking if your kit is complete...<br />Looks
good<br />Writing Makefile for CWB::CQI<br /><br />:~/cwb-perl/CWB-CQI$ sudo make<br />cp
lib/CWB/CQI.pm blib/lib/CWB/CQI.pm<br />cp lib/CWB/CQI/Server.pm blib/lib/CWB/CQI/Server.pm<br
/>cp lib/CWB/CQI/IOClient.pm blib/lib/CWB/CQI/IOClient.pm<br />cp lib/CWB/CQI/Client.pm
blib/lib/CWB/CQI/Client.pm<br />Manifying blib/man3/CWB::CQI::IOClient.3pm<br />Manifying
blib/man3/CWB::CQI::Server.3pm<br />Manifying blib/man3/CWB::CQI::Client.3pm<br /><br
/>:~/cwb-perl/CWB-CQI$ sudo make test<br />PERL_DL_NONLAZY=1 /usr/bin/perl
&quot;-MExtUtils::Command::MM&quot; &quot;-e&quot; &quot;test_harness(0, 'blib/lib',
'blib/arch')&quot; t/*.t<br />t/00_load.t ........... ok&nbsp;&nbsp; <br
/>t/01_load_ioclient.t .. ok&nbsp;&nbsp; <br />t/10_vss.t ............ 1/31 # CQP query:
&quot;small&quot;%c (&quot;,&quot;? [pos=&quot;JJ.*&quot;])* [pos=&quot;NN.*&quot;]<br
/>t/10_vss.t ............ ok&nbsp;&nbsp;&nbsp;&nbsp; <br />t/11_vss_ioclient.t ...
ok&nbsp;&nbsp;&nbsp;&nbsp; <br />All tests successful.<br />Files=4, Tests=66,&nbsp; 1
wallclock secs ( 0.04 usr&nbsp; 0.00 sys +&nbsp; 0.24 cusr&nbsp; 0.04 csys =&nbsp; 0.32
CPU)<br />Result: PASS<br /><br />:~/cwb-perl/CWB-CQI$ sudo make install<br />Installing
/usr/local/share/perl/5.12.4/CWB/CQI/Server.pm<br />Installing
/usr/local/man/man3/CWB::CQI::Server.3pm<br />Installing
/usr/local/man/man3/CWB::CQI::IOClient.3pm<br />Installing
/usr/local/man/man3/CWB::CQI::Client.3pm<br />Appending installation info to
/usr/local/lib/perl/5.12.4/perllocal.pod<br /><br /><br />_______________________<br
/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;andr&eacute;s
chand&iacute;a<br /><a title="This external link will open in a new window" target="_blank"
href="http://www.chandia.net"><img border="0" alt="chandia.net"
src="http://www.chandia.net/sites/default/files/images/chandia.netd.png" /></a><br /><span
style="font-size: 18pt; color: rgb(79, 98, 40); font-family: Webdings;">P </span><span
style="font-size: 10pt; color: rgb(79, 98, 40); font-family: 'Arial','sans-serif';">No imprima
innecesariamente. &iexcl;Cuide el medio ambiente!</span><br /><br />On Tue, October 25, 2011
7:21 pm, Stefan Evert wrote:<br />-&gt; <br />-&gt;&gt; Now, at the CWB-CQI installation in
make test i got some error but make install went well,<br />-&gt;&gt; is this something to
worry about?<br />-&gt; <br />-&gt; Only if you want to use the CQi interface ...<br />-&gt;
<br />-&gt; That's actually a buglet in the CWB::CQI::Server module, which expects the
cqpserver binary to<br />-&gt; be in the standard search path (so it can be invoked with
system &quot;cqpserver ...&quot; from Perl). <br />-&gt; This should really be pulled from the
configuration information in the CWB module, but that<br />-&gt; hasn't been implemented yet
because CWB-CQI doesn't depend on the basic CWB/Perl package.<br />-&gt; <br />-&gt; If you
need CWB-CQI to work, there are two possible workarounds:<br />-&gt; <br />-&gt; 1) Add
/usr/local/cwb-3.4.0/bin to your path<br />-&gt; <br />-&gt; 2) Check out the latest SVN copy,
where I've fixed the bug (not tested thoroughly, so I'd be<br />-&gt; interested to hear if
this fixes the problem for you)<br />-&gt; <br />-&gt; Cheers,<br />-&gt; Stefan<br />-&gt;
<br />-&gt; _______________________________________________<br />-&gt; CWB mailing list<br
/>-&gt; CWB@sslmit.unibo.it<br />-&gt; http://devel.sslmit.unibo.it/mailman/listinfo/cwb<br
/>-&gt;