Any clue about this, that I sent at the previous mail?<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 Wed, October 26, 2011
2:54 pm, &quot;Andr&eacute;s Chand&iacute;a&quot; wrote:<br /> <!-- begin sanitized html --> I
have done something wrong, but I don't know what. I have followed the tutorial 3 o 4 times,
but always the same;<br />the only thing I see as a probable cause of problem is that I really
don't understand what you mean with:<br /><br />the new user also needs <font face="Courier
New, monospace">GRANT FILE ON *.*<br /><br />well, this is what I get after doing &quot;php
cqpweb-autoconfig.php&quot; at the web if I go to <br /><br /></font><font face="Courier New,
monospace"><strong>http://your-server.net/path/to/cqpweb/web/directory/adm<br /><br
/></strong></font>
<p class="errormessage">CQPweb encountered an error and could not continue.</p>
<p class="errormessage">You do not have permission to use this program.</p>
<p class="errormessage">... in file
<strong>/mnt/vmdata/vParles/web/llocs/cqp/lib/adminhome.inc.php</strong> line
<strong>53</strong>.</p>
<hr />
<table width="100%" class="concordtable">
    <tbody>
        <tr>
            <td width="33%" align="left" class="cqpweb_copynote">                                 CQPweb v3.0.3 &copy;
2008-2011                         </td>
            <td width="33%" align="center" class="cqpweb_copynote">                         <a title="This external
link will open in a new window" target="_blank" class="cqpweb_copynote_link"
href="http://parles.upf.edu/llocs/cqp/adm/help.php">Corpus and tagset help</a>
                </td>
            <td width="33%" align="right" class="cqpweb_copynote">                                 You are not logged
in                        </td>
        </tr>
    </tbody>
</table>
<br /><br /><br />_______________________<br />            andr&eacute;s chand&iacute;a<br
/><a target="_blank" href="http://www.chandia.net" title="This external link will open in a
new window"><img border="0" src="../images/sec_remove_eng.png" alt="chandia.net" /></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 Wed, October 26, 2011
12:58 pm, Giovanni Marco Dall'Olio wrote:<br />  <br /><br />
<div class="gmail_quote">2011/10/26 &quot;Andr&Atilde;&copy;s Chand&Atilde;&shy;a&quot; <span
dir="ltr">andres@chandia.net&gt;</span><br /><blockquote class="gmail_quote" style="margin:0 0
0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">  Perfect, I did it this way:<br /><br
/>:~/$ sudo rm -rf cwb-perl/CWB-CQI<br />:~/$ sudo svn co <a target="_blank"
href="https://cwb.svn.sourceforge.net/svnroot/cwb/perl/trunk" title="This external link will
open in a new window">https://cwb.svn.sourceforge.net/svnroot/cwb/perl/trunk</a> cwb-perl<br
/></blockquote>
<div><br />Don't call svn as a super user, it's dangerous and you don't need it.<br />  <br
/>You can just do:<br /><br />:~/$ sudo rm -rf cwb-perl/CWB-CQI<br />:~/$ svn co <a
target="_blank" href="https://cwb.svn.sourceforge.net/svnroot/cwb/perl/trunk" title="This
external link will open in a new
window">https://cwb.svn.sourceforge.net/svnroot/cwb/perl/trunk</a> cwb-perl<br />:~$ cd
cwb-perl/CWB-CQI/<br />:~/cwb-perl/CWB-CQI$ sudo perl Makefile.PL&Acirc;  --config
/usr/local/cwb-3.4.0/bin/cwb-config<br /><br />&Acirc; <br /><br /></div>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid
rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">Checking if your kit is complete...<br />  Looks good<br /></div>
<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
<div class="im"><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&Acirc; &Acirc;  <br />t/01_load_ioclient.t .. ok&Acirc; &Acirc;  <br /></div>
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&Acirc; &Acirc;
&Acirc; &Acirc;  <br />t/11_vss_ioclient.t ... ok&Acirc; &Acirc; &Acirc; &Acirc;  <br />All
tests successful.<br />Files=4, Tests=66,&Acirc;  1 wallclock secs ( 0.04 usr&Acirc;  0.00 sys
+&Acirc;  0.24 cusr&Acirc;  0.04 csys =&Acirc;  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
<div class="im"><br /><br /><br />_______________________<br />&Acirc; &Acirc; &Acirc; &Acirc;
&Acirc; &Acirc; &Acirc; &Acirc; &Acirc; &Acirc; &Acirc; &Acirc; andr&Atilde;&copy;s
chand&Atilde;&shy;a<br /><a target="_blank" title="This external link will open in a new
window" href="http://www.chandia.net"><img border="0" src="../images/blank.png"
alt="chandia.net" /></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)">No
imprima innecesariamente. &Acirc;&iexcl;Cuide el medio ambiente!</span><br /><br /></div>
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; <a target="_blank" href="mailto:CWB@sslmit.unibo.it"
title="This external link will open in a new window">CWB@sslmit.unibo.it</a><br />-&gt; <a
target="_blank" href="http://devel.sslmit.unibo.it/mailman/listinfo/cwb" title="This external
link will open in a new window">http://devel.sslmit.unibo.it/mailman/listinfo/cwb</a><br /> 
-&gt;<br />_______________________________________________<br /> CWB mailing list<br /> <a
target="_blank" href="mailto:CWB@sslmit.unibo.it" title="This external link will open in a new
window">CWB@sslmit.unibo.it</a><br /> <a target="_blank"
href="http://devel.sslmit.unibo.it/mailman/listinfo/cwb" title="This external link will open
in a new window">http://devel.sslmit.unibo.it/mailman/listinfo/cwb</a><br /> <br
/></blockquote></div>
<br /><br clear="all" /><br />-- <br />Giovanni Dall'Olio, phd student<br />Department of
Biologia Evolutiva at CEXS-UPF (Barcelona, Spain)<br /><br />My blog on bioinformatics: <a
target="_blank" href="http://bioinfoblog.it" title="This external link will open in a new
window">http://bioinfoblog.it</a><br />  <br />   <!-- end sanitized html -->