Обсуждение: gcc libpthread problem with latest Slackware snapshot

Поиск
Список
Период
Сортировка

gcc libpthread problem with latest Slackware snapshot

От
"Keith C. Perry"
Дата:
I just upgraded from the 10/29 snapshot to the 12/22 one and when I try to run
the app, I get this:

bash-2.05b# pgadmin3 
pgadmin3: /lib/libpthread.so.0: version `GLIBC_2.3.2' not found (required by
pgadmin3)


Here are the vitals:

Slackware 9.0 with Kernel 2.4.22 (compiled)

bash-2.05b# gcc -v
Reading specs from /usr/lib/gcc-lib/i386-slackware-linux/3.2.2/specs
Configured with: ../gcc-3.2.2/configure --prefix=/usr --enable-shared
--enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld
--verbose --target=i386-slackware-linux --host=i386-slackware-linux
Thread model: posix
gcc version 3.2.2


bash-2.05b# ldconfig -p | grep libpthread       libpthread.so.0 (libc6, OS ABI: Linux 2.0.0) => /lib/libpthread.so.0
  libpthread.so (libc6, OS ABI: Linux 2.0.0) => /usr/lib/libpthread.so
 


Based on my ldconfig, it look like the problem is the gcc version.

In the meantime, I guess I'm just use somethings closer to the 10/29 version.



-- 
Keith C. Perry, MS E.E.
Director of Networks & Applications
VCSN, Inc.
http://vcsn.com
____________________________________
This email account is being host by:
VCSN, Inc : http://vcsn.com


Re: gcc libpthread problem with latest Slackware snapshot

От
"Dave Page"
Дата:

> -----Original Message-----
> From: Keith C. Perry [mailto:netadmin@vcsn.com]
> Sent: 23 December 2003 16:26
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] gcc libpthread problem with latest
> Slackware snapshot
>
> I just upgraded from the 10/29 snapshot to the 12/22 one and
> when I try to run the app, I get this:
>
> bash-2.05b# pgadmin3
> pgadmin3: /lib/libpthread.so.0: version `GLIBC_2.3.2' not
> found (required by
> pgadmin3)
>
>
> Here are the vitals:
>
> Slackware 9.0 with Kernel 2.4.22 (compiled)

Hmm, I completely forgot about the snapshot builds :-(. We recently
replaced the slackware build machine with a new box - which is actually
running 9.1

One of the benefits of the new system though is that in theory we can
run multiple distro's on it at once. I will look to see if I can get 9.0
installed and then do builds for both (might not be for a few days
though).

Sorry 'bout that.

Regards, Dave.