From owner-freebsd-questions@FreeBSD.ORG Thu Jun 16 09:07:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0779716A41C for ; Thu, 16 Jun 2005 09:07:22 +0000 (GMT) (envelope-from mefystofel@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC7D743D1F for ; Thu, 16 Jun 2005 09:07:21 +0000 (GMT) (envelope-from mefystofel@gmail.com) Received: by wproxy.gmail.com with SMTP id 55so300828wri for ; Thu, 16 Jun 2005 02:07:21 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=ExkWOlF/iYVMa4daQ2sgvQA3MXVk3NUbG8eLq+aRKyhUYb628RTov4NUMWLN3XxwZZv2EzjiQ7Qa6PftDSxZQgIeHutylXsPxlA9t63CV2dJFaI3+rU0gqydr+5IAW9PiQE8JVI1FWimSjyBP4UhGQTDcEjdQBYzk7JXMVKrCrA= Received: by 10.54.103.11 with SMTP id a11mr365651wrc; Thu, 16 Jun 2005 02:07:21 -0700 (PDT) Received: by 10.54.57.51 with HTTP; Thu, 16 Jun 2005 02:07:21 -0700 (PDT) Message-ID: Date: Thu, 16 Jun 2005 15:07:21 +0600 From: Roman Serbski To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Problem with PHP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Roman Serbski List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2005 09:07:22 -0000 Hello, Please help with the installation of PHP 4.3.11 under FreeBSD 5.4-STABLE. pkg_info | grep apache apache-2.0.54 Version 2 of Apache web server with prefork MPM. pkg_info | grep libtool libtool-1.5.10_1 Generic shared library support script (version 1.5) Apache has been compiled from ports with the following options: make WITH_STATIC_MODULES=3D"include rewrite auth vhost_alias ssl" WITH_LDAP=3Dyes WITH_SUEXEC=3Dyes SUEXEC_DOCROOT=3D/home install clean I'm trying to build PHP 4.3.11 from sources: ./configure \ --prefix=3D/usr/local/php4 \ --with-apxs2=3D/usr/local/sbin/apxs \ --with-zlib=3D/usr \ --with-mysql=3D/usr/local \ --with-gettext=3D/usr/local \ --enable-ftp \ --with-gd=3D/usr/local \ --with-expat=3D/usr/local \ --with-dom=3D/usr/local \ --with-iconv=3D/usr/local \ --enable-mime-magic \ --with-xml=3D/usr/local \ --enable-mbstring \ --with-jpeg-dir=3D/usr/local \ --with-png-dir=3D/usr/local \ --with-freetype-dir=3D/usr/local `./configure` and `make` do not show any errors, but when I try to `make install` the following error appears: Installing PHP SAPI module: apache2handler /usr/local/share/apache2/build/instdso.sh SH_LIBTOOL=3D'/usr/local/share/apache2/build/libtool' libphp4.la /usr/local/libexec/apache2 /usr/local/share/apache2/build/libtool --mode=3Dinstall cp libphp4.la /usr/local/libexec/apache2/ libtool: install: `libphp4.la' is not a valid libtool archive Try `libtool --help --mode=3Dinstall' for more information. apxs:Error: Command failed with rc=3D65536 . *** Error code 1 Any hints would be greatly appreciated! Thank you. Roman