From owner-freebsd-questions@FreeBSD.ORG Sat Sep 18 11:14:52 2004 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 1E94B16A4CE for ; Sat, 18 Sep 2004 11:14:52 +0000 (GMT) Received: from p15140542.pureserver.info (papendorf-se.de [217.160.222.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id C773243D3F for ; Sat, 18 Sep 2004 11:14:51 +0000 (GMT) (envelope-from freebsd@nagilum.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by p15140542.pureserver.info (Postfix) with ESMTP id 10DEC2F411C; Sat, 18 Sep 2004 13:14:51 +0200 (CEST) Received: from p15140542.pureserver.info ([127.0.0.1]) by localhost (p15140542 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09988-02; Sat, 18 Sep 2004 13:14:49 +0200 (CEST) Received: from cakebox.homeunix.net (stgt-d9bb31e6.pool.mediaWays.net [217.187.49.230]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by p15140542.pureserver.info (Postfix) with ESMTP id 0594E2F4119; Sat, 18 Sep 2004 13:14:49 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by cakebox.homeunix.net (Postfix) with ESMTP id 60D633029E1; Sat, 18 Sep 2004 13:13:57 +0200 (CEST) Received: from cakebox.homeunix.net ([127.0.0.1]) by localhost (cakebox.tis [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15354-08; Sat, 18 Sep 2004 13:13:47 +0200 (CEST) Received: from [10.1.1.4] (scorpio.tis [10.1.1.4]) by cakebox.homeunix.net (Postfix) with ESMTP id D7FA0302902; Sat, 18 Sep 2004 13:13:41 +0200 (CEST) Message-ID: <414C1895.4080608@nagilum.org> Date: Sat, 18 Sep 2004 13:14:29 +0200 From: Nagilum User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: fbsd_user@a1poweruser.com References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at cakebox.homeunix.net X-Virus-Scanned: by amavisd-new at papendorf-se.de cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: php4 + mhash 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: Sat, 18 Sep 2004 11:14:52 -0000 Try this: cd /usr/ports/security/php4-mhash && make install and don't forget to make sure you have something like extension_dir = "/usr/local/lib/php/20020429/" in your /usr/local/etc/php.ini (must point to the directory where your mhash.so is located) Regards, Alex. fbsd_user wrote: >how do I tell the php4 port to include mhash? >_______________________________________________ >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" > >