View Single Post
  #9   (View Single Post)  
Old 17th November 2008
PeterSteele PeterSteele is offline
Port Guard
 
Join Date: Jul 2008
Posts: 43
Default

I'm thinking the issue may very well be something to do with shared libraries. The commands I've added are not statically linked--they do reference shared libraries. So the question is do binaries added to mfsroot have to be statically linked, or do I simply have to make sure they can locate the referenced libraries. Maybe I just have to make sure LD_LIBRARY_PATH is set. I'll have to give this a try.
Reply With Quote