Re: [GENERAL] Dblink question

2004-05-20 Thread Joe Conway
Sam Masiello wrote: After doing lots of reading it looks like dblink might be a great solution for this. After trying to insert dblink.sql into the database, I just get a series of errors: ERROR: stat failed on file '$libdir/dblink': No such file or directory This is not a dblink error per se, but

Re: [GENERAL] Dblink question [SOLVED]

2004-05-19 Thread Sam Masiello
: Re: [GENERAL] Dblink question I ran "make" and "make install" which is what I thought the readme said to do. Did I miss something obvious? --Sam -Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 1:19 PM To: Sam Masiello

Re: [GENERAL] Dblink question

2004-05-19 Thread Sam Masiello
I ran "make" and "make install" which is what I thought the readme said to do. Did I miss something obvious? --Sam -Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 1:19 PM To: Sam Masiello Cc: [EMAIL PROTECTED] Subject:

Re: [GENERAL] Dblink question

2004-05-19 Thread Tom Lane
"Sam Masiello" <[EMAIL PROTECTED]> writes: > After trying to insert dblink.sql into the database, > I just get a series of errors: > ERROR: stat failed on file '$libdir/dblink': No such file or directory Did you compile the dblink shared library and install it in the correct place?