From owner-freebsd-ports@FreeBSD.ORG Thu Oct 2 10:48:57 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AC261065686 for ; Thu, 2 Oct 2008 10:48:57 +0000 (UTC) (envelope-from pawciobiel@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id DABB78FC0A for ; Thu, 2 Oct 2008 10:48:56 +0000 (UTC) (envelope-from pawciobiel@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so679866fgb.35 for ; Thu, 02 Oct 2008 03:48:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=lHgDeqTmSkCogSAtYE/uXzqbem8TlSP3ePwPA0GVvlg=; b=pgfK/xRemegYXtHmC3+j0vu3Z2AX8XkgaHbZiAig5sHO45VWEuyMI+S10rYWYBAvHK k/7NxdWt1HUOQMMFir1wYAEqddAbfzovSfbhnnvvcsrK/NkvaiOBxi6j4TQoao86Pq+o Mst/zzfmewJKMDgCpuwlbHZzSbfiQpTrCzpPs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=X8oGCP7IYdQ1FcbueuUZc+Kzm9dJFKrATntYpgh48s2YTQXKNKfyzAGVSgNpnRr+0N gycT+sMBfYGXeHNQavgvY/nGcd371nKrFYDwv1n8hEzv/krJtVCnA5tAadgZhI37Urqy qbGgFXIkJ/lfNObJYR8KR9vnH1W2X5XT+LX0w= Received: by 10.103.207.11 with SMTP id j11mr6692098muq.47.1222944535326; Thu, 02 Oct 2008 03:48:55 -0700 (PDT) Received: from ?10.0.0.11? (164-bem-14.acn.waw.pl [82.210.185.164]) by mx.google.com with ESMTPS id w5sm5373439mue.10.2008.10.02.03.48.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 02 Oct 2008 03:48:54 -0700 (PDT) Message-ID: <48E4A715.60506@gmail.com> Date: Thu, 02 Oct 2008 12:48:53 +0200 From: P Bielecki User-Agent: Thunderbird 2.0.0.17 (X11/20080925) MIME-Version: 1.0 To: FreeBSD Daemon References: <48E49EB4.3060806@gmx.net> In-Reply-To: <48E49EB4.3060806@gmx.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-ports@freebsd.org Subject: Re: php5 on a system upgraded from FBSD5.4R to FBSD6.3-p3 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: Thu, 02 Oct 2008 10:48:57 -0000 FreeBSD Daemon pisze: > dear list, > > i just upgraded my system from 5.4R to 6.3-p3 > when i now try to install php5 w/ apache integration (apache module) i > get the following error when i try to start apache20: > > Cannot load /usr/local/libexec/apache2/libphp5.so into server: > /usr/local/libexec/apache2/libphp5.so: Undefined symbol "__res_ninit" > > I googled but neither of the solution provided by the net community > works ... i would really appreciate help. > > Thanks in advance! > > Zheyu Install compat5x, compat6x, update ports and index, (cvsup..., portsdb -Fu), rebuild all your ports (portupgrade -aP) and build apache2, or 22, and php5 with it's APR. Hope it helps. Paweł Bielecki