Vipul Ved Prakash wrote:
> On Fri, Oct 25, 2002 at 03:29:27PM -0400, Kris Deugau wrote:
> > Poking into Theo Van Dinter's packages untangled things for me;  it
> > brought to light a new environment variable to be passed to make during
> > make install.
> What variable is this?

It's probably not exactly an environment variable;  it's passed on the
command line during the "install" phase of building an RPM package:

make PERL5LIB=$RPM_BUILD_ROOT/$installsitearch ......

$RPM_BUILD_ROOT is defined by rpm during build;  it can be almost
anywhere the user has write permissions.  $installsitearch is derived
from:

eval `perl '-V:installsitearch'`


> > Oct 25 15:11:07 filtermail spamd[22839]: razor2 check skipped:
> > Permission denied Can't call method "log" on unblessed reference at
> > /usr/lib/perl5/site_perl/5.6.1/Razor2/Client/Agent.pm line 211, <STDIN>
> > line 70.
> 
> This was fixed in 2.20. I suspect you still have Agent.pm from a previous
> version... Could you manually compare the files (the one from the tarball
> and the one installed on your system) and tell me if they match?

diff returns absolutely nothing;  the file in the tarball and the
installed file both have the same size (29548 bytes) and datestamp (Sep
27 14:05).

-kgd
-- 
Money is overrated.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Razor-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/razor-users

Reply via email to