RE: Netscape Communicator v.5 won't run ?

1998-12-31 Thread Avijit Bandyopadhyay
On Wed, 30 Dec 1998, Shaleh wrote:

 
 On 30-Dec-98 Mike Rae wrote:
  All :
  
  After installing Navigator 4.5, and attempting to run, I get the
  following error messgae 
  
  ./netscape: can't load library 'libXpm.so.4
  
  Running a ldd netscape tells me that
  
  libXpm.so.4 = not found
  libg++.so.27 = not found
  libstdc++.so.27 = not found
  
 The latest netscape, looks like you have an older version.  BTW there is a
 netscape package in both hamm and slink, try them.
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 

 Nope, He doesn't have an older version. I had the same problem. Go back
 into dselect and install libc5. Then do a search for xpm and install the
 stuff that shows up. This'll clear up your problem.  


[~[  Avijit Bandyopadhyay  ]~]
 Computer Engineering  Management | McMaster IEEE Communications Society
 Class of 2001 | [EMAIL PROTECTED] (Engineering Competition 
@ Mac)
 McMaster University   | McMaster IEEE Computer Chapter
 Hamilton, Ontario, Canada | McMaster Solar Car Project
[.Montreal Canadiens... E.R.T.W. .Brasil in '02..]


Re: mounting W95 partitions

1998-12-30 Thread Avijit Bandyopadhyay
On Tue, 29 Dec 1998, Ted Llewellyn wrote:

   I need to mount my Windows 95 partitions from the Debian 2.0 setup.  I
 keep getting errors that say I am trying to mount an extended partition.
 Well, guess what?  That's exactly what I'm trying to do!  Just what is
 Linux's syntax for these DOS extended partitions that Windows puts all
 those drive letters on?  I've tried /dev/hda1 and so on, and I've tried
 combinations from /dev, but nothing works.  What's the secret password?
 
  _ () _-- __()   Ted Llewellyn
 )  _--  /
/_--/__---
  (/  (/  
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 

mount -t vfat /dev/YOURW95PARTITIONHERE 
should do it However, if you don't have vfat support in your kernel
(you should though), then recompile the kernel. Be sure to say 'yes' to
native language support. Then an option will come up asking about vfat
support, say 'yes' there also. Oh... make sure you're trying the proper
partition too.

Hope this helps!

[~[  Avijit Bandyopadhyay  ]~]
 Computer Engineering  Management | McMaster IEEE Communications Society
 Class of 2001 | [EMAIL PROTECTED] (Engineering Competition 
@ Mac)
 McMaster University   | McMaster IEEE Computer Chapter
 Hamilton, Ontario, Canada | McMaster Solar Car Project
[.Montreal Canadiens... E.R.T.W. .Brasil in '02..]