Compile PHP 4.4.4 and CentOS

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • lukas@os.pl

    Compile PHP 4.4.4 and CentOS

    What packages i should to install to compile PHP 4.4.4 without
    problems? I got this error:

    checking whether to enable DBA... yes
    checking for gdbm_open in -lgdbm... yes
    checking for GDBM support... yes
    configure: error: DBA: Could not find necessary header file(s).

    I read that I need:
    gdbm-1.8.0-24
    gdbm-devel-1.8.0-24
    bu I got them already and I still can't compile PHP.

  • Alvaro G. Vicario

    #2
    Re: Compile PHP 4.4.4 and CentOS

    *** lukas@os.pl escribió/wrote (1 Sep 2006 02:46:05 -0700):
    What packages i should to install to compile PHP 4.4.4 without
    problems? I got this error:
    >
    checking whether to enable DBA... yes
    checking for gdbm_open in -lgdbm... yes
    checking for GDBM support... yes
    configure: error: DBA: Could not find necessary header file(s).
    >
    I read that I need:
    gdbm-1.8.0-24
    gdbm-devel-1.8.0-24
    bu I got them already and I still can't compile PHP.
    Perhaps DBA are the "Database (dbm-style) Abstraction Layer Functions".
    According to manual, the required libraries depend on the handlers you
    enable.




    --
    -+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
    ++ Mi sitio sobre programación web: http://bits.demogracia.com
    +- Mi web de humor con rayos UVA: http://www.demogracia.com
    --

    Comment

    Working...