Hi all,<br><br>I already used the spread toolkit in debian sucesfully, I basically compiled the Spread server and install the Spread CPan module through the apt Debian packages management, but now with redhat I have many problems to install the Spread Cpan module, so I decided to install it through perl Makefile but i get next error:<br>
<br># perl Makefile<br>.<br>.<br>.<br>Spread.xs:70:2: error: #error You must install spread client libraries to build perl Spread<br>.<br>.<br>.<br><br>So i figure out that problema was that the Spread Toolkit i compiled was not in the path, so i did next:<br>
<br>export PATH=$PATH:/usr/local/spread-3.17.3<br><br>But after that i still get the same error? any suggestion?<br><br>thank you<br>