Hi Richard/Roland
My name is Nirav & I need your help on an important issue. We are having a portal where we are using postgreSQL database. It was uop & running fine for the last 4 months & it has got some valuable data residing. Suddenly one fine day postmaster went down & while restarting it we got an error - saying " FATAL error : permission denied. remove /tmp/.s.PGSQL.5432 " We had gor this error previously & removed the suggested file & it got started fine after that. But this time it was different. To my surprise there was no file named as .s.PGSQL.5432 & we tried reinstalling postgres but postmaster is not getting started. After that I move the entire database directory ( we have installed it in /home/postgres dir) to some other location. Now I am facing another problem & that is after gunzip & tar command I do ./configure --prefix=/home/postgres which goes through properly. But when I do gmake it gives me following error. # gmake gmake lexverify gmake[1]: Entering directory `/home/postgres/postgresql-6.5.3/src' gmake -C lextest all gmake[2]: Entering directory `/home/postgres/postgresql-6.5.3/src/lextest' lex scan.l gmake[2]: lex: Command not found gmake[2]: *** [lextest] Error 127 gmake[2]: Leaving directory `/home/postgres/postgresql-6.5.3/src/lextest' gmake[1]: *** [lexverify] Error 2 gmake[1]: Leaving directory `/home/postgres/postgresql-6.5.3/src' gmake: *** [all] Error 2 and comes out. Can you help me on this? I did gmake --version & found your name. I will really appreciate your help. I just gave the history of what has happened to give you a better idea of what has happened. Awaiting for your reply. Thanks & Regards, Nirav Shah. Download NeoPlanet at http://www.neoplanet.com |
- Re: gmake query nirav
- Re: gmake query Eric Christopher