You are not logged in.
Pages: 1
Hi.
I've installed Arch on my computer but I'm having a problem now with postgresql and a missing library. I'm developing some add ons to Openbravo and I need to use postgresql and UUID that is provided by uuid-ossd.so lib that according to the docs on Openbravo and other sites is from postgresql-contrib package. The problem is that I've installed the contrib package on my Arch and there is nothing there regarding uuid!
I've tryed with the contrib package from pacman and even one from AUR but can't manage to have uuid-ossd.so lib .
How can I solve this problem? Any other package that provides this missing lib for postgresql?
Thanks,
Mike
Offline
I'd suggest building PostgreSQL from source, and making sure you include the contrib you want before you compile. It's really quite easy, and gives you better control over your PG install, especially when major updates happen. (eg, 7.4 to 8.0)
Last edited by fukawi2 (2009-01-26 22:20:56)
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Pages: 1