Josh Zenker on 29 Jan 2016 14:23:28 -0800
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] Apache2 weird problem
|
- From: Josh Zenker <jzenker@gmail.com>
- To: "Philadelphia Linux User's Group Discussion List" <plug@lists.phillylinux.org>
- Subject: Re: [PLUG] Apache2 weird problem
- Date: Fri, 29 Jan 2016 17:23:20 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=VzFn/iv48gp7dh3LCKfyM1CAUryr7aq5GclCu4bIhCM=; b=F+lA1Sc2lDUpKEDr/8LlM8rrhgUWjlD0KipprxdvKRMfXM0iPkjI5YQEyRxC7KlrIe rPbIxM3cUZQ7jWfa8D6gOtTOD803Ej8L7/FI1FJEFST957pk8XwuLXmuv6dJpmfZcdys XO9c7TgjfO3bhRRwZ06eONeLv9JPtVNos2p/8NJFIu3ACjf0M6OrugharDVxoCkCJUvm 42W9H8UigtkekxJ87SNg0rTvtF9nY3v70Nuu70N14ZxsRb7cT3VLpb3QruL4TQVRUhZO wRAsFaF9iqFgp8vtvsY1rOXb8BU8wRaAUthmMGr0I3q8bGQNxI9KGVavmXKmwpJ7ARhq X+fw==
- Reply-to: Philadelphia Linux User's Group Discussion List <plug@lists.phillylinux.org>
- Sender: "plug" <plug-bounces@lists.phillylinux.org>
Normally the dependencies in the DEB package ensure that apache2-bin gets installed along with apache2. The particular issue described in this thread could arise if /usr/sbin/apache2 was manually removed (with rm, for example) without using APT to remove the apache2-bin package that installed it in the first place. I'm not necessarily saying that's what happened, but I'm not sure how else it could have occurred.
On Friday, January 29, 2016, Rich Freeman <r-plug@thefreemanclan.net> wrote:
On Fri, Jan 29, 2016 at 4:12 PM, Josh Zenker <jzenker@gmail.com> wrote:
> OK, so it's actually the /usr/sbin/apache2 binary that's missing. That's
> provided by apache2-bin, so you'll need to do
>
This is part of why Gentoo uses USE flags. :) Though to be fair we
don't use them to control the installation of things like init.d
scripts and such (though they are used for docs). Those are filtered
out using install masks (you can tell portage to never install
anything in /usr/share/applications, for example).
And we now return you back to your previously scheduled on-topic programming...
--
Rich
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug