Re: [Rdkit-discuss] RDKit / Postgresql installation
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
|
From: Greg L. <gre...@gm...> - 2012-04-06 06:11:21
|
On Thu, Apr 5, 2012 at 4:13 PM, Hans De Winter <han...@sk...> wrote: > > 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' Hrm. That looks ok. The problem should not be the presence of $libdir in the installed rdkit.sql file; that's what's supposed to happen. Maybe you can try this experiment and see if it works: psql hans < /usr/share/postgresql/contrib/rdkit.sql An aside: it looks like you're using a version of postgresql older than v9.1. Is there a particular reason for that? -greg |