agora inbox for pljava-dev@postgresql.org  
help / color / mirror / Atom feed
[Pljava-dev] could not load library "libpljava.dll": dynamic load errorpljava-dev@gborg.postgresql.org
3+ messages / 0 participants
[nested] [flat]

* [Pljava-dev] could not load library "libpljava.dll": dynamic load errorpljava-dev@gborg.postgresql.org
@ 2005-06-20 17:42 
  2005-06-20 18:24 ` [Pljava-dev] could not load library "libpljava.dll": dynamic load	errorpljava-dev@gborg.postgresql.org 
  2005-06-23 01:42 ` [Pljava-dev] could not load library "libpljava.dll": dynamic load errorpljava-dev@gborg.postgresql.org 
  0 siblings, 2 replies; 3+ messages in thread

From:  @ 2005-06-20 17:42 UTC (permalink / raw)

Hello

I'm having a problem when i try to install pl/java in my windows.

It give me always the error:

ERROR: could not load library "c:/pljava/libpljava.dll": dynamic load error

i thougth that i should move the libpljava.dll to system32 directory,
but the error is the same.

i have tried to follow the foruns, but i think that all the
configurations are correct.

Directory of:

java:       C:\Program Files\Java\jdk1.5.0
pljava:     C:\pljava
postgres:   C:\Program Files\PostgreSQL8.0


I also made some modifications in postgresql.conf file:


dynamic_library_path = '$libdir;c:\\pljava'
custom_variable_classes = 'pljava'
pljava.classpath = 'c:\\pljava\\pljava.jar'


System variables:
classpath:
.;C:\Program Files\PostgreSQL8.0\jdbc\postgresql-8.0-311.jdbc3.jar;
c:\pljava\deploy.jar

path:
C:\Program Files\java\jdk1.5.0\jre\bin;
C:\Program Files\java\jdk1.5.0\jre\bin\client;
C:\Program Files\PostgreSQL8.0\bin;


ld_library_path:
C:\Program Files\Java\jdk1.5.0\jre\bin;C:\Program
Files\java\jdk1.5.0\jre\bin\client;

I hope that someone can help me.

thanks

-- 
Humberto Carvalho




^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* [Pljava-dev] could not load library "libpljava.dll": dynamic load	errorpljava-dev@gborg.postgresql.org
  2005-06-20 17:42 [Pljava-dev] could not load library "libpljava.dll": dynamic load errorpljava-dev@gborg.postgresql.org 
@ 2005-06-20 18:24 ` 
  1 sibling, 0 replies; 3+ messages in thread

From:  @ 2005-06-20 18:24 UTC (permalink / raw)

Humberto,
Check your postgresql.conf dynamic_library_path setting and the PATH 
environment setting. All other settings are irrelevant for the error 
that you get. Nothing should be moved to the system32 directory.

You will find a fair amount of threads covering this issue in the 
mailing-list archive. Perhaps they can be of help.

Regards,
Thomas Hallgren

>Hello
>
>I'm having a problem when i try to install pl/java in my windows.
>
>It give me always the error:
>
>ERROR: could not load library "c:/pljava/libpljava.dll": dynamic load error
>
>i thougth that i should move the libpljava.dll to system32 directory,
>but the error is the same.
>
>i have tried to follow the foruns, but i think that all the
>configurations are correct.
>
>Directory of:
>
>java:       C:\Program Files\Java\jdk1.5.0
>pljava:     C:\pljava
>postgres:   C:\Program Files\PostgreSQL8.0
>
>
>I also made some modifications in postgresql.conf file:
>
>
>dynamic_library_path = '$libdir;c:\\pljava'
>custom_variable_classes = 'pljava'
>pljava.classpath = 'c:\\pljava\\pljava.jar'
>
>
>System variables:
>classpath:
>.;C:\Program Files\PostgreSQL8.0\jdbc\postgresql-8.0-311.jdbc3.jar;
>c:\pljava\deploy.jar
>
>path:
>C:\Program Files\java\jdk1.5.0\jre\bin;
>C:\Program Files\java\jdk1.5.0\jre\bin\client;
>C:\Program Files\PostgreSQL8.0\bin;
>
>
>ld_library_path:
>C:\Program Files\Java\jdk1.5.0\jre\bin;C:\Program
>Files\java\jdk1.5.0\jre\bin\client;
>
>I hope that someone can help me.
>
>thanks
>
>  
>






^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* [Pljava-dev] could not load library "libpljava.dll": dynamic load errorpljava-dev@gborg.postgresql.org
  2005-06-20 17:42 [Pljava-dev] could not load library "libpljava.dll": dynamic load errorpljava-dev@gborg.postgresql.org 
@ 2005-06-23 01:42 ` 
  1 sibling, 0 replies; 3+ messages in thread

From:  @ 2005-06-23 01:42 UTC (permalink / raw)

I tried to change de dll file to c: directory and also change the
dynamic_library_path to:
"dynamic_library_path = '$libdir;c:\\'

and now it works...

Thanks for your advice...

Humberto Carvalho


On 6/20/05, Thomas Hallgren <thhal at mailblocks.com> wrote:
> Humberto,
> Check your postgresql.conf dynamic_library_path setting and the PATH
> environment setting. All other settings are irrelevant for the error
> that you get. Nothing should be moved to the system32 directory.
> 
> You will find a fair amount of threads covering this issue in the
> mailing-list archive. Perhaps they can be of help.
> 
> Regards,
> Thomas Hallgren
> 
> >Hello
> >
> >I'm having a problem when i try to install pl/java in my windows.
> >
> >It give me always the error:
> >
> >ERROR: could not load library "c:/pljava/libpljava.dll": dynamic load error
> >
> >i thougth that i should move the libpljava.dll to system32 directory,
> >but the error is the same.
> >
> >i have tried to follow the foruns, but i think that all the
> >configurations are correct.
> >
> >Directory of:
> >
> >java:       C:\Program Files\Java\jdk1.5.0
> >pljava:     C:\pljava
> >postgres:   C:\Program Files\PostgreSQL8.0
> >
> >
> >I also made some modifications in postgresql.conf file:
> >
> >
> >dynamic_library_path = '$libdir;c:\\pljava'
> >custom_variable_classes = 'pljava'
> >pljava.classpath = 'c:\\pljava\\pljava.jar'
> >
> >
> >System variables:
> >classpath:
> >.;C:\Program Files\PostgreSQL8.0\jdbc\postgresql-8.0-311.jdbc3.jar;
> >c:\pljava\deploy.jar
> >
> >path:
> >C:\Program Files\java\jdk1.5.0\jre\bin;
> >C:\Program Files\java\jdk1.5.0\jre\bin\client;
> >C:\Program Files\PostgreSQL8.0\bin;
> >
> >
> >ld_library_path:
> >C:\Program Files\Java\jdk1.5.0\jre\bin;C:\Program
> >Files\java\jdk1.5.0\jre\bin\client;
> >
> >I hope that someone can help me.
> >
> >thanks
> >
> >
> >
> 
> 
> 


-- 
Humberto Carvalho




^ permalink  raw  reply  [nested|flat] 3+ messages in thread


end of thread, other threads:[~2005-06-23 01:42 UTC | newest]

Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2005-06-20 17:42 [Pljava-dev] could not load library "libpljava.dll": dynamic load errorpljava-dev@gborg.postgresql.org 
2005-06-20 18:24 ` [Pljava-dev] could not load library "libpljava.dll": dynamic load	errorpljava-dev@gborg.postgresql.org 
2005-06-23 01:42 ` 

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox