Re: [pgadmin-support] pgAgent build error,(Ubuntu)

2015-04-02 Thread jaime soler
El mié, 25-03-2015 a las 19:49 +0300, Beholder escribió: > Problem with building on Ubuntu: > > Linking CXX executable pgagent > /usr/bin/ld: > /usr/lib/gcc/i686-linux-gnu/4.8/../../../../lib/libpq.a(fe-auth.o): undefined > reference to symbol 'error_message' > //lib/i386-linux-gnu/libcom_err.so

Re: [pgadmin-support] pgAgent build error,(Ubuntu)

2015-03-26 Thread Dmitry Voronin
Make sure, that you install all postgresql packages (postgresql-server-dev-9.3, and libpq).  25.03.2015, 19:49, "Beholder" :Problem with building on Ubuntu: -- Best regards, Dmitry Voronin 

[pgadmin-support] Re[2]: [pgadmin-support] pgAgent build error,(Ubuntu)

2015-03-26 Thread Beholder
tested, 100%, everything need is established, including  postgresql-server-dev-9.3 and libpq, otherwise "ccmake" will not configure sources. Четверг, 26 марта 2015, 8:30 +03:00 от Dmitry Voronin : >Make sure, that you install all postgresql packages >(postgresql-server-dev-9.3, and libpq). >

[pgadmin-support] Re[2]: [pgadmin-support] pgAgent build error,(Ubuntu)

2015-03-26 Thread Beholder
tested, 100%, everything need is established, including  postgresql-server-dev-9.3 and libpq, otherwise "ccmake" will not configure sources. Четверг, 26 марта 2015, 8:29 +03:00 от Dmitry Voronin : >Make sure, that you install all postgresql packages >(postgresql-server-dev-9.3, and libpq).  > 

[pgadmin-support] Re[2]: [pgadmin-support] pgAgent build error,(Ubuntu)

2015-03-26 Thread Beholder
tested, 100%, everything need is established, including  postgresql-server-dev-9.3 and libpq, otherwise "ccmake" will not configure sources. Четверг, 26 марта 2015, 8:30 +03:00 от Dmitry Voronin : >Make sure, that you install all postgresql packages >(postgresql-server-dev-9.3, and libpq). >

Re: [pgadmin-support] pgAgent build error,(Ubuntu)

2015-03-25 Thread Dmitry Voronin
Make sure, that you install all postgresql packages (postgresql-server-dev-9.3, and libpq). 25.03.2015, 19:49, "Beholder" : >  Problem with building on Ubuntu: --  Best regards, Dmitry Voronin -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your s

[pgadmin-support] pgAgent build error,(Ubuntu)

2015-03-25 Thread Beholder
Problem with building on Ubuntu: Linking CXX executable pgagent /usr/bin/ld: /usr/lib/gcc/i686-linux-gnu/4.8/../../../../lib/libpq.a(fe-auth.o): undefined reference to symbol 'error_message' //lib/i386-linux-gnu/libcom_err.so.2: error adding symbols: DSO missing from command line collect2: err

[pgadmin-support] Re[2]: [pgadmin-support] pgAgent build error

2015-03-23 Thread Beholder
Thank you Dmitriy, but i already found where was my mistake)It exactly was missed libpq) Вторник, 24 марта 2015, 8:37 +03:00 от Воронин Дмитрий : >Beholder, hello. > >You must install libpq - dynamic client library for postgresql. And link it to >project. > >>  All steps for building doing l

Re: [pgadmin-support] pgAgent build error

2015-03-23 Thread Воронин Дмитрий
Beholder, hello. You must install libpq - dynamic client library for postgresql. And link it to project. >  All steps for building doing like described here > https://github.com/postgres/pgagent --  Best regards, Dmitry Voronin -- Sent via pgadmin-support mailing list (pgadmin-support@pos

[pgadmin-support] pgAgent build error

2015-03-22 Thread Beholder
Hello. OS: Windows 7 x64 pgAgent sources 3.4.0 CMake 2.6 wxWidgets 2.8.12 Visual Studio 2008 Express , Version 9.0.30729.1 SP, Visual C++ Microsoft Visual Studio 2008 Microsoft .NET Framework Version 3.5 SP1 All steps for building doing like described here https://github.com/postgres/pgagent