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

Bare install with Apache fails due to the recommended dependencies #2

Open
look opened this issue Apr 15, 2010 · 3 comments
Open

Bare install with Apache fails due to the recommended dependencies #2

look opened this issue Apr 15, 2010 · 3 comments

Comments

@look
Copy link
Contributor

look commented Apr 15, 2010

Hey, I just ran into a problem running the Apache install on a bare slice with nothing on it.

Sprinkle decided that apache_etag_support was the first thing that should be installed, I think because apache recommends it. This fails because there's no Apache installed on the server yet.

I commented out this line:

recommends :apache_etag_support, :apache_deflate_support, :apache_expires_support

And everything worked.

This is with revision 9672cb7 of passenger-stack and sprinkle 0.3.1.

@benschwarz
Copy link
Owner

That is strange! As far as I know, recommends comes after the dependency.
I've tested this pretty throughly. Without looking, I'm not so sure about this one. I'll report back.

@benschwarz
Copy link
Owner

Marcus says "optional packages are installed after the main package".
I'd be happy to accept a patch on this one. I don't have alot of spare time this week.

@look
Copy link
Contributor Author

look commented May 30, 2010

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