From owner-freebsd-hackers@FreeBSD.ORG Mon Mar 31 16:23:53 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2DA614E7 for ; Mon, 31 Mar 2014 16:23:53 +0000 (UTC) Received: from mail-ob0-x230.google.com (mail-ob0-x230.google.com [IPv6:2607:f8b0:4003:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E8D44651 for ; Mon, 31 Mar 2014 16:23:52 +0000 (UTC) Received: by mail-ob0-f176.google.com with SMTP id wp18so9445134obc.35 for ; Mon, 31 Mar 2014 09:23:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=FW0XTdZ5XOipI4TElF6gOMYHzXyjysXV4UKamqmxASw=; b=YIj1lrCOYh4KkZAJQ5JzMR0TcewDRfntiA5gqN6jCMrrHY/+kcCPD6+GZHG89dUdvU nxQxeygSmyI1y1MektE+rbsdxqJq54IiyTjW7NwRPRi+iIwwInYfb1PVTfImdUp6w6pa pJPKKYemTpiUIYcPtrVGUq8ffeOXThAMcDmBLCdqvss8ksGvVsoKomnrrjakE7gPhln4 c6HlvYdr8IUjRupha5BFLE57sD/wstVwNwdZCEtgpie8I9/FW76rTmTjrZzjbL2n/krY hEWHkVZm6Wy5sDpREbzH8B2/6JVNPWHN/SLfGejPPR0vj1k6fAk8a6MrfPnoSMO4Q2NT 4PgQ== MIME-Version: 1.0 X-Received: by 10.60.226.198 with SMTP id ru6mr3472881oec.49.1396283032227; Mon, 31 Mar 2014 09:23:52 -0700 (PDT) Sender: aled.w.morris@googlemail.com Received: by 10.182.14.35 with HTTP; Mon, 31 Mar 2014 09:23:52 -0700 (PDT) In-Reply-To: <20140401001447.1c6013d4@X220.alogt.com> References: <20140401001447.1c6013d4@X220.alogt.com> Date: Mon, 31 Mar 2014 17:23:52 +0100 X-Google-Sender-Auth: MzG88s7JcQjL64gfHgKaUo0iPe4 Message-ID: Subject: Re: despairing with apache httpd + php From: Aled Morris To: Erich Dollansky Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 16:23:53 -0000 On 31 March 2014 17:14, Erich Dollansky wrote: > This is how I have done it. Just get the source, compile and install. > But I do not think that it is important to do it like this. You also > can do a make install and get it all done in a single step. Compiling php-5.5.10 from source with: $ sh configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs $ make results in a build that can't be installed: $ sudo make install ...blah...blah... Warning! dlname not found in /usr/local/apache2/modules/libphp5.la. Assuming installing a .so rather than a libtool archive. chmod 755 /usr/local/apache2/modules/libphp5.so chmod: /usr/local/apache2/modules/libphp5.so: No such file or directory apxs:Error: Command failed with rc=65536 very frustrating! Aled