Hi, all,
i found some articles discussing about linking UML as a userspace
library with an application code, but i couldn't find HOWTO. Could
anybody let me know? Thanks a lot.
---
SF.Net email is sponsored by:
Tame your development challenges
Hi,
i wanted to run application executables (such as apache) installed in
the host on top of UML using hostfs. but the problem was that glibs
versions installed in the host and UML filesystem are different. so, i
set LD_LIBRARY_PATH in the UML,
uml# mount none /mnt/host -t hostfs
uml# export LD_L