View Single Post
  #3  
Old 06-12-2003, 06:53 AM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Default

have you set your LD_LIBRARY_PATH to the directory where libEmuShareMem.so is, or done the necessary to allow your binary to access that file ?

if no, type :

export LD_LIBRARY_PATH=/directory/of/your/so/file
Reply With Quote