From: Adrian M. <ad...@mc...> - 2001-12-31 19:00:15
|
On Monday 31 Dec 2001 6:51 pm, M. R. Brown wrote: > * Adrian McMenamin <ad...@mc...> on Mon, Dec 31, 2001: > > I had copied over libc, but then found that there was a dependency on > > libm. When I copied over all the library files - as per instructions on > > linuxsh.org I got a different error: > > > > "./mpg123: error while loading shared libraries: libm.so.6: cannot open > > shared object file: No such file or directory" > > > > I thought this was a PATH error, but even with PATH pointing to /lib I > > still have this problem? Is it something to do with the symlinks? The > > library is there... > > s/PATH/LD_LIBRARY_PATH/. > Yes, that worked. Thanks, as always. > M. R. |