<font size="2">Hello all.<br><br>I&#39;m having some trouble getting Spread&#39;s perl module to work properly under Fedora Core.<br><br>I install Spread as follows:<br><br></font><pre><font size="2">c</font><font size="2">
d /root/<br>tar -xvzf spread-src-3.17.4.tar.gz<br>cd spread-src-3.17.4<br>./configure<br>make<br>make install</font></pre><pre><font size="2">cd perl/Spread<br>perl Makefile.PL<br>make install</font></pre><font size="2">...and then try to use the following script (only the first 5 lines or so included) to listen for messages, and write each one to MySQL:
<br><br>#!/usr/bin/perl<br>use strict;<br>use Spread; # qw(:SP :ERROR :MESS);<br>use Crypt::RC4;<br>use Mysql;<br>use vars qw{$time};<br><br>I have tried omitting and including the specific functions to use, as seen above (by the qw).
<br><br>I always get the following error:<br><br>Can&#39;t load &#39;/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/Spread/Spread.so&#39; for module Spread: libspread.so: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/DynaLoader.pm line 230.
<br>&nbsp;at ./spread2mysql.pl line 3<br>Compilation failed in require at ./spread2mysql.pl line 3.<br>BEGIN failed--compilation aborted at ./spread2mysql.pl line 3.<br><br>Spread.so is in the correct place, however:<br>root@fdc6
 [~]# locate Spread.so<br>/root/spread-src-3.17.4-modified/perl/Spread/blib/arch/auto/Spread/Spread.so<br>/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/Spread/Spread.so<br><br>... as is libspread...<br><br>root@fdc6
 [~]# locate libspread.so<br>/root/spread-src-3.17.4/libspread.so<br>/root/spread-src-3.17.4-modified/libspread.so<br>/usr/local/lib/libspread.so<br>/usr/local/lib/libspread.so.1.0<br>root@fdc6 [~]#<br><br>root@fdc6 [~]# locate 
DynaLoader.pm<br>/usr/lib/perl5/5.8.8/i386-linux-thread-multi/DynaLoader.pm<br>root@fdc6 [~]#<br><br>...Does anyone have any ideas what the issue is? Spread itself runs fine, spuser does the job, everything but Perl seems to be fine.
<br><br>Any suggestions would be gratefully recieved.<br><br>Thanks,<br><br>Jan<br><br><br><br><br></font>