You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xref issue #20 where we tweak the LD_LIBRARY_PATH on execve if the target is
a different arch
we may be able to avoid that by simply putting both lib32 and lib64 paths
on LD_LIBRARY_PATH, but first we should verify that ld on all platforms has
consistent behavior there
From [email protected] on May 23, 2009 10:47:57
xref issue #20 where we tweak the LD_LIBRARY_PATH on execve if the target is
a different arch
we may be able to avoid that by simply putting both lib32 and lib64 paths
on LD_LIBRARY_PATH, but first we should verify that ld on all platforms has
consistent behavior there
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=145
The text was updated successfully, but these errors were encountered: