On Fri, Jan 17, 2003, Ralf S. Engelschall wrote:

> On Fri, Jan 17, 2003, Michael Schloh wrote:
> 
> >     Update for building on FreeBSD 5
> > [...]
> >   -          ix86-freebsd4* )
> >   +          ix86-freebsd4* | ix86-freebsd5* )
> 
> Have you checked that the package also _RUNS_ under FreeBSD 5?
> Because the binary is from FreeBSD 4...

Runs (so far with a few small tests) IF we provide a libc.so.4.
Easiest is a 

ln -s /usr/lib/libc.so.5 libc.so.4
export LD_LIBRARY_PATH=`pwd` java ...

The 'programs' from j2se are already wrapper scripts that could
be patched.


-- 
                                       Michael van Elst
                                       [EMAIL PROTECTED]
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   [EMAIL PROTECTED]

Reply via email to