Skip to content
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

build fails on Ubuntu 12.04: "automake" and "autoconf" needed #79

Open
manthony121 opened this issue Apr 19, 2013 · 1 comment
Open

Comments

@manthony121
Copy link

I followed the instructions for downloading and building couchdb on my computer running Ubuntu 12.04 LTS. It fails with the message: Can't exec "aclocal": No such file or directory.... Looking through the log, there were references to "automake" and "autoconf" not being installed, but with reassurance that you only need it if you modified certain files, such as "configure.ac". I ran "sudo apt-get install autoconf perl automake m4". "perl" and "m4" were already present, but "autoconf" and "automake" had to be installed. Once those were installed, the build completed without error.

"automake" and "autoconf" should be added to the list of prerequisite packages for building on Ubuntu 12.04

@skinofstars
Copy link

Thanks. Please can we get these added to the readme?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants