Hi Daren,

On 01.07.2015 10:11, Daren Sin wrote:
> I got the error
> //usr/bin/expect: bad interpreter: No such file or directory/
> /make: *** [run/demo] Error 126/
> /
> /
> Some background: I followed all the steps, even those that are not in
> that page above, like commenting out certain parts of /build.conf/ in
> the build directory (I named mine /build_dir)/. I searched around, and
> found out from
> http://sourceforge.net/p/genode/discussion/825067/thread/e2d61570/?limit=25#5624
> that I haven't had the expect package installed. But I still got the
> same error after installing the package.

Maybe your expect packed didn't install to /usr/bin/. You may circumvent
this problem by creating a link. Find out where your expect resides in
(for example by using whereis) and do

sudo ln -sf $YOUR_ABSOLUTE_EXPECT_PATH /usr/bin/expect

Cheers,
Martin

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
genode-main mailing list
genode-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main

Reply via email to