Thread: pgAccess and postgresql 8.0
Hi All, I am new to PostgreSQL and pgAccess, facing problem when working pgAccess and PostgreSQL 8.0 My Environment like below. Windows 2000 server. ActiveState ActiveTcl 8.5.0.0.121397 Beta 3 PostgreSQL 8.0 pgaccess-0.98.7 after installing the pgaccess 1.libpq.dll-7.0 2.libpgtcl83.dll-7.0 These two files copied to c:\winnt\system folder and renamed as libpg.dll and libpgtcl.lib respectively When I am trying the open the mail.tcl file with wish85 it gives error like below. couldn't load library "libpgtcl.dll": this library or a dependent library could not be found in library path anybody can help. __________________ TEAM (Together Everybody Achieve More) __________________________________ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web http://birthday.yahoo.com/netrospective/
I.P.Murali wrote: > Hi All, > > I am new to PostgreSQL and pgAccess, facing problem > when working pgAccess and PostgreSQL 8.0 > > My Environment like below. > > Windows 2000 server. > ActiveState ActiveTcl 8.5.0.0.121397 Beta 3 > PostgreSQL 8.0 > pgaccess-0.98.7 > > after installing the pgaccess > 1.libpq.dll-7.0 > 2.libpgtcl83.dll-7.0 > These two files copied to c:\winnt\system folder and > renamed as libpg.dll and libpgtcl.lib respectively ^^^ Why did you rename this to .lib? As it says, it is looking for .dll. > When I am trying the open the mail.tcl file with > wish85 it gives error like below. > couldn't load library "libpgtcl.dll": this > library or a dependent library could not be found in > library path > > anybody can help. -- Guy Rouillier
--- "I.P.Murali" <ipmurali@yahoo.com> wrote: > Hi All, > > I am new to PostgreSQL and pgAccess, facing problem > when working pgAccess and PostgreSQL 8.0 > > My Environment like below. > > Windows 2000 server. > ActiveState ActiveTcl 8.5.0.0.121397 Beta 3 Be careful...its still beta > PostgreSQL 8.0 > pgaccess-0.98.7 > I probably would get the latest release of pgaccess: http://sourceforge.net/project/showfiles.php?group_id=52209&package_id=46268 If I remember correctly, if you download pgaccess.exe, you won't need the DLLs. However, if you still need them, then I would get a newer copy of those as well: http://gborg.postgresql.org/project/pgtcl/download/download.php you'll want to put it in C:\windows\system32\ as libpgtcl.dll HTH, --brett --brett