> Can anyone recommend the best way to get libcrypto and libssl onto my
> slink UML machine?  I am trying to build a mini_httpd package.  I don't
> think the packages were available for slink. I am thinking "apt-get source
> openssl-dev" or something like that, but wanted to get your feedback
> before beating my head against a wall for (potentially) a couple of days.

Two solutions.

1/ You download the packages from openssl on your host

http://www.openssl.org/source/openssl-0.9.6c.tar.gz

then you launch your virtual machine (see the doc)
one in the virtual machine you mount the hostfs
mount none /dev/ubd0 -t hostfs /mnt
you copy the package
tar xzvf it an compile

2/ You download it from the virtual machine

Dowload and install (as root) the latest uml_utilities (see the doc)
Make sure ethertap (ot tuntap if your host is 2.4 based) is available
then
linuxuml ubd0=root_fs_slink eth0=ethertap,tap0,,192.168.1.100

One in the virtual machine
ifconfig eth0 192.168.1.101   (address must be different)
You should be able to ping your host
set the route to the net (assuming you are connected to the net through Bering
:-)
route add gw default 192.168.1.254
You should be able to ping leaf.sourceforge.net :-)

do the same as 1/ above with lynx

Jacques




_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to