Probleme, PHP Update auf 4.3.2

Apache, Lighttpd, nginx, Cherokee
Post Reply
eisi
Posts: 65
Joined: 2002-10-05 16:07
 

Probleme, PHP Update auf 4.3.2

Post by eisi »

Hi Leute!

Ich bin dabei PHP auf die version 4.3.2 upzudaten.

so, habe es nach diesem howto gemacht: http://www.netsecond.net/howto/#php

habe alles gemacht was da steht, aber beim configure, kommt folgender fehler:
Configuring extensions
checking for ZLIB support... yes
checking if the location of ZLIB install directory is defined... no
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... found in /usr
checking for BZ2_bzerror in -lbz2... yes
checking whether to enable calendar conversion support... yes
checking for cpdflib support... no
checking for CRACKlib support... no
checking whether to enable ctype functions... yes
checking for CURL support... yes
checking for CURL in default path... found in /usr
checking for cURL 7.9.8 or greater... libcurl 7.10.2
checking for curl_easy_perform in -lcurl... yes
checking for curl_version_info in -lcurl... yes
checking for cyrus imap support... no
checking for xDBM support... no
checking whether to enable DBA... no
configure: error: cannot find necessary header file(s)
kann mir einer helfen?
ich weiß nicht, woran das liegt... :/

danke schonmal!
arty
Userprojekt
Userprojekt
Posts: 729
Joined: 2002-06-12 10:11
Contact:
 

Re: Probleme, PHP Update auf 4.3.2

Post by arty »

Hi,

du brauchst wohl die Header-Files von DBA.

bye
arty
eisi
Posts: 65
Joined: 2002-10-05 16:07
 

Re: Probleme, PHP Update auf 4.3.2

Post by eisi »

danke, aber woher bekomme ich die denn?

aber hmm.. da steht doch check whether to enable dba.. no.. also ist dba doch gar nicht aktiviert... also sollte er auch keine header files brauchen :/

oder sehe ich das falsch?
arty
Userprojekt
Userprojekt
Posts: 729
Joined: 2002-06-12 10:11
Contact:
 

Re: Probleme, PHP Update auf 4.3.2

Post by arty »

Hi,

IMHO ist DBA standardmäßig in PHP drin, die Header-Files bekommst du in den dev-Pakten deiner Distri.

bye
arty
eisi
Posts: 65
Joined: 2002-10-05 16:07
 

Re: Probleme, PHP Update auf 4.3.2

Post by eisi »

hm.. dba ist auch drin.. daran kanns eigentlich nicht liegen :/

danke für deine hilfe, hat noch jemand andere vorschläge?
bravesurfer
Posts: 170
Joined: 2003-05-08 12:17
Location: Stuttgart
 

Re: Probleme, PHP Update auf 4.3.2

Post by bravesurfer »

stehe im Moment vor dem selben Problem udn habe leider noch keine Lösung gefunden. Hier wird das Problem ja in mehreren Threads angesprochen, aber bisher hat wohl niemand eine Lösung gefunden!

Kann niemand helfen?


Mfg

M. Clemenz
noly
Posts: 5
Joined: 2003-10-30 16:21
 

Re: Probleme, PHP Update auf 4.3.2

Post by noly »

Hab das selbe Problem gibts schon eine Lösung ?
noly
Posts: 5
Joined: 2003-10-30 16:21
 

Re: Probleme, PHP Update auf 4.3.2

Post by noly »

Hmm das prob haben ja viele gibts da keine Problem Lösung ?
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: Probleme, PHP Update auf 4.3.2

Post by Joe User »

Wie sehen Eure ./configures aus?
noly
Posts: 5
Joined: 2003-10-30 16:21
 

Re: Probleme, PHP Update auf 4.3.2

Post by noly »

ich habe die configures aus dem tutorial hier verwendet: http://www.netsecond.net/howto/#php
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: Probleme, PHP Update auf 4.3.2

Post by Joe User »

Du/Ihr müsst mindestens ein notwendiges *-devel-Paket nicht installiert haben. Welches, lässt sich aus dem geposteten Logauszug leider nicht ermitteln, sorry.
Post Reply