Subject: Re: How do I emulate linux to run a binary that's not in pkgsrc?
To: Jeremy C. Reed <reed@reedmedia.net>
From: John Baber <jbaber@math.jhu.edu>
List: netbsd-help
Date: 06/03/2005 09:28:20
>> Specifically, I'd like to try to run
>> http://tinyurl.com/azzxa
> Follow its instructions and give it a try.
> What happened?
1. Downloaded mricrox.tar.gz into /emul/linux/usr/local/bin
2. untar it
3. type ./startmricro, get
/usr/local/bin/mricro/mribin: error while loading shared libraries:
/usr/local/bin/mricro/mribin: undefined symbol: initPAnsiStrings
4. type ./startmricro2 get
./startmricro2: /home/jbaber/bin/mricro/mribin: not found
5. type ./startmricro64 get
./startmricro64: No such file or directory
Those are the only three executables. The only other thing untarred was a
directory called mricro.
-John B.