Flip ter Biecht wrote:
>
> Mc won't work.
> Downloading Slakware's mc.tgz is not the solution, it seems.
> Needs some lib whatever and not immediately available.
It needs libgpm.so.1. It's fairly small. Send me an address
and I will email it to you. Just gunzip, put in the /lib
directory and mc will work.
> I did succeed however, to log in, launch httpd
> and use ifconfig to find my own dynamically assigned
> ip nr to get my ISP's lynx to find my 2nd ramdrive,
> so I must say this basicLinux is really worth the effort.
BTW, I've discovered a way for httpd to serve directly
from a DOS or Winders partition. Just mount the drive
with the 'noexec' option. This gives httpd the permission
structure it requires to allow those pages to be served.
----------------------------------------------------------------------
mount -o noexec /dev/hda1 /mnt # drive C:
cd /mnt/www/html # content in C:\www\html directory
httpd -l /mnt/www/log # starts server (log in C:\www)
----------------------------------------------------------------------
> BTW is there a FTP server available? I'd love to use my ISP's
> mc to make an FTP link to %myip%...
I would like to put together a server package, including FTP,
NFS and telnet. But first I need to provide a package to
enable users to convert BasicLinux to reside permanently on
its own HD partition.
Cheers,
Steven