Problem bei php 4.3.2 Installation (bzip2)

Apache, Lighttpd, nginx, Cherokee
Post Reply
yoshi
Posts: 20
Joined: 2002-10-21 17:20
Location: Hannover
 

Problem bei php 4.3.2 Installation (bzip2)

Post by yoshi »

Hallo!

Ich versuche jetzt schon seit einiger Zeit php zu installieren, stolpere beim configure immer über diesen Fehler.
bzip2 ist installiert und ich habs auch schonmal neuinstalliert.

Fehlermeldung:

Code: Select all

Configuring extensions
checking for ZLIB support... yes
checking if the location of ZLIB install directory is defined... /usr
checking for gzgets in -lz... yes
checking whether to enable bc style precision math functions... yes
checking for BZip2 support... yes
checking for BZip2 in default path... not found
configure: error: Please reinstall the BZip2 distribution

bzip2 befindet sich in /usr/bin/bzip2.
Ich habe es sowohl mit, als auch ohne "--with-bz2=/usr/bin" probiert und bekomme jedes Mal diesen Fehler.



MfG,
Yoshi
gamecrash
Posts: 339
Joined: 2002-05-27 10:52
 

Re: Problem bei php 4.3.2 Installation (bzip2)

Post by gamecrash »

Evtl. sind die devel-Dateien von bzip2 nicht installiert...
yoshi
Posts: 20
Joined: 2002-10-21 17:20
Location: Hannover
 

Re: Problem bei php 4.3.2 Installation (bzip2)

Post by yoshi »

Hab ich auch gedacht, aber wie heißt der unter Debian?
Folgende habe ich schon probiert, aber die packages gibt es nicht:

bzip2-dev
bzip2-devel
bz2-dev
bz2-devel
d.m
Posts: 53
Joined: 2003-07-29 00:32
Location: Waltrop
 

Re: Problem bei php 4.3.2 Installation (bzip2)

Post by d.m »

Ist libbz2 installiert?
yoshi
Posts: 20
Joined: 2002-10-21 17:20
Location: Hannover
 

Re: Problem bei php 4.3.2 Installation (bzip2)

Post by yoshi »

d.m wrote:Ist libbz2 installiert?
Jetzt schon ;)
Hat aber nichts gebracht :(
gamecrash
Posts: 339
Joined: 2002-05-27 10:52
 

Re: Problem bei php 4.3.2 Installation (bzip2)

Post by gamecrash »

apt-get install libbz2-dev
alexander newald
Posts: 1117
Joined: 2002-09-27 00:54
Location: Hannover
Contact:
 

Re: Problem bei php 4.3.2 Installation (bzip2)

Post by alexander newald »

Findet denn

Code: Select all

find / -name bzlib.h 2>/dev/null 
etwas ?
yoshi
Posts: 20
Joined: 2002-10-21 17:20
Location: Hannover
 

Re: Problem bei php 4.3.2 Installation (bzip2)

Post by yoshi »

Alexander Newald wrote:Findet denn

Code: Select all

find / -name bzlib.h 2>/dev/null 
etwas ?
Nein.
yoshi
Posts: 20
Joined: 2002-10-21 17:20
Location: Hannover
 

Re: Problem bei php 4.3.2 Installation (bzip2)

Post by yoshi »

GameCrash wrote:apt-get install libbz2-dev
Das wars... Super!


MfG,
Yoshi
strauberry
Posts: 6
Joined: 2003-08-15 08:22
 

Re: Problem bei php 4.3.2 Installation (bzip2)

Post by strauberry »

Hi,

gibt es dieses apt-get install libbz2-dev auch für RedHat?
Nen locate apt hat leider nichts richtiges gefunden.

Danke!

Viele Grüsse
strauberry
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: Problem bei php 4.3.2 Installation (bzip2)

Post by Joe User »

man apt4rpm
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
strauberry
Posts: 6
Joined: 2003-08-15 08:22
 

Re: Problem bei php 4.3.2 Installation (bzip2)

Post by strauberry »

No manual entry for apt4rpm

Nicht so wirklich gut :wink:
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: Problem bei php 4.3.2 Installation (bzip2)

Post by Joe User »

google apt4rpm
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Post Reply