From owner-freebsd-questions@FreeBSD.ORG Wed Jan 24 14:32:27 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0903016A401 for ; Wed, 24 Jan 2007 14:32:27 +0000 (UTC) (envelope-from warrenhead@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.238]) by mx1.freebsd.org (Postfix) with ESMTP id AF00B13C4A5 for ; Wed, 24 Jan 2007 14:32:26 +0000 (UTC) (envelope-from warrenhead@gmail.com) Received: by wr-out-0506.google.com with SMTP id 71so136752wri for ; Wed, 24 Jan 2007 06:32:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=rfMCYUEwS1SOixTAv+ynoDs0TCLj34uKXBvoSAo/oxYqGS73s+9slDsGmsnrxJfeegqz9yc/oBG1yoNCFcIXf5bzVHUKWTSh7u4VYLZubFoxe1n/1kgGZFPksuwaBIfhH8cWE3sgxGFr18LS7gg8A1R0H49hax7QZN1eUZD2ad4= Received: by 10.78.97.7 with SMTP id u7mr652637hub.1169649142608; Wed, 24 Jan 2007 06:32:22 -0800 (PST) Received: by 10.78.140.9 with HTTP; Wed, 24 Jan 2007 06:32:22 -0800 (PST) Message-ID: <51e113440701240632t7a5e6a4apfde6851f7b61271b@mail.gmail.com> Date: Wed, 24 Jan 2007 15:32:22 +0100 From: "Warren Head" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: compiling postgresql with tsearch2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jan 2007 14:32:27 -0000 Hi, I am looking for a postgresql installation with the tsearch2 module. I require the tsearch2 module for mediawiki. When I install the mediawiki, it tells me my postgresql server does not have the tsearch2 module loaded. I installed postgresql 8.1-server from the ports. The tsearch2 code is available in one of its subdirectories, but I don't know how I can get that compiled as a module. I am new to FreeBSD, and thus new to the ports, so not having to ./configure --myoptions is new to me. Sofar I like it though. So, should I compile it afterwards or should I change something in some configure file? What I could find on the net is that I should compile tsearch2 from its own directory afterwards, but that is on linux. Thanks, Warren