Did you install those packages on the head node?

If so, copy the required packages to the image directory on the head
node (by default this is /var/lib/systemimager/images/oscarimage) and
then do

chroot /var/lib/systemimager/images/oscarimage

Then install the packages as you did on the head node.  You might get
some odd messages because the chroot environment is a bit unexpected
to some programs, but it should work alright.

You also might do something like "rpm -qa | grep libc" on the head
node and the compute nodes.  I am not sure why there would be a
different version on the head and compute nodes, but it looks like
that might be the case.

On 5/9/07, Fan,Huajun <[EMAIL PROTECTED]> wrote:
>
>
>
> Hi All
>
>
>
>
> I have two slave nodes in a cluster running OSCAR5.0. One of the software
> failed with message of can't find libstdc++.so.5 when running on slave
> nodes. This file is under /usr/lib/ directory at master node, but not in
> slave nodes. on slave node, it shows libstdc++.so.6. I am totally new to
> oscar and centos 4.0. is this normal at all?
>
> When I check the vendor's website, it does not require libstdc++.so.5, but
> it requires the following lib:
>   glibc-2.3.4-2.25 (32-bit and 64-bit)
>   hpmpi-2.02.00.03-20060614r.x86_64 (32-bit and 64-bit)
>   libgcc-3.4.6-3 (32-bit and 64-bit)
>   compat-libstdc++-33-32-3.2.3-47.3 (32-bit and 64-bit)
>
> To my limited knowledge, everything slave node needs should be under /home/
> directory. In this case, the master node can run the job no problem, because
> everything the software needs is at /usr/lib/ directory. but slave nodes
> can't access to master node outside of /home directory, my question is then,
> how can I get this software to run on slave node? Can I install library to
> each slave node? (I only got two nodes and both are x86_64). If so, can
> someone help me stepwise? What's the best solution to my case?
>
> Thank you very much for your help.
>
>
> Huajun
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Oscar-users mailing list
> Oscar-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oscar-users
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to