Re: [Rdkit-discuss] RDKit / Postgresql installation
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
|
From: Greg L. <gre...@gm...> - 2012-04-05 13:48:27
|
Dear Hans, On Thu, Apr 5, 2012 at 11:59 AM, Hans De Winter <han...@sk...> wrote: \> > after struggling for some time to get the postgresql extension to RDKit > compiled, I now get another error whilst checking the installation: > <snip> > Inspection of > the /usr/local/src/RDKit_2011_12_1/Code/PgSQL/rdkit/regression.diffs file > learns that a $libdir/rdkit file cannot be accessed (see below). > > Also, the following shell-commands: > >> createdb hans >> psql hans < /usr/local/src/RDKit_2011_12_1/Code/PgSQL/rdkit/rdkit.sql > > return: > > SET > ERROR: could not access file "$libdir/rdkit": No such file or directory > NOTICE: type "mol" is not yet defined > DETAIL: Creating a shell type definition. Did you by any chance forget to do a "make install" before the "make installcheck"? -greg |