Re: pgadmin3 1.2.2 on Debian / sarge (Was: Can't build wxWigets...)

Поиск
Список
Период
Сортировка
От Raphaël Enrici
Тема Re: pgadmin3 1.2.2 on Debian / sarge (Was: Can't build wxWigets...)
Дата
Msg-id 4294CB43.70705@club-internet.fr
обсуждение исходный текст
Ответ на pgadmin3 1.2.2 on Debian / sarge (Was: Can't build wxWigets...)  (ow <oneway_111@yahoo.com>)
Ответы Re: pgadmin3 1.2.2 on Debian / sarge (Was: Can't build wxWigets...)  (Raphaël Enrici <blacknoz@club-internet.fr>)
Список pgadmin-support
ow wrote:
> --- blacknoz@club-internet.fr wrote:
> 
>>However, my request for testing can be found here:
>>http://www.mail-archive.com/pgadmin-hackers@postgresql.org/msg05826.html
>>
>>Tell me if everything is ok for you.
> 
> 
> I tried it, I'd like to give you my first impressions so far. Basically, it's
> working fine, I haven't seen any issues yet though I haven't done a lot of
> testing also. If anything develops, I'll let you know.
> 
> The only small issue during installation was that I have libpq4 installed and
> pgadmin3 did not want to work with it. I had to install libpq3 to get it
> working.

Hi ow,

As far as I see you have libpq4 installed and not libpq3. Installing
libpq3 should not remove libpq4 (that's exactly why packages are named
differently ;p).
As I did not provide packages in an apt repository, you must take care
of dependencies "manually".
Can you try this method please:

dpkg -i pgadmin3-libwxgtk2ud2.6_2.6.0-0.1_i386.deb
pgadmin3_1.2.2-0.1_i386.deb pgadmin3-data_1.2.2-0.1_all.deb

then, after it fails,
apt-get -u -f install

Apt should try to resolve the dep for you and install everything required.

Thank you for testing an comments,
Raphaël

> 
> # dpkg --install pgadmin3-libwxgtk2ud2.6_2.6.0-0.1_i386.deb
> pgadmin3_1.2.2-0.1_i386.deb pgadmin3-data_1.2.2-0.1_all.deb 
> (Reading database ... 35673 files and directories currently installed.)
> Preparing to replace pgadmin3-libwxgtk2ud2.6 2.6.0-0.1 (using
> pgadmin3-libwxgtk2ud2.6_2.6.0-0.1_i386.deb) ...
> Unpacking replacement pgadmin3-libwxgtk2ud2.6 ...
> Selecting previously deselected package pgadmin3.
> Unpacking pgadmin3 (from pgadmin3_1.2.2-0.1_i386.deb) ...
> Selecting previously deselected package pgadmin3-data.
> Unpacking pgadmin3-data (from pgadmin3-data_1.2.2-0.1_all.deb) ...
> Setting up pgadmin3-libwxgtk2ud2.6 (2.6.0-0.1) ...
> 
> dpkg: dependency problems prevent configuration of pgadmin3:
>  pgadmin3 depends on libpq3 (>= 7.4); however:
>   Package libpq3 is not installed.
> dpkg: error processing pgadmin3 (--install):
>  dependency problems - leaving unconfigured
> dpkg: dependency problems prevent configuration of pgadmin3-data:
>  pgadmin3-data depends on pgadmin3 (= 1.2.2-0.1); however:
>   Package pgadmin3 is not configured yet.
> dpkg: error processing pgadmin3-data (--install):
>  dependency problems - leaving unconfigured
> Errors were encountered while processing:
>  pgadmin3
>  pgadmin3-data
> 
> # aptitude show libpq4 
> Package: libpq4
> New: yes
> State: installed
> Automatically installed: yes
> Version: 8.0.3-1
> Priority: optional
> Section: libs
> Maintainer: Martin Pitt <mpitt@debian.org>
> Uncompressed Size: 419k
> Depends: libc6 (>= 2.3.2.ds1-21), libkrb53 (>= 1.3.2), libssl0.9.7
> Description: PostgreSQL C client library
>  libpq is a C library that enables user programs to communicate with the
> PostgreSQL database server.  The server can be on another machine and accessed
> through TCP/IP.  This
>  version of libpq is compatible with servers from PostgreSQL 8.0 or later. 
>  
>  This package contains the run-time library, needed by packages using libpq. 
>  
>  PostgreSQL is an object-relational SQL database management system.
> 
> Another small thing is (and this is just a reminder not a complaint, I know
> it's on the TODO list) it would be great if there was a way to copy a row (or
> even a column if it's easier to implement) into a clipboard (Ctrl+C).
> 
> Thanks for the great work.


В списке pgadmin-support по дате отправления:

Предыдущее
От: ow
Дата:
Сообщение: pgadmin3 1.2.2 on Debian / sarge (Was: Can't build wxWigets...)
Следующее
От: Raphaël Enrici
Дата:
Сообщение: Re: pgadmin3 1.2.2 on Debian / sarge (Was: Can't build wxWigets...)