From: books at ejurka.com (Kris Jurka) Date: Thu, 10 Apr 2008 10:06:23 -0600 Subject: [Pljava-dev] problem installing pljava 1.4.0 In-Reply-To: <20080410141625.z78w3tp748kw08wg@webcartero01.uc3m.es> References: <20080409220427.lgzow4m3nk0008o8@webcartero01.uc3m.es> <20080410141625.z78w3tp748kw08wg@webcartero01.uc3m.es> Message-ID: <47FE3AFF.9020001@ejurka.com> Teresa Quintanilla wrote: > > org.postgresql.util.PSQLException: ERROR: could not load library > "/usr/local/pljava/libpljava.so": /usr/local/pljava/libpljava.so: > undefined symbol:SetUserId > > Could the problem be library release libpljava.so? Where could I > downlaod another library release? > Yes, it is a library problem, but not a problem with the download. The pljava-8.2-1.4 release contains pljava.so, not libpljava.so, so you're trying to load another version of pljava that does not match your server version. Kris Jurka