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

using configure to enable tests, using --with-apache #45

Closed
andy5995 opened this issue Nov 21, 2017 · 1 comment
Closed

using configure to enable tests, using --with-apache #45

andy5995 opened this issue Nov 21, 2017 · 1 comment

Comments

@andy5995
Copy link
Contributor

I tried this last week, and after configure completed, I was able to run make check

./configure --prefix=$PWD/testing --with-ssl --with-apche=/usr/sbin/apache2 --enable-tests

Though the checks failed. I assume that had something to do with the tests not being updated since 2004. And I don't know how to code that into a configure.ac file or Makefile.am

But now I don't even get that far. When trying configure with the same options:

configure: error: "apache server executable not found"

I can't think of any reason for the change, but the most likely would be from changes in the autoconf and automake files when I updated them so autotools would work again.

61ab376

As far as I'm concerned, this is low priority. Test can be written after the code is understood more by the development team and there's been more time to discuss what tests should be performed.

But anyone who'd like to work on this, please feel free to do so.

@andy5995
Copy link
Contributor Author

make check works when I use this:

./configure --prefix=$PWD/testing --with-ssl --enable-tests --with-apache=/usr/sbin/apache2

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

No branches or pull requests

1 participant