New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installer fails, possibly missing some files #1

Closed
vjoel opened this Issue May 16, 2014 · 1 comment

Comments

Projects
None yet
2 participants
@vjoel

vjoel commented May 16, 2014

Are there some missing files?

$ ./install-ext   
./install-ext: 3: cd: can't cd to ext/zookeeper
autoreconf: 'configure.ac' or 'configure.in' is required
./install-ext: 5: ./install-ext: ./configure: not found
make: *** No targets specified and no makefile found.  Stop.
./install-ext: 7: cd: can't cd to ../zeromq
./install-ext: 8: ./install-ext: ./autogen.sh: not found
./install-ext: 9: ./install-ext: ./configure: not found
make: *** No targets specified and no makefile found.  Stop.
./install-ext: 11: cd: can't cd to ../protobuf
./install-ext: 12: ./install-ext: ./configure: not found
make: *** No targets specified and no makefile found.  Stop.
./install-ext: 14: cd: can't cd to ../googletest
./install-ext: 15: ./install-ext: ./configure: not found
make: *** No targets specified and no makefile found.  Stop.

@vjoel vjoel referenced this issue May 27, 2014

Closed

you missed ext dir #2

@yaledb

This comment has been minimized.

Show comment
Hide comment
@yaledb

yaledb Jun 18, 2014

Owner

I have updated the install-ext file, it should work now. Note that: For now, you should install all the dependencies of the external libraries and other required softwares.Such as: autoconf, libtool,libreadline-dev etc. Let me know if you have problems. Thanks.

Owner

yaledb commented Jun 18, 2014

I have updated the install-ext file, it should work now. Note that: For now, you should install all the dependencies of the external libraries and other required softwares.Such as: autoconf, libtool,libreadline-dev etc. Let me know if you have problems. Thanks.

@yaledb yaledb closed this Mar 23, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment