What do you get if you run:<div>   ldd /usr/sbin/crm_mon | grep perl</div><div><br></div><div>On my fedora 11 box i get:</div><div><br></div><div>[root@test1 ~]# ldd /usr/sbin/crm_mon | grep perl</div><div><span class="Apple-tab-span" style="white-space:pre">     </span>libperl.so => /usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi/CORE/libperl.so (0x00007f17cd732000)</div>
<div> <br><br><div class="gmail_quote">On Fri, Sep 18, 2009 at 5:54 PM, Patrick Cévaër <span dir="ltr"><<a href="mailto:pcevaer@nonstop.fr">pcevaer@nonstop.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">




<div bgcolor="#ffffff" text="#000000">
<font face="Calibri">Hi Andrew, sorry to come back lately...<br>
<br>
In the meantime, I gave a try on a centos 5.3 which is quite the same.<br>
The pacemaker installation went smoothly. So I searched a little more
and found that libperl.so is also installed on the centos.<br>
Yum told me that it is provided by the perl-5.8.xx package.<br>
<br>
I came back to my rhel 5.2 server and change the search string and then
yum identified the right package. Here are the results:<br>
 [root@sac ~]# yum whatprovides libperl.so<br>
 Loaded plugins: rhnplugin, security<br>
 Warning: 3.0.x versions of yum would erroneously match against
filenames.<br>
  You can use "*/libperl.so" and/or "*bin/libperl.so" to get that
behaviour<br>
 No Matches found<br>
<br>
 [root@sac ~]# yum whatprovides "*/libperl.so"<br>
 Loaded plugins: rhnplugin, security<br>
 4:perl-5.8.8-10.el5.x86_64 : Le langage de programmation Perl<br>
 Repo        : installed<br>
 Matched from:<br>
 Filename    :
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so<br>
<br>
I checked with my centos platform and saw that the i386 version of perl
has been installed during the installation of pacemaker.<br>
I noticed that I'm actually running x86_64 version of RHEL 5 and as
those servers won't be connected to Internet I didn't configured Redhat
repositories.<br>
So I downloaded and installed perl-5.8.8-10.el5_0.2.i386.rpm on my rhel
server and tried again the pacemaker installation.<br>
This time, everything went well and i could setup my servers.<br>
<br>
Thanks for your help!</font><br>
<div>-- <br>

<p style="font-family:Calibri,Trebuchet MS,Arial">Regards,</p>
<p style="font-family:Calibri,Trebuchet MS,Arial">Patrick
Cévaër <br>
NON STOP Systems - Service technique<br>
Mobile : +33 6 74 89 58 30 </p>
<hr>
<p style="font-family:Calibri,Trebuchet MS,Arial">
</p><table>
  <tbody>
    <tr>
      <td>12, Allée Lech Walesa</td>
      <td> </td>
      <td>Tél : +33 1 60 95 08 80</td>
    </tr>
    <tr>
      <td>Villa Parc - Immeuble le Chêne</td>
      <td> </td>
      <td>Fax : +33 1 60 95 08 81</td>
    </tr>
    <tr>
      <td>77185 Lognes</td>
      <td> </td>
      <td>E-mail : <a href="mailto:pcevaer@nonstop.fr" target="_blank">pcevaer@nonstop.fr</a></td>
    </tr>
  </tbody>
</table>
<p></p>

<hr></div>
</div>

<br>_______________________________________________<br>
Pacemaker mailing list<br>
<a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
<br></blockquote></div><br></div>