From: | jrufener <rufener(at)americanriversystems(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | problem with at proramn |
Date: | 2009-03-23 14:45:51 |
Message-ID: | 22661564.post@talk.nabble.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
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(at)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(at)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.
From | Date | Subject | |
---|---|---|---|
Next Message | David Fetter | 2009-03-23 14:51:55 | Re: text column constraint, newbie question |
Previous Message | Tom Lane | 2009-03-23 14:05:02 | Re: [SQL] bash & postgres |