Re: createlang doesn't work

From: R(dot)Welz <linuxprodukte(at)gmx(dot)de>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: createlang doesn't work
Date: 2004-07-03 17:05:40
Message-ID: 3624597A-CD13-11D8-AC29-0003936EF152@gmx.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Ok. It seems that I had no libs in $libdir.
I ./configure(d), make, make install again with little changes and
everything is fine now. I have just installed plpgsql to one of my
databases.

Here is what worked:
./configure --prefix=/usr/local/pgsql --enable-threads=posix
--mandir=/usr/share/man --enable-nls=de,en --with-perl
--enable-thread-safety

Here is what I had before and what delivered only a plperl.so in
/usr/lib/postgresql:

./configure --enable-threads=posix --with-local-prefix=/usr/local
--mandir=/usr/share/man --libdir=/usr/lib --enable-nls=de,en
--with-perl --enable-thread-safety

But now everything is fine, thanks for help

Greetings,
Robert

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Roberto Rezende de Assis 2004-07-03 18:22:36 Why this does not work ??
Previous Message Tom Lane 2004-07-03 15:24:32 Re: createlang doesn't work