From owner-freebsd-questions@FreeBSD.ORG Wed Feb 16 21:35:31 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C6F816A4CE for ; Wed, 16 Feb 2005 21:35:31 +0000 (GMT) Received: from dreadlock.phreakout.net (dreadlock.phreakout.net [208.51.56.115]) by mx1.FreeBSD.org (Postfix) with SMTP id D6F4043D2F for ; Wed, 16 Feb 2005 21:35:30 +0000 (GMT) (envelope-from bob@phreakout.net) Received: (qmail 23332 invoked from network); 16 Feb 2005 21:42:47 -0000 Received: from 24-52-224-96.kntnny.adelphia.net (HELO ?192.168.0.101?) (24.52.224.96) by dreadlock.phreakout.net with SMTP; 16 Feb 2005 21:42:47 -0000 Message-ID: <4213BC9E.6050707@phreakout.net> Date: Wed, 16 Feb 2005 16:35:26 -0500 From: Bob Ababurko User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Risdon References: <421162ED.2070807@phreakout.net> <1108468114.23699.269.camel@lorna.circlesquared.com> <1108468382.23699.272.camel@lorna.circlesquared.com> In-Reply-To: <1108468382.23699.272.camel@lorna.circlesquared.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: how to configure a port for install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2005 21:35:31 -0000 Peter Risdon wrote: > On Tue, 2005-02-15 at 11:48 +0000, Peter Risdon wrote: > >>On Mon, 2005-02-14 at 21:48 -0500, Bob Ababurko wrote: >> >>>Hello- >>> >>>I am trying to figure out how to configure the ports....what I am trying >>>to do is add mhash to my system that a new script needs and I have to >>>add the --with-mhash=[dir] when I compile php. Well I installed php >>>with the ports and I am hoping to reinstall it with this added. I have >>>tried to add it to the Makefile under the configure options, but I got >>>an error that said: "Unassociated shell command". That obviously is not >>>the right way. >> >>Just install: >> >>/usr/ports/security/php4-mhash >> >>on top of your existing php installation. >> >>An alternative is to install /lang/php4-extensions and check the >>relevant boxes. > > > Ugh. errant slash: > > install lang/php4-extensions > > Peter. > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > After installing php4-mhash, I cannot get apache to restart. I cannot find anything in the logs, namely http-error.log probabl because apache needs to be started. I am not finding anything in the /var/log/messages either. When I start apache from the command line, it gives me the message the httpd has been started but there doesn't. What could be wrong? btw, this is installing on apache ....WAIT a moment. When I do a pkg_info, I get apache+mod_ssl-1.3.31+2.8.19. Could that be my problem? Does that mean that there are two versions of apache installed? I do not remember doing this....as a matter of fact I know I did not do this. Can someone shed some light on this for me? -Bob