From: | "Sim Zacks" <sim(at)nospam(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: ISO_8859_8 encoding |
Date: | 2004-12-26 06:59:04 |
Message-ID: | cqlnim$10co$1@news.hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Here are the results of pgconfig and ldd. They both look correct. Do I need
a link to libc.so.6 in my pglib/lib directory? It isn't there on my other
machine and that is working fine.
[root(at)bkupsrvr] /usr/local/pgsql/bin/pg_config --pkglibdir
/usr/local/pgsql/lib
[root(at)bkupsrvr] ldd /usr/local/pgsql/lib/utf8_and_iso8859.so
libc.so.6 -> /lib/i686/libc.so.6
/lib/ld-linux.so.2 -> /lib/ld-linux.so.2
[root(at)bkupsrvr] locate libc.so.6
/var/ftp/lib/libc.so.6
/lib/i686/libc.so.6
/lib/libc.so.6
[root(at)bkupsrvr] locate ld-linux.so.2
/var/ftp/lib/ld-linux.so.2
/lib/ld-linux.so.2
"Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote in message
news:7946(dot)1103898819(at)sss(dot)pgh(dot)pa(dot)us(dot)(dot)(dot)
> "Sim Zacks" <sim(at)nospam(dot)com> writes:
> > Error: Could not access file "$libdir/utf8_and_iso8859": No such file or
> > directory. The file utf8_and_iso8859.so is in the /usr/local/pgsql/lib
> > directory. Is there somewhere I have to assign the $libdir variable or
is
> > this something else completely?
>
> It may be complaining about another shlib that that one depends on.
> What does "ldd" say when you run it on utf8_and_iso8859.so?
>
> Also, check "pg_config --pkglibdir" which is the definitive answer
> as to what $libdir means.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>
From | Date | Subject | |
---|---|---|---|
Next Message | Raymond O'Donnell | 2004-12-26 13:46:55 | Re: Merry Christmas |
Previous Message | Estienne van Velzen | 2004-12-25 13:19:54 | Re: Merry Christmas |