Programación Web y Scripting > PHP
Re: Compilar php
(1/1)
daniel:
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)
xanatos:
ya compilaste he instalaste tu postgres:D
Navegación
Ir a la versión completa