Subject: | build problem |
Date: | Fri, 22 Sep 2006 11:03:56 -0700 |
To: | <bug-Alzabo [...] rt.cpan.org> |
From: | "Otto Hirr" <otto.hirr [...] olabinc.com> |
Greetings,
I tried installing via cpan. I have necessary pre-reqs.
It reported it could not load listing value of @INC.
Problem may be that it never built...
Per your readme, it lists in order
Show quoted text
>perl Build.PL
>(answer the questions you're asked)
>./Build test
>./Build install
However you have left out ./Build, hence no libs and hence fails.
But you won't see this if you have already install Alzabo since
the @INC also lists the sys wide libs and it would be found there.
When I built by hand, and did the ./Build, then it built and tested.
Regards,
..Otto