On Thu, Oct 21, 2010 at 12:11:25 -0400, Scott Howard wrote:
> Arduino won't start if users have sun-java installed. This is a bug in the sun-
> java jre. See Debian bug 382686. Since we cannot edit those binaries, I
> uploaded a two line work around that sets LD_LIBRARY_PATH in the arduino
> wrapper to look in /usr/lib/java.
>
> I've received multiple contacts through email and ubuntu's launchpad on this
> bug, and have fixed it in experimental. However, I believe this to be an RC bug
> (serious) and stable users should have this fix.
>
Your message and changelog say /usr/lib/java, the diff says
/usr/lib/jni. Which is it?
Also your fix makes LD_LIBRARY_PATH point at . if it was previously
empty or unset, you need to set
LD_LIBRARY_PATH="/usr/lib/jni${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
or similar.
Cheers,
Julien
Attachment:
signature.asc
Description: Digital signature