In redhat the installation prefix of perl is /usr. So if you do a
standard cyrus --prefix=/usr/local (default one), all you need
to do to have the perl extensions install properly is:

  make PREFIX=/usr install

the PREFIX (note must be all caps) effects only the perl extension
installation.

Ciao
Stefano


Carsten Hoeger wrote:

> On Tue, Jan 16, Karlheinz Blank wrote:
>
> > I've successfully (partially) installed Cyrus 2.0.9 on SuSE 7.0. Imtest
> > is working. But so far I've been unable to execute cyradm.
> > The following error message appears:
> >
> > Can't locate Cyrus/IMAP/Shell.pm in @INC (@INC contains: 
>/usr/lib/perl5/5.00503/i586-linux /usr/lib/perl5/5.00503 
>/usr/lib/perl5/site_perl/5.005/i586-linux /usr/lib/perl5/site_perl/5.005 .).
> > BEGIN failed--compilation aborted.
>
> do the following within cyrus-imapd source:
>
> for i in imap sieve/acap sieve/managesieve; do
>     cd perl/$i
>     make install
> done
>
> --
> With best regards,
>
> Carsten Hoeger
>
> SuSE, The Linux Experts, http://www.suse.com

Reply via email to