ramp@oddjob.uchicago.edu wrote:
To get the required libelf.so.0 do the following
# cd /usr/lib ; ls -l libelf.*
This should show libelf.a
# ld -shared -o libelf.so.0 --whole-archive libelf.a
will create the dynamic library needed.
I went beyond this and stuff started happening but seemed to hang.
Maybe it was doing something?
Excellent suggestion. After also installing the new libstdc++, it's up and running.
Beyond excellent :)
--Nelson Abramson
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/