From: senthil at senthil.net (senthil manickavasagam) Date: Fri, 15 Apr 2005 14:20:16 -0400 Subject: [Pljava-dev] RE: Help In-Reply-To: <425FFE94.5080704@mailblocks.com> Message-ID: <018401c541e7$c9731360$6401a8c0@mayil> >Exactly what are you using? Do you have a pre-compiled PL/Java? If you compile it, what's your setup? I am using all precompiled versions (binaries) downloaded from postgresql.org and gborg http://wwwmaster.postgresql.org/download/mirrors-ftp?file=win32%2Fpostgresql -8.0.2.zip and That's all I did. Another piece of info: I looked at postgres.exe and yes there is no entry point get_call_result_type Senthil Manickavasagam 508-423-6252 Neoteric Platforms - A better way to produce stories. -----Original Message----- From: Thomas Hallgren [mailto:thhal at mailblocks.com] Sent: Friday, April 15, 2005 1:49 PM To: senthil manickavasagam Subject: Re: Help senthil manickavasagam wrote: > Hi **Thomas:** > > **I am trying to install pljava on my win2000 postgres installation. ** > > **I am running 8.0.2 and did everything that readme asked to do.** > > **(Edited the conf file)** > > **(put the paths etc)** > > ** ** > > **When I do** > > java org.postgresql.pljava.deploy.Deployer -install -database dbname > -user username -password passwd > > > > I get an ominous dialog that says: > > The procedure entry point get_call_result_type could not be located in > the dynamic link library postgres.exe > > > > And law and behold depends.exe says that libpljava.dll cannot > reconcile get_call_result_type. > > > > What am I missing? Please help. > Barring me making a huge mistake when I created the 1.1.0 release, the only way I see that happen is if you have a CVS head version of PostgreSQL installed (i.e. 8.1) compile the PL/Java using that, and then try to run using a 8.0.2. Exactly what are you using? Do you have a pre-compiled PL/Java? If you compile it, what's your setup? Regards, Thomas Hallgren PS. Please direct further questions to the pljava-dev at gborg.postgresql.org mailing list. This is an open source project and your question may be relevant to others facing the same problem. Also, since you reach a greater audience that way you increase your chances for helpful replies.