From owner-freebsd-ports@FreeBSD.ORG Mon Apr 9 06:18:05 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E75B16A400 for ; Mon, 9 Apr 2007 06:18:05 +0000 (UTC) (envelope-from infofarmer@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 0CB4013C45A for ; Mon, 9 Apr 2007 06:18:04 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by wr-out-0506.google.com with SMTP id 50so789244wra for ; Sun, 08 Apr 2007 23:18:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=BsN5Wc3nmXvYDTWZmq5BLPgF9qlubOQJgHD8XV+q3BixVxEt07L5M7zguEPBLswCqRIc/35bySVvfVz6f5zb7FmmrDM+E1KtUqEwzKuJOqL0CyXdHPNoIIrYOl6oh9JpwUHdc9dl4hiNtdCtXceYFZJGVPs21Opye573eRnllVk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=atT3ODmBr9BAHVpHU/XAn98v2fy3mupgbQGGnpRhxgpI0lE52Ol6tYAeB7sIo4CnkDCzgGNJCes19SnGEtqOW5MNDhfglpKdFzaK4l04FhXe+6EZLMSsdv37obzNLX8NiR7v28aV2VuUhXgLJ8EnvxAWEUc7DcCN+Y2xrBk1Uhk= Received: by 10.114.171.1 with SMTP id t1mr790986wae.1176099483739; Sun, 08 Apr 2007 23:18:03 -0700 (PDT) Received: by 10.114.201.2 with HTTP; Sun, 8 Apr 2007 23:18:03 -0700 (PDT) Message-ID: Date: Mon, 9 Apr 2007 10:18:03 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: beech@alaskaparadise.com In-Reply-To: <200704082058.24927.beech@alaskaparadise.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704082058.24927.beech@alaskaparadise.com> X-Google-Sender-Auth: 4c725d23ad253325 Cc: freebsd-ports@freebsd.org Subject: Re: PHP error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 06:18:05 -0000 On 4/9/07, Beech Rintoul wrote: > I have a port which calls php -m as a test from the makefile. Problem > is if I do php -m I get the following: > > stargate# php -m > /libexec/ld-elf.so.1: /usr/local/lib/php/20060613/imap.so: Undefined > symbol "ssl_onceonlyinit" > > I tried rebuilding php & the module involved, but no joy. > > Does anyone have a suggestion? I'm running the following: > > FreeBSD 7.0-CURRENT #113: Sun Apr 8 08:27:49 AKDT 2007 > Apache-2.0.59 > php5-5.2.1_3 > php5-imap-5.2.1_3 > > This worked about a month ago. Did you follow UPDATING when upgrading ports? In particular, there's been a gettext and some other interesting updates. If all else fails, go the "pkg_delete -a" way.