Re: [Rdkit-discuss] RDKit / Postgresql installation
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
|
From: Hans De W. <han...@sk...> - 2012-04-05 14:14:09
|
> > Did you by any chance forget to do a "make install" before the "make > installcheck"? No, both make && make install ran fine. 'make install' copied the files as follows: /bin/sh /usr/lib/postgresql/pgxs/src/makefiles/../../config/install-sh -c -d '/usr/lib/postgresql' /bin/sh /usr/lib/postgresql/pgxs/src/makefiles/../../config/install-sh -c -d '/usr/share/postgresql/contrib' /bin/sh /usr/lib/postgresql/pgxs/src/makefiles/../../config/install-sh -c -m 755 rdkit.so '/usr/lib/postgresql/rdkit.so' /bin/sh /usr/lib/postgresql/pgxs/src/makefiles/../../config/install-sh -c -m 644 ./uninstall_rdkit.sql '/usr/share/postgresql/contrib' /bin/sh /usr/lib/postgresql/pgxs/src/makefiles/../../config/install-sh -c -m 644 rdkit.sql '/usr/share/postgresql/contrib' Hans |