| From: | Craig Ringer <craig(at)postnewspapers(dot)com(dot)au> |
|---|---|
| To: | chaoyong wang <catcher_wang(at)hotmail(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: C-Language Function on VC2005: could not load library ERROR |
| Date: | 2010-04-09 05:27:12 |
| Message-ID: | 4BBEBAB0.3050302@postnewspapers.com.au |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 9/04/2010 11:35 AM, chaoyong wang wrote:
> It reports an ERROR:
> could not load library "C:\Program
> Files\PostgreSQL\8.3\lib/xml_index.dll": The specified module could not
> be found.
>
> I checked the directory C:\Program Files\PostgreSQL\8.3\lib,
> xml_index.dll exists.
> I tried to changed "$libdir/xml_index" by "C:\\Program
> Files\\PostgreSQL\\8.3\\lib\\xml_index", error remains.
>
> Has anyone ever encountered this problem? Thanks for all replies.
Most likely a library that xml_index.dll requires to run cannot be
found. Use dependency walker (depends.exe) from dependencywalker.com to
identify the xml_index.dll's direct dependencies, and make sure they're
all accessible.
--
Craig Ringer
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2010-04-09 08:08:07 | Re: Unable to uninstall postgres from Add/Remove programs |
| Previous Message | Kenichiro Tanaka | 2010-04-09 05:06:23 | Re: when i logged in mydb,any sql command used to list all the tables in this mydb? |