The randomize function seems to be missing from the Net::SSLeay perl
module from latest cooker:

# perl -e 'use Net::SSLeay; Net::SSLeay::randomize();'
Can't locate auto/Net/SSLeay/randomize.al in @INC (@INC contains: 
/usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 
/usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at -e line 1

But, if you install from sources it is included.  Actually, a whole mess
of *.al files (including randomize.al) that normally get installed are
removed by these lines from the rpm install script:

# is that crazy? keep it the way fpons did anyway
find $RPM_BUILD_ROOT/%{prefix} -name "*.al" | xargs rm -f

Removing those two lines from the .spec seems to fix it.

-Matt

-- 
Matt Phillips <[EMAIL PROTECTED]>
ICT-Carlisle, Operation Mobilisation

Public PGP Key: http://moses.om.org/~mattp/gpg.asc

Attachment: msg76858/pgp00000.pgp
Description: PGP signature

Reply via email to