SoloCodigo

Programación Web y Scripting => PHP => Mensaje iniciado por: daniel en Miércoles 30 de Octubre de 2002, 18:48

Título: Re: Compilar php
Publicado por: daniel en Miércoles 30 de Octubre de 2002, 18:48
hice lo siguiente luego de obtener las fuentes:

-go.sh
                 #!/bin/sh
                 ./configure
                 --with-apxs=/usr/sbin/apxs
                 --enable-magic-quotes
                 --with-zlib=/usr
                 --enable-bcmath
                 --enable-dbase
                 --enable-ftp
                 --with-gettext=/usr
                 --enable-mailparse
                 --with-pgsql=/var/lib/pgsql
                 --enable-trans-sid
                 --enable-sockets
                 --enable-wddx

- lo converti en ejecutable chmod +x go.sh
- cuando lo ejecuto: ./go.sh
me sale el siguiente error
configure: error: Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path

ya tengo las fuentes de postgre, pero no se como hacer para corregir el error.( mejor dicho como compilar el postgre de manera correcta)
Título: Compilar php
Publicado por: xanatos en Jueves 6 de Marzo de 2003, 19:24
ya compilaste he instalaste tu postgres:D