Skip to Content.
Sympa Menu

sm-grimoire - Re: [SM-Grimoire]PHP cast failure . . .

sm-grimoire AT lists.ibiblio.org

Subject: Discussion of Spells and Grimoire items

List archive

Chronological Thread  
  • From: "Sergey A. Lipnevich" <sergeyli AT pisem.net>
  • To: Jason Flatt <jasonflatt AT wizard.com>
  • Cc: sm-grimoire AT lists.ibiblio.org
  • Subject: Re: [SM-Grimoire]PHP cast failure . . .
  • Date: Tue, 26 Nov 2002 01:28:08 -0500

Remove optional_depends on bzip2

Jason Flatt wrote:

I just attempted to cast apache2, php and mysql. Apach2 and mysql cast and install fine, but php fails during ./configure with:

Configuring extensions
checking if the location of ZLIB install directory is defined... no
checking for ZLIB support... yes
checking for gzgets in -lz... yes
checking for fopencookie... yes
checking for ASPELL support... no
checking whether to enable bc style precision math functions... yes
checking for BZip2 support... yes
checking for BZip2 in default path... found in /usr
checking for BZ2_bzerror in -lbz2... ! Problem Detected !
no
configure: error: bz2 module requires libbz2 >= 1.0.0
Creating /var/log/sorcery/compile/php-4.2.3.bz2
Finished processing install requests.

Spells installed successfully:
------------------------------

Spells that encountered problems:
---------------------------------
php


I have bzip2 installed and the file I believe it's looking for in /usr/lib:

root@jason:/test/devel/php# ll /usr/lib/libbz*
-rw-r--r-- 1 root root 62650 Sep 13 04:10 /usr/lib/libbz2.a
lrwxrwxrwx 1 root root 15 Sep 13 04:10 /usr/lib/libbz2.so.1.0 -> libbz2.so.1.0.2
-rwxr-xr-x 1 root root 66731 Sep 13 04:10 /usr/lib/libbz2.so.1.0.2


Does anyone have a clue what I need to change to get PHP installed?








Archive powered by MHonArc 2.6.24.

Top of Page