Обсуждение: pgaccess problem on Solaris OS.

Поиск
Список
Период
Сортировка

pgaccess problem on Solaris OS.

От
Koujiro Iuchi
Дата:
Dear everybody

My name is Koujiro iuchi,
I'd like  to suggest  me for my problem.


I was installed  Postgresql-7.0  and  some GUN Dev.tools into Solaris 8.
And so all of confugration and compile no error complete.

And then type "pgaccess",
Message indicate couldn't load file "libpgtcl.so":

of course tk8.3 and tcl8.3  configure with "--enable-shared"  option
from unix source directory.


Detail ,

fabric% pgaccess
Error in startup script: couldn't load file "libpgtcl.so": ld.so.1:
/usr/local/b
in/wish: ??????¨??: libucb.so.1: open ???????????: ???????????£??
?????????????
£
    while executing
"load libpgtcl[info sharedlibextension]"
    (procedure "main" line 3)
    invoked from within
"main $argc $argv"
    (file "/usr/local/pgsql/pgaccess/main.tcl" line 249)
fabric%


My envoronment:
Pentium III machine
Solaris 8 for Intel.
gun TK and TCL 8.3
Postgresql-7.0 source


Please advice me your experience.
Thank you

Koujiro Iuchi


Re: pgaccess problem on Solaris OS.

От
Koujiro Iuchi
Дата:
Hi,
Thank you for the reply.,Niel

I wrote between your comments.
Problem not clear, what's wrong??


At 0:12 PM +0100 2000.6.9, Niall Smart wrote:
> Koujiro Iuchi wrote:
> >
> > Dear everybody
> >
> > My name is Koujiro iuchi,
> > I'd like  to suggest  me for my problem.
> >
> > I was installed  Postgresql-7.0  and  some GUN Dev.tools into Solaris 8.
> > And so all of confugration and compile no error complete.
> >
> > And then type "pgaccess",
> > Message indicate couldn't load file "libpgtcl.so":
> >
> > of course tk8.3 and tcl8.3  configure with "--enable-shared"  option
> > from unix source directory.
>
> Koujiro,
>
> You must add the directory containing the libpgtcl.so file
> to your LD_LIBRARY_PATH, for example
>
> LD_LIBRARY_PATH=/usr/local/xyz/lib:$LD_LIBRARY_PATH
> export LD_LIBRARY_PATH



Yes, I use csh

fabric% setenv LD_LIBRARY_PATH /usr/local/pgsql/lib
fabric% pgaccess

But that result apper the same fail  message below.

fabric% pgaccess
Error in startup script: couldn't load file "libpgtcl.so": ld.so.1:
/usr/local/b
in/wish: ??????¨??: libucb.so.1: open ???????????: ???????????£??
?????????????
£
    while executing
"load libpgtcl[info sharedlibextension]"
    (procedure "main" line 3)
    invoked from within
"main $argc $argv"
    (file "/usr/local/pgsql/pgaccess/main.tcl" line 249)
fabric%

Please advice me.

Koujiro


>
> Niall


Re: pgaccess problem on Solaris OS.

От
Koujiro Iuchi
Дата:
Hi,
Everybody,
My problem all clear,pgaccess work!!
thank you.


That problem cause of  TK/TCL install confrict,
any version installed.
I'm  Re-tried install from TK/TCL install ,
And so change WISH path
    from /usr/bin/wish   to  /usr/local/bin/wish
Everything is going well !


I re-try install with some souce change blow
(but not depend it)

My envoronment:
Pentium III machine
Solaris 8 for Intel(SUN OS release 5.8 +CDE1.4)
gun TK and TCL 8.3 sources.
Change from Postgresql-7.0 to 7.0.2 source.
pgaccess-0.98.6


Thank you.

Koujiro Iuchi



At 7:41 PM +0900 2000.6.9, Koujiro Iuchi wrote:
> Hi,
> Thank you for the reply.,Niel
>
> I wrote between your comments.
> Problem not clear, what's wrong??
>
>
> At 0:12 PM +0100 2000.6.9, Niall Smart wrote:
> > Koujiro Iuchi wrote:
> > >
> > > Dear everybody
> > >
> > > My name is Koujiro iuchi,
> > > I'd like  to suggest  me for my problem.
> > >
> > > I was installed  Postgresql-7.0  and  some GUN Dev.tools into Solaris 8.
> > > And so all of confugration and compile no error complete.
> > >
> > > And then type "pgaccess",
> > > Message indicate couldn't load file "libpgtcl.so":
> > >
> > > of course tk8.3 and tcl8.3  configure with "--enable-shared"  option
> > > from unix source directory.
> >
> > Koujiro,
> >
> > You must add the directory containing the libpgtcl.so file
> > to your LD_LIBRARY_PATH, for example
> >
> > LD_LIBRARY_PATH=/usr/local/xyz/lib:$LD_LIBRARY_PATH
> > export LD_LIBRARY_PATH
>
>
>
> Yes, I use csh
>
> fabric% setenv LD_LIBRARY_PATH /usr/local/pgsql/lib
> fabric% pgaccess
>
> But that result apper the same fail  message below.
>
> fabric% pgaccess
> Error in startup script: couldn't load file "libpgtcl.so": ld.so.1:
> /usr/local/b
> in/wish: ??????¨??: libucb.so.1: open ???????????: ???????????£??
> ?????????????
> £
>     while executing
> "load libpgtcl[info sharedlibextension]"
>     (procedure "main" line 3)
>     invoked from within
> "main $argc $argv"
>     (file "/usr/local/pgsql/pgaccess/main.tcl" line 249)
> fabric%
>
> Please advice me.
>
> Koujiro
>
>
> >
> > Niall