Hi,
I installed postgres using /scripts/installpostgres (Using WHM and Cpanel). But I need to install tsearch2.. I'm trying to complie it (I then downloaded the source to get the contrib information), but I get this error (using gmake)
Makefile:31: ../../src/Makefile.global: No such file or directory
Makefile:32: /contrib/contrib-global.mk: No such file or directory
gmake: *** No rule to make target `/contrib/contrib-global.mk'. Stop.
In the .src file, there is a Makefile.global.in file.. So I was told that I needed to run configure and make on the postgres source, but not install it.. Then I could compile and install tsearch2.. Unfortunately that isn't going to well..
Is there an easier way to get the tsearch2 contrib installed? Should I uninstall postgres, and then redo it from source? Any suggestions?
Thanks
David
I installed postgres using /scripts/installpostgres (Using WHM and Cpanel). But I need to install tsearch2.. I'm trying to complie it (I then downloaded the source to get the contrib information), but I get this error (using gmake)
Makefile:31: ../../src/Makefile.global: No such file or directory
Makefile:32: /contrib/contrib-global.mk: No such file or directory
gmake: *** No rule to make target `/contrib/contrib-global.mk'. Stop.
In the .src file, there is a Makefile.global.in file.. So I was told that I needed to run configure and make on the postgres source, but not install it.. Then I could compile and install tsearch2.. Unfortunately that isn't going to well..
Is there an easier way to get the tsearch2 contrib installed? Should I uninstall postgres, and then redo it from source? Any suggestions?
Thanks
David