On 4/19/12 10:35 PM, Prafulla T wrote:
Hi,

I am trying to build mesos on my ubuntu machine.
But I see following error.

[build] $../configure.ubuntu-lucid-64
exec: 3: ../configure: not found

I checked
https://svn.apache.org/repos/asf/incubator/mesos/trunk/configure.ubuntu-lucid-64
I see that It references ./configure file which is not in version control.
Am I missing anything ?

If you're building directly from a git/svn checkout, you need to run 'bootstrap' from the root of the distribution (which mostly runs 'autoreconf'). This step will not be necessary for tarballs we (eventually) distribute.

- Charles Reiss

Reply via email to