On Thu, Apr 5, 2012 at 4:13 PM, Hans De Winter <[email protected]> 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 ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

