[CWB] Base class package "CWB::CEQL" is empty -- but it's there...
Prof. Dr. Stefan Evert
stefan.evert at fau.de
Fri Aug 4 09:47:13 CEST 2017
> On 3 Aug 2017, at 17:55, Piotr Bański <bansp at o2.pl> wrote:
>
> My last Perl programming experience was sadly 20+ years ago, so I can only make naive guesses: am I looking at some permissions issue, or should I just add
>
> $perl_extra_directories ='/home/piotr/perl5/lib/perl5/CWB'
>
> to my CQPweb config, please?
Or, even better, install the Perl modules globally rather than in a private library of your user account.
Did you go through the standard install procedure
perl Makefile.PL
make test
make install
without any additional options specified? In that case, your system perl seems to have been set up do to local user installs (perhaps because your account doesn't have write permissions to the global Perl library).
You might be able to do a global install with
perl Makefile.PL PREFIX=/usr/local
but will have to
sudo make install
in the last step. Or you could simply go through the entire installation procedure as root.
Best,
Stefan
More information about the CWB
mailing list