problem with at proramn - Mailing list pgsql-general

From jrufener
Subject problem with at proramn
Date
Msg-id 22661564.post@talk.nabble.com
Whole thread Raw
List 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@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.


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: [SQL] bash & postgres
Next
From: David Fetter
Date:
Subject: Re: text column constraint, newbie question