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_LIBRARY_PATH=/mnt/host/lib/ uml# /mnt/host/where_apache_is_installed/bin/apachectl /bin/sh: /lib/ld-linux.so.2: version `GLIBC_PRIVATE' not found (required by /mnt/host/lib/libdl.so.2) /bin/sh: /lib/ld-linux.so.2: version `GLIBC_PRIVATE' not found (required by /mnt/host/lib/libc.so.6) but i'm getting above errors. (libc.so.6 was found correct, it seems) how can i run executables installed in the host (built with different version of glibc)? thank you, ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ User-mode-linux-user mailing list User-mode-linux-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user