pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkgsrc openjdk7 and eclipse and suse-12 does not work



On Fri 16 Nov 2012 at 14:57:47 +0100, Frank Wille wrote:
> > NetBSD-6 or later? export LD_PRELOAD=/usr/lib/libpthread.so.1 before
> > the Java call, try again.
> 
> Ok, I see you wrote "before the Java call". But that's impossible, as the
> Java is started out of that Linux-eclipse-binary. :|

You could try replacing the "java" binary with a shell script,
containing

export LD_PRELOAD=/usr/lib/libpthread.so.1
exec real-java

-Olaf.
-- 
___ Olaf 'Rhialto' Seibert  -- There's no point being grown-up if you 
\X/ rhialto/at/xs4all.nl    -- can't be childish sometimes. -The 4th Doctor


Home | Main Index | Thread Index | Old Index