Обсуждение: pgadmin 1.4.2 on Slackware 10.1

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

pgadmin 1.4.2 on Slackware 10.1

От
"Keith C. Perry"
Дата:
Greetings everyone,

I was wondering why v1.4.2 was compiled with a different libstdc than v1.4.1. 
Here is output of ldd...
       linux-gate.so.1 =>  (0xffffe000)       libcrypt.so.1 => /lib/libcrypt.so.1 (0x40033000)       libssl.so.0 =>
/usr/lib/libssl.so.0(0x40062000)       libcrypto.so.0 => /usr/lib/libcrypto.so.0 (0x40093000)       libgtk-x11-2.0.so.0
=>/usr/lib/libgtk-x11-2.0.so.0 (0x40192000)       libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0x40460000)
libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0x404cc000)       libgdk_pixbuf-2.0.so.0 =>
/usr/lib/libgdk_pixbuf-2.0.so.0(0x404e5000)       libpangoxft-1.0.so.0 => /usr/lib/libpangoxft-1.0.so.0 (0x404fb000)
  libpangox-1.0.so.0 => /usr/lib/libpangox-1.0.so.0 (0x40502000)       libpangoft2-1.0.so.0 =>
/usr/lib/libpangoft2-1.0.so.0(0x4050d000)       libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x40533000)
libgobject-2.0.so.0=> /usr/lib/libgobject-2.0.so.0 (0x4056c000)       libgmodule-2.0.so.0 =>
/usr/lib/libgmodule-2.0.so.0(0x4059f000)       libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x405a4000)
libglib-2.0.so.0=> /usr/lib/libglib-2.0.so.0 (0x405a9000)       libXinerama.so.1 => /usr/X11R6/lib/libXinerama.so.1
(0x40629000)      libXxf86vm.so.1 => /usr/X11R6/lib/libXxf86vm.so.1 (0x4062c000)       libpng.so.3 =>
/usr/lib/libpng.so.3(0x40631000)       libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x40662000)       libz.so.1 =>
/usr/lib/libz.so.1(0x40680000)       libdl.so.2 => /lib/libdl.so.2 (0x40691000)       libm.so.6 => /lib/libm.so.6
(0x40695000)      libstdc++.so.6 => not found       libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x406b8000)
libpthread.so.0=> /lib/libpthread.so.0 (0x406c0000)       libc.so.6 => /lib/libc.so.6 (0x40713000)       libX11.so.6 =>
/usr/X11R6/lib/libX11.so.6(0x40830000)       libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0x408fa000)
libXi.so.6=> /usr/X11R6/lib/libXi.so.6 (0x408fd000)       libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0x40905000)
libfreetype.so.6=> /usr/lib/libfreetype.so.6 (0x40917000)       libfontconfig.so.1 => /usr/X11R6/lib/libfontconfig.so.1
(0x40982000)      libXfixes.so.3 => /usr/X11R6/lib/libXfixes.so.3 (0x409a9000)       libXcursor.so.1 =>
/usr/X11R6/lib/libXcursor.so.1(0x409ae000)       libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x409b7000)
libXext.so.6=> /usr/X11R6/lib/libXext.so.6 (0x409bf000)       /lib/ld-linux.so.2 (0x40000000)       libexpat.so.0 =>
/usr/lib/libexpat.so.0(0x409ce000)
 


So libstdc++.so.6 is the problem but again for v1.4.1 it wasn't needed.  Thanks
in advance for any help.



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


Re: pgadmin 1.4.2 on Slackware 10.1

От
"Dave Page"
Дата:

> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of
> Keith C. Perry
> Sent: 03 May 2006 15:59
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] pgadmin 1.4.2 on Slackware 10.1
>
> Greetings everyone,
>
> I was wondering why v1.4.2 was compiled with a different
> libstdc than v1.4.1.
> Here is output of ldd...
>
...

> So libstdc++.so.6 is the problem but again for v1.4.1 it
> wasn't needed.  Thanks in advance for any help.

As it says on the download page
(http://www.pgadmin.org/download/slackware.php)

"Slackware packages built on a server periodically updated to -current
are available for download. These builds should run on most recent
versions of Slackware."

Granted the second sentence now seems a little innaccurate, but the
first would explain the need for a newer libstdc++. Installing the
up-to-date library from ftp.slackware.com should do the trick.

Regards, Dave.


Re: pgadmin 1.4.2 on Slackware 10.1

От
"Keith C. Perry"
Дата:
Quoting Dave Page <dpage@vale-housing.co.uk>:

>  
> 
> > -----Original Message-----
> > From: pgadmin-support-owner@postgresql.org 
> > [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of 
> > Keith C. Perry
> > Sent: 03 May 2006 15:59
> > To: pgadmin-support@postgresql.org
> > Subject: [pgadmin-support] pgadmin 1.4.2 on Slackware 10.1
> > 
> > Greetings everyone,
> > 
> > I was wondering why v1.4.2 was compiled with a different 
> > libstdc than v1.4.1. 
> > Here is output of ldd...
> > 
> ...
> 
> > So libstdc++.so.6 is the problem but again for v1.4.1 it 
> > wasn't needed.  Thanks in advance for any help.
> 
> As it says on the download page
> (http://www.pgadmin.org/download/slackware.php)
> 
> "Slackware packages built on a server periodically updated to -current
> are available for download. These builds should run on most recent
> versions of Slackware."
> 
> Granted the second sentence now seems a little innaccurate, but the
> first would explain the need for a newer libstdc++. Installing the
> up-to-date library from ftp.slackware.com should do the trick.
> 
> Regards, Dave.
> 

Ahhh and that did do it.  First time I've had to do grab something out of
-current for app though- 'learn some'n new everyday  :)

Thanks again Dave.

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