| From: | Jorge Daine Quiambao <cyb3rjorg3(at)yahoo(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Craig Ringer <craig(at)postnewspapers(dot)com(dot)au> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: ERROR: could not access file "$libdir/xxid": No such file or directory |
| Date: | 2009-08-22 07:23:30 |
| Message-ID: | 555723.52450.qm@web112518.mail.gq1.yahoo.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Craig Ringer,
I tried scanning "slony1_funcs.dll" for dependencies but for some reasons it cannot find POSTGRES.EXE, the files is encrypted if I try to open it so I can't set the directory. I even tried copying POSTGRES.EXE in the lib folder where slony1_funcs.dll resides but of course still gets the same error.
Can this really a factor for the Slony to throw that error?
>> I keep getting... "ERROR: could not access file "$libdir/xxid": No such file or
>> directory" whenever I create a new cluster. I've checked the pg directory and
>> the xxid files are in shared folder.
>
> The "no such file" complaint might refer to some library needed by the
> xxid DLL, rather than that DLL itself. On Linux I'd suggest using ldd
> to check xxid's dependencies, but I dunno what incantation to use on
> Windows.
Dependency Walker (depends.exe) from www.dependencywalker.com (free).
Yet another tool the OS and the Windows standard dev tools fail to include.
--
Craig Ringer
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jorge Daine Quiambao | 2009-08-22 08:45:33 | Re: ERROR: could not access file "$libdir/xxid": No such file or directory |
| Previous Message | Oleg Bartunov | 2009-08-22 05:20:15 | Re: Improving Full text performance |