From owner-freebsd-questions@FreeBSD.ORG Sun Sep 26 19:13:55 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C50D106564A for ; Sun, 26 Sep 2010 19:13:55 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 627EB8FC0A for ; Sun, 26 Sep 2010 19:13:55 +0000 (UTC) Received: by iwn34 with SMTP id 34so5188139iwn.13 for ; Sun, 26 Sep 2010 12:13:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=6Ox5euteD2INTcOX78fv4Waau6muQcIvJFSvvk6g04M=; b=FDSR5e1c4qSgJa6p6xda/DDbGwCfJ/7/XW8Tu7K1VjBKA6xF6bmvqNhw3fVQxAJx76 ZERtBoI8hZxPQFIsCvm85fPJgXTzulHYYNMzJGx4Sh842YeugFTXykeNo2deKDbs0b4i /e50aTHQ0pGzswGLfA0Adx9oWBH6HFlxFBJ3s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=otzMuIQHBJusphOwaXNllallKx1JyC9pFTBxq2ZEUejfITVURuw8OVk23lvhvSWCyF VGu3OkGbE8520ZBP/zkiyzqEdOC7ibGcfYKpsbgkJ17yNgcQJCtMPQvKFBWP97H6ip4p ztNQdPhZXWfUaForrU08Q4RHG8SB6rQN55Zlc= MIME-Version: 1.0 Received: by 10.231.152.78 with SMTP id f14mr7832481ibw.60.1285528434887; Sun, 26 Sep 2010 12:13:54 -0700 (PDT) Received: by 10.231.190.129 with HTTP; Sun, 26 Sep 2010 12:13:54 -0700 (PDT) In-Reply-To: References: Date: Sun, 26 Sep 2010 21:13:54 +0200 Message-ID: From: Andy Wodfer To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: [SOLVED] Trouble enabling GD in php/apache 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: Sun, 26 Sep 2010 19:13:55 -0000 On Fri, Sep 24, 2010 at 1:52 PM, Andy Wodfer wrote: > I'm running FreeBSD 8.0 RELEASE. > > I can't get GD enabled. I have installed latestes php5 from ports aswell as > php5-extensions and enabled GD on the option screen: > > cd /usr/ports/lang/php5 > make deinstall > make clean > make rmconfig > make install clean > > cd /usr/ports/lang/php5-extensions > make deinstall > make clean > make rmconfig > make install clean > > I'm running the latest Apache 2.2.x version and GD 2.0.35. > > I'm currently doing a portupgrade -a to see if that helps, but I think not. > > What's the correct way of getting GD to work on Ie. a webshop (opencart)? > > Thanks for all help! > > Cheers, > Andy > I solved my problem by manually deleting /usr/local/lib/php/20090626/gd.so and reinstalling the php5-extensions. /Andreas