Jeff Dike wrote: > If your distro really has libutil only in /usr/lib, then the place to fix > that is this line in arch/um/Makefile: > > LINK-$(CONFIG_LD_SCRIPT_DYN) += -Wl,-rpath,/lib > > Jeff > Hi Jeff,
Here is the libutil info for my system (FC4 for the record). /usr/lib/libutil.a /usr/lib/libutil.so -> ../../lib/libutil.so.1 /lib/libutil.so.1 -> libutil-2.3.5.so /lib/libutil-2.3.5.so So it seems to be in both directories. I changed the line you mentioned, just to be sure, to: LINK-$(CONFIG_LD_SCRIPT_DYN) += -Wl,-rpath,/usr/lib and I get the same error. I just know this is going to be something very silly that's causing this problem. Thanks for the help so far. Lee ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ User-mode-linux-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user
