On 10/04/02 13:48 +0800, Mathias Koerber wrote:
> I'm trying to build Cyrus-IMAP on RedHat 7.2.
>
> It seems that Cyrus by default installs its perl libs under
> /usr/local/lib/...
Pass the -I flag to the perl script.
perl -I /usr/local/lib/ -MCyrus::IMAP -e shell
Devdas Bhagat
I'm trying to build Cyrus-IMAP on RedHat 7.2.
It seems that Cyrus by default installs its perl libs under
/usr/local/lib/...
(see below), but that the perl binary distributed by RHN only searches
/usr/lib/... by default. Rebuilding perl (eg using CPAN) to also include
/usr/local/lib is only a tem