I wrote a program, several hundred lines long so I am not posting it. One of the things I must display is an interval. Workng through it one item at a time, all was well until I added the inteval ecpg type. Now it refuses to execute telling me it cannot find "libpgtypes.so.3". I ran ldd agains the executable and go the following output: jerryr@tux2:~/adminconsole/trunk/bin> ldd editcourse.cgi libecpg.so.6 => /usr/local/lib/libecpg.so.6 (0x40017000) libstdc++.so.6 => /usr/local/lib/libstdc++.so.6 (0x400e5000) libm.so.6 => /lib/libm.so.6 (0x401d9000) libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1 (0x401fc000) libc.so.6 => /lib/libc.so.6 (0x40208000) libpgtypes.so.3 => not found libpgtypes.so.3 => /usr/local/pgsql/lib/libpgtypes.so.3 (0x40330000) libpq.so.5 => /usr/local/pgsql/lib/libpq.so.5 (0x4033e000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x40357000) jerryr@tux2:~/adminconsole/trunk/bin> Note the two lines that begin libpgtypes.so.3. The first says it can find libpgtypes.so.3 the second points to it perfectly. Any idea what is happening here? -- View this message in context: http://www.nabble.com/problem-with-at-proramn-tp22661564p22661564.html Sent from the PostgreSQL - general mailing list archive at Nabble.com. -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general