Our webhoster moved us to a 64Bit CentOS. I installed postgresql-9.1.3 from
source.
I run into trouble when trying to create the tablefunc extension
b2blogin_mailrocket=# create extension tablefunc;
ERROR: could not load library
"/home/b2blogin/lib/postgresql/tablefunc.so":
/home/b2blogin/lib/po
the install again?
Thanks,
Jan
> On 20 October 2012 19:54, Jeff Janes wrote:
>>
>> On Sat, Oct 20, 2012 at 10:33 AM, Jan Mechtel wrote:
>> > Our webhoster moved us to a 64Bit CentOS. I installed postgresql-9.1.3 from
>> > source.
>>
>> Did you als
Thanks a lot, this worked. I read to detail the tablefunc.so and then go to
the postgres-9.1.3/contrib/ and call make + make install there.
On 20 October 2012 20:02, Jan Mechtel wrote:
> Thanks for the quick reply,
> This could indeed be a solution since the webhosting migrated the old
&g
Our webhoster moved us to a 64Bit CentOS. I installed postgresql-9.1.3 from
source.
I run into trouble when trying to create the tablefunc extension
b2blogin_mailrocket=# create extension tablefunc;
ERROR: could not load library
"/home/b2blogin/lib/postgresql/tablefunc.so":
/home/b2blogin/lib/po
the
install again?
Thanks,
Jan
On 20 October 2012 19:54, Jeff Janes wrote:
> On Sat, Oct 20, 2012 at 10:33 AM, Jan Mechtel wrote:
> > Our webhoster moved us to a 64Bit CentOS. I installed postgresql-9.1.3
> from
> > source.
>
> Did you also install contrib from the sa