Linux-Misc Digest #374, Volume #19 Mon, 8 Mar 99 22:13:18 EST
Contents:
Kernel installation (Pedro Garrett)
2.2 Sound code (Ewan Dunbar)
Re: Using lynx... How? (DaZZa)
# Linux- how to read dBase files?? # (Allen O'Neill)
Re: glibc2.1.x + gnu.org 'political issues'?? (Christopher Browne)
Re: KDE? Gnome? ... confused (Michael Fleming)
Re: best offline newsreader? (John Thompson)
Re: KDE? Gnome? ... confused (Ewan Dunbar)
Linux and a telephone system. (Peter Trzeciak)
Re: Newbie - help modifying sendmail 8.8.5-4 (mist)
mounting multisession CD's on Linux (Paul Johnson)
Re: FreeBSD vs. Linux vs. Windows (Zenin)
Re: PCI soundcard a possibility?? (Oliver Natt)
Mail poser for any pro out there ([EMAIL PROTECTED])
Mount problems (brucekey)
Re: best offline newsreader? (Charles E Taylor IV)
Re: windows 95B doesn't see FAT32 partition (Fred Heitkamp)
Re: Can Linux use 36-bit Xeon addressing? (Scott Lurndal)
ADSL (Mike Lawler)
Want more on Linux? Visit here ("SEATTLE")
Re: No-Win Modem Situation (Bill Unruh)
Re: installing Java2 "on top of" 1.1.7 on Linux (Robert Lynch)
----------------------------------------------------------------------------
From: Pedro Garrett <[EMAIL PROTECTED]>
Subject: Kernel installation
Date: Mon, 08 Mar 1999 16:52:12 -0800
I've got kernel 2.0.34 (i386) on my RedHat 5.1 system and I'm having
trouble either installing or correctly compiling a new kernel.
I recompiled my kernel (just to try it out... I'm new to Linux) and
everything seemed to go okay (make xconfig; make dep; make clean; make
modules; make modules_install). I then copied
/usr/src/linux/arch/i386/compressed/vmlinux to /boot and updated
/etc/lilo.conf, then ran lilo.
When I try to boot the new kernel, lilo says "Loading linux" then
outputs about 10 dots, then jumps right back to the lilo prompt, with no
error messages.
I can still boot my old kernel (labelled "stable") just fine.
I'm not really sure where to start. Have I probably compiled the kernel
with some bad settings, or simply not installed it correctly?
Here's my /etc/lilo.conf
boot=/dev/sda5
prompt
timeout=150
default=linux
map=/boot/map
install=/boot/boot.b
image=/boot/vmlinuz-2.0.34-0.6
label=stable
root=/dev/sda5
initrd=/boot/initrd-2.0.34-0.6
read-only
image=/boot/vmlinux
label=linux
root=/dev/sda5
read-only
The only thing in the linuxrc file in initrd is the insmod command for
my SCSI card (BusLogic), and I've compiled my SCSI device support into
the new kernel so I shouldn't need a ramdisk, right? Anyway, I also
tried it with a ramdisk with the new BusLogic.o in it and it didn't work
either.
If the kernel is simply not compiled with the correct settings, how do I
find out what settings my stable kernel was compiled with, so that I can
mimic them?
Thanks in advance for any help,
--Pedro
------------------------------
From: Ewan Dunbar <[EMAIL PROTECTED]>
Subject: 2.2 Sound code
Date: Mon, 8 Mar 1999 20:25:15 -0500
I've recently tried 2.2.2 and found the sound code awful. I'm going back
to 2.0.36 for the time being. It freezes the whole system when it
tries to load after a warm boot. Has anyone else noticed this?
===========================================================================
Eastman: He came out of the east to do battle with The Amazing RANDO!
===========================================================================
Ewan Dunbar
[EMAIL PROTECTED]
http://earl.thedunbars.com/pmah/index.html
===========================================================================
------------------------------
From: DaZZa <[EMAIL PROTECTED]>
Crossposted-To: aus.computers.linux
Subject: Re: Using lynx... How?
Date: Tue, 9 Mar 1999 12:30:02 +1100
On Tue, 9 Mar 1999, Atsushi Nakagawa wrote:
> > : How do I, using lynx, download a file 'raw' without any post-processing? I
> > : want to get lynx to ignore the MIME/type (no sure if the right terminology)
> > : and just download the file 'as is' to the destination --without any 'line
> > : break adding' and post-processing, and other things it might do.
> >
> > What kind of file are you trying to download? To avoid problems I
> > usually place the cursor over what I want to download and hit "d". This
> > gives me no problems with .html, .txt, or binary files.
>
> I'm trying to download a .gz file and lynx tries to pass it to gzip for
> post-processing. I don't want to post-process because:
> A. It's not a proper gzip file, just a file with .gz ending.
> B. More importantly, the file is being downloaded to a remote server so
> I don't want to decompress there.
Hit D to download the file once you've highlighted the link to it {in
lynx}.
DaZZa
------------------------------
From: [EMAIL PROTECTED] (Allen O'Neill)
Subject: # Linux- how to read dBase files?? #
Date: Tue, 9 Mar 1999 01:24:47 -0000
Anyone know of a ready built lib in say perl / pascal / C that allows one
to easily read/write to dbase tables?
Appreciate email on this if anyone can assist.
Txs,
Allen.
[EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED] (Christopher Browne)
Subject: Re: glibc2.1.x + gnu.org 'political issues'??
Reply-To: [EMAIL PROTECTED]
Date: Tue, 09 Mar 1999 01:17:09 GMT
On Fri, 05 Mar 1999 14:47:07 -0800, jik- <[EMAIL PROTECTED]> wrote:
>> glibc-2.1 contains some features that work with EGCS, but not with
>> gcc2.8.1. (Mostly relating to C++ functionality, I gather.)
>>
>> Sounds to me like there won't be a new release of glibc until either:
>> a) The FSF releases a newer version of GCC,
>> b) EGCS gets "blessed" as the New GCC, or
>> c) glibc gets back-ported to gcc2.8.1.
>
>In other words, the FSF has proven to the world it can be more petty and
>stupid then anyone...hmmm...glad I never switched....looks like glibc2
>has no real future. Course just because gnu refuses to distribute it,
>doesn't mean noone else can.
>
>This 'community' is going down hill people, I hope you all realize
>that. I hope we can do something about it before it turns into
>crap,..like so many other things that might have been cool.
Note that if glibc2.1 has "no real future" then neither does EGCS or
glibc2.0 or GCC 2.8 that are other members of the "toolset."
>I gotta ask though...I thought C++ had a standard, unlike objc were you
>naturaly get compiler uncompatabilities,....there shouldn't be any
>reason why it would compile on one and not the other should there? And
>what would a C library be doing with C++ code in it? Isn't that what
>libg++ is for???
There be some good questions there...
--
"Just because the code is intended to cause flaming death is no reason
to get sloppy and leave off the casts." - Tim Smith, regarding sample
(F0 0F C7 C8) Pentium Death code on comp.os.linux.advocacy
[EMAIL PROTECTED] <http://www.ntlug.org/~cbbrowne/lsf.html>
------------------------------
From: [EMAIL PROTECTED] (Michael Fleming)
Crossposted-To: comp.os.linux.setup,linux.redhat.rpm,linux.redhat.misc
Subject: Re: KDE? Gnome? ... confused
Date: 8 Mar 1999 10:04:37 GMT
=====BEGIN PGP SIGNED MESSAGE=====
Hash: SHA1
I'm glad thk <[EMAIL PROTECTED]> said this and not me..
> Andy Johnson wrote:
>
> > > On Mon, 22 Feb 1999 18:00:38, Werner Kliewer <[EMAIL PROTECTED]> wrote:
> > >
> > > > The UNIX and therefore Linux version of this, as invented by Xerox (hence
> > > > the name) and since enhanced over about 20-30 years is called X-Windows.
> >
> > Actually, it's called X because the windowing system that came before it was
> > called W. What comes after W? X.
>
> ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ!!
No, that's a couple of major revisions away. ;-P
Michael "Some people insist on having tomorrow's tech yesterday.." Fleming
- --
Michael Fleming -=(UDIC)=- Despam the Planet
WWW: http://www.powerup.com.au/~mfleming/ | PGP: OEF8E582
Bill Gates isn't the Devil - Satan made sure Hell worked
before he opened it to the damned...
=====BEGIN PGP SIGNATURE=====
Version: PGPfreeware 5.0i for non-commercial use
Charset: noconv
iQA/AwUBNuOgrn66PsYO+OWCEQJ3jwCfeGaIpp+FDXkjkKyxOL6+TE31TiwAoOZd
g5VUc7dLvUgeVllXmOz3kuaV
=5J5Z
=====END PGP SIGNATURE=====
------------------------------
From: John Thompson <[EMAIL PROTECTED]>
Subject: Re: best offline newsreader?
Date: Mon, 08 Mar 1999 08:44:08 -0600
Chris Lee wrote:
> In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...
> >
> >On 7 Mar 1999 19:14:16 GMT, "Michael Faurot" <[EMAIL PROTECTED]> wrote:
> >
> >
> >>Then just bite the bullet and learn to use a differnt package such as
> >>slrn. If, as you say, your "whole point of installing Linux is a
> >>change of perspective" then forget about Agent and use something that
> >>is native to Linux.
> >
> >Yes, that's the best idea, and I'm willing to go with something new
> >and different, but not something that's new and crap (to be brutal)
> To be brutal, Agent is crap. Thank god there's nothing that as badly thought
> out as Agent for linux.
News readers are like editors or any other software. In
other words, a matter of personal choice. No need to start
another religious war...
I've tried Agent and although I wasn't particularly fond of
it I wouldn't characterize it as "crap."
I still think the best way is to run a small local news
server and feed it from your ISP. Then you can use whatever
news reader client you want as an offline reader. If
multiple people use the machine, they can each have their
own news reader and their own subscrition lists, article
watermarks, etc. Works like a champ.
--
-John ([EMAIL PROTECTED])
------------------------------
Crossposted-To: comp.os.linux.setup,linux.redhat.rpm,linux.redhat.misc
From: Ewan Dunbar <[EMAIL PROTECTED]>
Subject: Re: KDE? Gnome? ... confused
Date: Mon, 8 Mar 1999 16:44:35 -0500
In theory, X is a great environment. In practice, it is bloated and
inefficient.
===========================================================================
Eastman: He came out of the east to do battle with The Amazing RANDO!
===========================================================================
Ewan Dunbar
[EMAIL PROTECTED]
http://earl.thedunbars.com/pmah/index.html
===========================================================================
On Sun, 7 Mar 1999, jik- wrote:
> X is a great environment, I don't personally see the need to replace it
> with anything.
>
>
>
------------------------------
Date: Mon, 08 Mar 1999 16:25:52 -0500
From: Peter Trzeciak <[EMAIL PROTECTED]>
Subject: Linux and a telephone system.
Hi
I run a set of Linux machines and one of them is an older 486, 66Mhz.
I would like to turn it into a telephone system with mailboxes or
extensions and mailslots.
Is there hardware and software I could use (on Linux), like a board etc.
Please let me know if you know any?
Thanks
Peter
[EMAIL PROTECTED]
------------------------------
From: mist <[EMAIL PROTECTED]>
Subject: Re: Newbie - help modifying sendmail 8.8.5-4
Date: Mon, 8 Mar 1999 18:50:58 +0000
Reply-To: mist <new$[EMAIL PROTECTED]>
[EMAIL PROTECTED] scribed to us that -
>I'm running redhat with sendmail 8.8.5.-4 and have been told that its
>setup as an open relay. I have found check_rcpt from sendmails website
>but I have never made modifications to the config file. Is there
>anything that could "bite" me if I make the additions? Anything that I
>should be aware of? My editor is joe.
>
You could upgrade to sendmail 8.9.3 <URL:http://www.sendmail.com/> which
does not relay by default, and has various other improvements.
--
Mist.
------------------------------
From: [EMAIL PROTECTED] (Paul Johnson)
Subject: mounting multisession CD's on Linux
Date: Tue, 09 Mar 1999 09:50:35 +1030
I've successfully mounted ISO9660 and HFS CDROMS under linux, the latter
with hfs for linux.
How do I mount multisession CD's? I'm not sure whether such a thing exists
for ISO9660, but they certainly do for HFS. At the moment,
mount -rt hfs /dev/hdd /mnt/cdrom
only mounts the first session.
Any ideas?
Thanks
Paul
--
remove nospamforme from address
------------------------------
From: Zenin <[EMAIL PROTECTED]>
Subject: Re: FreeBSD vs. Linux vs. Windows
Crossposted-To: comp.unix.bsd.freebsd.misc
Date: 8 Mar 99 22:19:32 GMT
In comp.unix.bsd.freebsd.misc Bill Gunshannon <[EMAIL PROTECTED]> wrote:
>snip<
: And let's not forget security. You know like file protections. No need to
: log in as root (administrator) on NT. Anybody can change any file anytime
: they want to. (Want to see an example?? Come watch us trying to maintain a
: public student lab full of machines running NT.)
Actually, this can be configured. For some configurations actually,
there is more flexibility under NT then Unix, *especially* for file
permissions. NTFS goes far beyond simple owner/group/world
permissions.
It's just the defaults that have NT running like a traditional
(DOS/Windows3.1/9*/Mac) desktop.
Now on the flip side, many apps like MS Office won't function at all
if the user doesn't have write access to C:\WinNT\System et al,
making all the above somewhat less then useful in practice.
--
-Zenin ([EMAIL PROTECTED]) From The Blue Camel we learn:
BSD: A psychoactive drug, popular in the 80s, probably developed at UC
Berkeley or thereabouts. Similar in many ways to the prescription-only
medication called "System V", but infinitely more useful. (Or, at least,
more fun.) The full chemical name is "Berkeley Standard Distribution".
------------------------------
From: Oliver Natt <[EMAIL PROTECTED]>
Subject: Re: PCI soundcard a possibility??
Date: 08 Mar 1999 22:59:22 +0100
"Janus N. T�ndering" <[EMAIL PROTECTED]> writes:
> Hi!
>
> I've been told that PCI soundcards are not supported by Linux.
> If they are which kernel version is required if it is possible?
>
> Thank you...
> Janus N. T�ndering, Denmark
I have got a Sounblaster PCI64, which is supported by Kernel 2.2.0.
If you are interested in a cetain soundcard just get a kernel 2.2.xx
and look at the files in Documentation/sound.
------------------------------
From: [EMAIL PROTECTED]
Subject: Mail poser for any pro out there
Date: Mon, 08 Mar 1999 22:25:10 GMT
I have a problem that I am not sure if it pertains to a sendmail
configuration, or some other config someplace.. Here is the situation. I have
a machine with multiple domains. I have it setup so that it can accept mail
for all those domains. I can't find any information on how my mail server can
"send" as any one of those domains. In pine I have the user domain set to
whatever domain the user would like to be sending from, but that does not
seem to do the trick. I have all the domains in sendmail.cw as well. What
could I be missing? Any pointers would be great. O/S is RedHat 5.1 sendmail
is 8.8.7
Thank you.
Keith
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: brucekey <[EMAIL PROTECTED]>
Subject: Mount problems
Date: Mon, 08 Mar 1999 14:35:38 -0800
I'm running Calera OpenLinux 1.2 with a 2.0.29 kernel and "all of a
sudden" I can't mount my cdrom. This has worked in the past, but now I
get a
"mount: wrong fs type, bad option, bad superblock on /dev/hdb,
or too many mounted file systems"
error.
I have swapped cdroms, recompiled kernels, (yes with iso9660 fs compiled
in). I've tried to mount another hard disk that has an old linux
installation on it, and get the same error message.
My current mount tables appears thusly:
/dev/hda1 on / type ext2 (rw)
/dev/hda2 on /home type ext2 (rw)
/dev/hda3 on /usr type ext2 (rw)
/proc on /proc type proc (rw)
I've never seen a limit on number of filesystems mounted, I know that
the hard disk is good. I used to mount it on boot, so as to be able to
retrieve files that somehow got overlooked when I upgraded my system
last, but no longer need to do that, so it has been just setting there
spinning away.
Any suggestions?
TIA
------------------------------
From: [EMAIL PROTECTED] (Charles E Taylor IV)
Subject: Re: best offline newsreader?
Date: Mon, 8 Mar 1999 20:54:48 -0500
In article <7c0hgq$77a$[EMAIL PROTECTED]>,
"Richard Latimer" <[EMAIL PROTECTED]> writes:
> The posts in this thread are interesting. Notice how many users are not
> running all linux systems, or have additional machines running other
> operating systems. Obviously, Linux cannot meet all of their computing
> needs, yet.
I used to dual-boot Windows a while back. I decided that I needed the
500 megs of HD space more than I needed 95. As a result, my home
network of Intel, Alpha, and Sparc machines is all Linux-based. As a
disclaimer, I have WABI to run the legacy Windows app that I need
to run - Quicken. It's more stable under WABI than it was under 95!
> Excluding server installations, there are probably few linux
> users who do not have a second operating system loaded, or a second
> computer running another operating system.
The few, the proud. :)
[big rant snip]
> I didn't need to learn a new user interface, I already
> knew
> how to run a Windows app.
Are we to presume that you were born with the knowledge to use a
Windows app? Try dealing with *real* newbies!
> What seems reasonable in the unix community looks positively Luddite
> from the outside. By accepting these tools as they are, by adapting your-
> self to a rather Byzantine manner of doing things, you are undermining
> the development that would make Linux a winner on the desktop. Urging
> others to accept this culture as reasonable is a mistake.
By using a GUI mail reader (xfmail), a GUI newsreader (knews), and a
couple of server-style programs that automate the whole process of
fetching/posting? I used to spend a lot of time (on Windows) waiting
on news. Now it waits on me.
--
========================================================
Charles E Taylor IV <[EMAIL PROTECTED]>
========================================================
Visit me on the web!
http://orangesherbert.ces.clemson.edu
========================================================
------------------------------
Date: Mon, 08 Mar 1999 21:51:20 -0500
From: Fred Heitkamp <[EMAIL PROTECTED]>
Crossposted-To: comp.os.ms-windows.misc
Subject: Re: windows 95B doesn't see FAT32 partition
Jason Kircher wrote:
> Have you tried using Windows format on the new partition? (I've
> never used mkdosfs, nor do I ever plan to!)
>
> [EMAIL PROTECTED] wrote:
>
> > I converted an ext2 partition to fat32 using the mkdosfs-0.4.1
> > program under Linux. Linux can see the FAT32 partition fine,
> > but when I boot Windows 95B it complains my E: drives is
> > unaccessible. How do I make Windows 95B see the FAT32
> > partition? Note: I decided to use mkdosfs, because the cvt
> > utility says it might kill off my OS/2 HPFS partitions.
> >
I've done some more investigating and found some rather strang effects.
It turns out my new partition is there but it is an "F:" drive. There is
also an E: drive but it has no space. Clicking on it just gives a
unaccessible drive error. I found a web site that says how to change
drive letter inside the registry. When I do that however, upon rebooting
the drive letters are back the way they were. When I use fdisk from DOS
the "phantom" partition does not show up. I notices yet some more
wierdness. When I open a DOS box window I can cd to the F: drive
and see the files etc, but when I boot to Window 95 DOS the F: drive
is not assessible. Can Windows 95B DOS read FAT32?
Fred
------------------------------
From: [EMAIL PROTECTED] (Scott Lurndal)
Crossposted-To: comp.os.linux,comp.os.linux.hardware
Subject: Re: Can Linux use 36-bit Xeon addressing?
Date: 8 Mar 1999 21:39:38 GMT
Reply-To: [EMAIL PROTECTED]
In article <[EMAIL PROTECTED]>, Johan Kullstam <[EMAIL PROTECTED]>
writes:
|> > The Xeon is not a "36-bit" machine, whatever that is...
|>
|> [the pdp-10 is a fine example of 36 bits in action.]
|>
|> > It merely has a
|> > 36-bit physical address bus. The extended address space is achieved via
|> > modifications to page table entries, i.e. it is a question of how the CPU
|> > interprets the PTE's.
|>
|> the 8088 was a 16 bit machine, yet it could address 20 bits of space.
|> remember segment registers? they are still there.
|>
|> to use a larger address space, you would need to set and restore all
|> the segment registers at each task swap.
The point of the 36-bit extensions to the page table entries is
to allow larger _physical_ address spaces.
Nobody is proposing that we allow a single process to access more
than 3GB of virtual address space. It is certainly feasible for
there to be 10 processes each using 3GB of virtual (and physical)
space thus utilizing 30 GB of physical ram. No changes to the
user-mode code is necessary at all.
Using the space above 1GB for kernel data structures becomes a
bit more problematic, however, due to the fact that linux direct
maps physical memory to the kernel virtual address space. However,
all the changes to support this would be in the kernel, not in
applications.
scott
------------------------------
From: Mike Lawler <[EMAIL PROTECTED]>
Subject: ADSL
Date: Mon, 08 Mar 1999 16:37:10 -0600
Does anyone know of a Group for ADSL hardware under Linux?
------------------------------
From: "SEATTLE" <[EMAIL PROTECTED]>
Subject: Want more on Linux? Visit here
Date: 8 Mar 1999 22:17:55 GMT
Click the Linux Link...over 100 Linux Links..Freebies
HTH
--
To reply via E-Mail, change MX to Capital "B"
Try Our PWP Page:
http://home.att.net/~aubreyb
Links For:
Linux... HTML, CSS... " How To " Tutorials, Graphics, Adding Colors,
Emoticons, Acronyms, Internet Terms, Modem Info/Help, Sites For Kids,
Magazines On Line And Other
------------------------------
From: [EMAIL PROTECTED] (Bill Unruh)
Crossposted-To: alt.os.linux,comp.os.linux.setup
Subject: Re: No-Win Modem Situation
Date: 8 Mar 1999 22:40:45 GMT
In <[EMAIL PROTECTED]> Todd Ostermeier
<[EMAIL PROTECTED]> writes:
]On 8 Mar 1999, Bill Unruh wrote:
]: In <[EMAIL PROTECTED]> Hugh
]Johnson <[EMAIL PROTECTED]> writes:
]:
]: >(make & model)? What about the Zoom 2919? www.zoomtel is no-tell.
]: >Where can I find this info? Thanks.
]: From what they say on the page at zoomtel, it is highly likely this is a
]: winmodem. Get an external.
]Actually, what you posted below makes it highly *unlikely* that this is a
]winmodem.
Yes, which is why I posted both. The writeup on one part of the page
says one thing, the generic writeup on intrernal modems says another.
]:
]: (Although they do make the claim
]: Internal models are Plug and Play or
]I assume this is the line you're taking offense at. The words Plug and
]Play do not mean winmodem
No, the line I took objection to were on another page specifically
directed to the 2919 modem. The above was on a page where they described
their "intrnal modems" not the 2919 specifically.
Ie, their page is contradictory and confusing.
]: jumper-selectable for Windows NT
]This line is the one that says it is most definitely not a winmodem.
]Jumpers. If it has jumpers, then the way plug and play is done is to have
]a specific jumper setting that means plug and play. You can still set
]IRQ, IO, etc by using the jumpers.
It does not say that. It just says "jumper selectable for NT" What that
means is not explained.
There are hints that the 2919 is not a winmodem
"
Supports both V.90 and K56flex for up to 56,000 bps data downloads
14,400 bps Group 3, Class 1 fax Voice mail (requires soundcard)
Plug and Play and Windows NT compatible (jumper selectable)
Controller and DSP upgradeable with Flash memory
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This suggests that these are not winmodems as well. Is it positive
identification? No.
I would suggest that he phone or email Zoom and ask them directly.
------------------------------
Date: Mon, 08 Mar 1999 14:38:05 -0800
From: Robert Lynch <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.lang.java.help
Subject: Re: installing Java2 "on top of" 1.1.7 on Linux
ZHONG, Nan wrote:
>
> I am also having a problem with library on Java-Linux. I downloaded the
> same java1.2 pre-release version to my RH5.1
>
> It compiles and runs the little HelloWorld fine. It also compiles
> MenuDemo.java
>
>(http://java.sun.com/docs/books/tutorial/uiswing/components/example-swing/MenuDemo.java)
> fine. but 'java MenuDemo' generates error msg:
>
> ~/linuxjavatest> java MenuDemo
> Exception in thread "main" java.lang.UnsatisfiedLinkError:
> /home/linuxjava/jdk1.2/jre/lib/i386/libfontmanager.so:
> libstdc++-libc6.0-1.so.2: cannot open shared object file: No such file or
> directory
> at java.lang.ClassLoader$NativeLibrary.load(Native Method)
> at java.lang.ClassLoader.loadLibrary0(Compiled Code)
> at java.lang.ClassLoader.loadLibrary(Compiled Code)
> at java.lang.Runtime.loadLibrary0(Compiled Code)
> at java.lang.System.loadLibrary(Compiled Code)
> at sun.security.action.LoadLibraryAction.run(Compiled Code)
> at java.security.AccessController.doPrivileged(Native Method)
> at
> sun.awt.font.NativeFontWrapper.<clinit>(NativeFontWrapper.java:41)
> at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
> at
> sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:61)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Compiled Code)
> at
> java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Compiled Code)
> at java.awt.Font.initializeFont(Compiled Code)
> at java.awt.Font.<init>(Compiled Code)
> at javax.swing.plaf.metal.DefaultMetalTheme.<init>(Compiled Code)
> at
> javax.swing.plaf.metal.MetalLookAndFeel.createDefaultTheme(Compiled Code)
> at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(Compiled
> Code)
> at javax.swing.UIManager.setLookAndFeel(Compiled Code)
> at javax.swing.UIManager.setLookAndFeel(Compiled Code)
> at javax.swing.UIManager.initializeDefaultLAF(Compiled Code)
> at javax.swing.UIManager.initialize(Compiled Code)
> at javax.swing.UIManager.maybeInitialize(Compiled Code)
> at javax.swing.UIManager.getUI(Compiled Code)
> at javax.swing.JPanel.updateUI(Compiled Code)
> at javax.swing.JPanel.<init>(Compiled Code)
> at javax.swing.JPanel.<init>(Compiled Code)
> at javax.swing.JRootPane.createGlassPane(Compiled Code)
> at javax.swing.JRootPane.<init>(Compiled Code)
> at javax.swing.JFrame.createRootPane(Compiled Code)
> at javax.swing.JFrame.frameInit(Compiled Code)
> at javax.swing.JFrame.<init>(Compiled Code)
> at MenuDemo.<init>(Compiled Code)
> at MenuDemo.main(Compiled Code)
>
> i have libstdc++2.8 installed. but i have no idea what
> libstdc++-libc6.0-1.so.2 is. your help is greatly appreciated!
There are several workarounds posted on the Java-Linux mail list.
Here's one, repeated here for your convenience:
=======
> Hi. Sorry if this is a repeat - I don't watch the list.
>
> The JDK1.2 prerelease seem to run fine on a Redhat 5.2 with all updates
> installed if you do
>
> ln -s /usr/lib/libstdc++.so.2.8.0 /usr/lib/libstdc++-libc6.0-1.so.2
>
> Redhat doesn't have the latter. Since I had installed egcs1.1a, I
> noticed
> that linking to the 2.9.0 version that comes with that package does not
> work:
>
> ... undefined symbol: __frame_state_for
>
> The 2.9.0 library also seems to be stripped. I had pulled the egcs1.1a
> (I think) off of the Redhat contrib site, but I can't be sure of it. In
> any case, the above link should work.
>
> Hope this helps someone. Thanks to the porting team.
>
> JwL.
---
Bob L.
--
Robert Lynch-Berkeley CA [EMAIL PROTECTED]
http://www.best.com/~rmlynch/
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: [EMAIL PROTECTED]
You can send mail to the entire list (and comp.os.linux.misc) via:
Internet: [EMAIL PROTECTED]
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Misc Digest
******************************