Hi!
Recently I have installed a new server at home for learning reasons. No web server etc. were installed, so I downloaded the apache1.3.14 the php4.0.3pl1 and the postgresql7.0.2 sources.
I unpacked the sources and then tried to configure php with command: ./configure --with-apache=/usr/src/apache-1.3.14 --with-pgsql=/usr/src/postgresql-7.0.2 --enable...
That seemed to work.
Then I tried make. But after a few minutes it interrupted with Error code 1. It said that "postgres.h" (and two other headers) - "No such file or directory".
I find these headers correctly in the postgresql/src/include directory.
What may be the problem.
Thanks to everyone for solutions