From owner-freebsd-amd64@FreeBSD.ORG Sat May 14 20:22:49 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F4E016A4CE for ; Sat, 14 May 2005 20:22:49 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E2FA43D78 for ; Sat, 14 May 2005 20:22:49 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so544429rng for ; Sat, 14 May 2005 13:22:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZYrtxpIATM/bnciuEksFSd/CESIImZffRCHigbWjAHBcHCGJJXPw+5H0hQxy6FAb52phhrmA0jS/5FqHfkcdYKinpgdzU5ubRMNrzMxs+kDK/NI0IKdiwHs987zcXOCPbOCiHF193ZE/eGW3nb1Y295T/f7q92WFTj/DIiNJn3c= Received: by 10.38.71.62 with SMTP id t62mr2119970rna; Sat, 14 May 2005 13:22:48 -0700 (PDT) Received: by 10.38.149.66 with HTTP; Sat, 14 May 2005 13:22:48 -0700 (PDT) Message-ID: Date: Sat, 14 May 2005 22:22:48 +0200 From: Claus Guttesen To: Tim Traver In-Reply-To: <428621BD.9010902@simplenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <428621BD.9010902@simplenet.com> cc: freebsd-amd64@freebsd.org Subject: Re: [PHP] Compiling PHP 4.3.11 on FreeBSD 5.4 amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Claus Guttesen List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2005 20:22:49 -0000 > For some reason, when I compile php on my FreeBSD 5.4 machine (amd64 > architecture), it is not creating the shared object file. >=20 > Here is my config : >=20 > ./configure --with-apxs=3D/usr/local/apache/bin/apxs --enable-ftp > --with-mcrypt=3D/usr/local -with-openssl -enable-url-fopen-wrapper > --enable-ftp --with-gd --with-zlib --with-jpeg-dir=3D/usr/local/lib > --with-png-dir=3D/usr/local/lib --with-ttf --enable-gd-native-ttf > --with-freetype-dir=3D/usr/local/lib --enable-shared Did you use the ports-collection? regards Claus