Hello,

I updated my ancient policyd to cluebringer and it wouldn't start on my new install.

I created an rpm directly from the tar file with NO changes on my x86_64 hardware.

perl was complaining about not being able to find cb's components:

Starting cbpolicyd: Can't locate cbp/version.pm in @INC (@INC contains: /usr/local/lib/policyd-2.0 /usr/lib/policyd-2.0 /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 .) at /usr/sbin/cbpolicyd line 35.
BEGIN failed--compilation aborted at /usr/sbin/cbpolicyd line 35

Changing line 35 from

use lib('/usr/local/lib/policyd-2.0','/usr/lib/policyd-2.0');

to

use lib('/usr/local/lib/policyd-2.0','/usr/lib/policyd-2.0','/usr/lib64/policyd-2.0');


fixed the problem.

Thanks for great software!

--
*Dave Augustus*
President and Lead Developer
Web: Ingrafted Software <http://www.ingraftedsoftware.com/>
Email: [email protected] <mailto:[email protected]>
Office: (817) 741-1288
Cell: (817) 371-0585

<<attachment: davea.vcf>>

_______________________________________________
Users mailing list
[email protected]
http://lists.policyd.org/mailman/listinfo/users

Reply via email to