Skip to Content.
Sympa Menu

baslinux - Re: [BL] Java on BasLinux

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: baslinux AT lists.ibiblio.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] Java on BasLinux
  • Date: Sun, 04 May 2008 18:29:37 +1200

Message from Steven
===================
TFP wrote:
>
> I installed the Java jdk from slackware contrib,
> but I get
>
> <#>java hw.java
> Busybox v1.01
> Usage: dirname FILENAME
> Strips non-directory suffix from FILENAME

When you get a busybox response like that it means
the busybox binary (in this case, dirname) lacks
something which is required by the program you
are running. BL3 uses busybox binaries to reduce
the footprint.

The solution to this problem is to replace the
busybox version of the binary (dirname) with the
full version from Slackware.

You will find dirname in sh_utils.tgz
You will find sh_utils.tgz in /slakware/a14
Put dirname in /usr/bin of BL3 (and delete
the dirname link to busybox).

Cheers,
Steven





Archive powered by MHonArc 2.6.24.

Top of Page