View previous topic :: View next topic |
Author |
Message |
Pipe n00b
Joined: 04 Feb 2003 Posts: 39 Location: Saxony, Germany
|
Posted: Thu Sep 18, 2003 1:00 am Post subject: mod_php fehlt was |
|
|
Yoaho!
Beim compilieren von mod_php kommt folgender fehler:
Code: |
Configuring extensions
checking for ZLIB support... yes
checking if the location of ZLIB install directory is defined... /usr/lib
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... yes
checking whether to enable ctype functions... yes
checking for CURL support... no
checking for cyrus imap support... no
checking for xDBM support... no
checking whether to enable DBA... no
checking for GDBM support... no
configure: error: cannot find necessary header file(s)
!!! ERROR: dev-php/mod_php-4.3.2-r4 failed.
!!! Function econf, Line 324, Exitcode 1
!!! econf failed
|
Was fehlt mir den hier? Kann das nicht deuten.
Gruß, Pipe _________________ ==> plz visit www.PAX-Studios.de & @Quakenet #PAX-Studios |
|
Back to top |
|
|
Beforegod Bodhisattva
Joined: 10 Apr 2002 Posts: 1494 Location: Frankfurt/Main
|
Posted: Thu Sep 18, 2003 2:37 pm Post subject: |
|
|
Sieht aus als würdest Du nicht gd installiert haben.
Probier mal
Code: |
emerge libgd
env-update
emerge mod_php
|
was micht aber wundert ist das es keine Abhängigkeit von seitens mod_php gibt .. |
|
Back to top |
|
|
rojaro l33t
Joined: 06 May 2002 Posts: 732
|
Posted: Fri Sep 19, 2003 11:58 am Post subject: |
|
|
Beforegod wrote: | Sieht aus als würdest Du nicht gd installiert haben. |
neeeeeeeeeee ... GDBM hat nix mit GD zu tun. erstens bringt mod_php seit einiger zeit seine eigene GD library mit (die normale externe version libgd wird nur benutzt wenn man den gd-external use flag setzt), und zweitens, GDBM ist GNU DBM - eine library fuer flatfile datenbanken und hashtables. emerge sys-libs/gdbm sollte helfen. wundert mich allerdings das er meldet das er die headerfiles nicht findet, da gdbm eigentlich auf fast jeder linuxkiste existiert und mod_php auch ne dependency drauf hat. however, falls du (Pipe) GDBM nicht brauchst, versuchs mal mit USE="-gdbm" emerge mod_php, dann sollte das auf jeden fall funktionieren. _________________ A mathematician is a machine for turning coffee into theorems. ~ Alfred Renyi (*1921 - †1970) |
|
Back to top |
|
|
Pipe n00b
Joined: 04 Feb 2003 Posts: 39 Location: Saxony, Germany
|
Posted: Sat Sep 20, 2003 9:48 am Post subject: |
|
|
Yoa!
Das hat leider alles nix geholfen. Weder ein -gdbm in der /etc/make.conf noch ein emerge gdbm && emerge mod_php nach vorherigem gdbm in der /etc/make.conf bringt was. Jemand noch ne Idee?
Danke und Gruß, Pipe _________________ ==> plz visit www.PAX-Studios.de & @Quakenet #PAX-Studios |
|
Back to top |
|
|
Pipe n00b
Joined: 04 Feb 2003 Posts: 39 Location: Saxony, Germany
|
Posted: Wed Oct 08, 2003 7:23 am Post subject: |
|
|
Yoa!
Jetzt geht es. Habe es nach dem Urlaub einfach nochmal mit einem probiert und es geht. Habe jetzt version 4.3.3-r1 drauf.
Thx, trotzdem.
Pipe _________________ ==> plz visit www.PAX-Studios.de & @Quakenet #PAX-Studios |
|
Back to top |
|
|
|