From owner-freebsd-questions@FreeBSD.ORG Thu Nov 11 19:45:24 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 D6C7F16A4CE for ; Thu, 11 Nov 2004 19:45:24 +0000 (GMT) Received: from av3-1-sn4.m-sp.skanova.net (av3-1-sn4.m-sp.skanova.net [81.228.10.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53BB543D48 for ; Thu, 11 Nov 2004 19:45:24 +0000 (GMT) (envelope-from admin@swedehost.com) Received: by av3-1-sn4.m-sp.skanova.net (Postfix, from userid 502) id 59063381BA; Thu, 11 Nov 2004 20:45:23 +0100 (CET) Received: from smtp2-1-sn4.m-sp.skanova.net (smtp2-1-sn4.m-sp.skanova.net [81.228.10.183]) by av3-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id 4719C381BC; Thu, 11 Nov 2004 20:45:23 +0100 (CET) Received: from odin.swedehost.com (h171n2fls33o804.telia.com [217.209.211.171]) by smtp2-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id D380837E6B; Thu, 11 Nov 2004 20:45:22 +0100 (CET) Received: from [192.168.0.10] (thor.swedehost.com [192.168.0.10]) (authenticated bits=0) by odin.swedehost.com (8.12.11/8.12.11) with ESMTP id iABJjQ4N054111; Thu, 11 Nov 2004 20:45:26 +0100 (CET) (envelope-from admin@swedehost.com) Message-ID: <4193C13D.4090109@swedehost.com> Date: Thu, 11 Nov 2004 20:45:01 +0100 From: Admin User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Radek Kozlowski References: <4193B83A.2030102@swedehost.com> <20041111191920.GE21823@werd> In-Reply-To: <20041111191920.GE21823@werd> X-Scanned-By: MIMEDefang 2.48 on 192.168.0.1 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: Hasse cc: FreeBSD Questions Subject: Re: What's happening to FreeBSD 4.10 ? 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: Thu, 11 Nov 2004 19:45:24 -0000 Radek Kozlowski wrote: >On Thu, Nov 11, 2004 at 08:06:34PM +0100, Hasse wrote: > > >>And now ruby is seg faulting and core dumps when I run portsdb -uU >> >>odin# portsdb -uU >>Updating the ports index ... Generating INDEX.tmp - please >>wait..Warning: Duplicate INDEX entry: mod_jk2-apache2-2.0.2 >>Warning: Duplicate INDEX entry: mod_rpaf-ap2-0.5 >>Done. >>done >>[Updating the portsdb in /usr/ports ... - 11933 port >>entries found >>.........1000.........2000.........3000.........4000.........5000.........6000.........7000.........8000....../usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:587: >>[BUG] Segmentation fault >>ruby 1.8.2 (2004-07-29) [i386-freebsd4] >> >>Abort (core dumped) >> >> > >This has been asked too many times on the lists. See the original >suggestion of portupgrade's author and/or check the archives: > >http://lists.freebsd.org/pipermail/freebsd-ports/2004-September/016006.html > >-Radek >_______________________________________________ >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" > > > Ahhhh..... Sorry for that one. I'm a bit frustrated about my seg faulting Apache server :-) Thx for your pointer. The line " ENV['PORTS_DBDRIVER'] = 'dbm_hash' " have been added to my pkgtools.conf You might also have a point of direction to my other problem with seg faulting apache2 ? All my efforts are documented here if you are interested : http://lists.freebsd.org/pipermail/freebsd-ports/2004-September/016006.html The problem seems to be the php4-pcre-4.3.9 extension. What I understand from my digging, is that 4.3.4 version should work. I just don't know how to get hold of it, or how to install it. Well, I could download php4 4.3.4 version and extract it from the extension dir, but then what ? How do I install it and where ? Any help or advice would be highly appreciated. /Hasse.