This is a discussion on 1.4.3 make issue within the pgsql Interfaces Pgadmin Support forums, part of the PostgreSQL category; --> I am trying to install pgadmin3 1.4.3 and i ran across a problem with the RPM so i am ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am trying to install pgadmin3 1.4.3 and i ran across a problem with the RPM so i am trying to install from source. Setup: Fedora 5, posgres 8.1.4, wxWidgets 2.6 (symlinked libraries to /usr/lib, added /usr/lib to /etc/ld.so.config, ran ldconfig) .. already had libxml and libxslt, got wxaui Ran: ../configure --with-wxaui=../wxaui-0.9.2 --with-pgsql=/usr/local/pgsql/ --enable-debug Output: .... Using wxWidgets version: 2.6 Building a debug version of pgAdmin: Yes Statically linking pgAdmin: No Building a Mac OS X appbundle: No .... Result of make: Few hundred lines with "undefined reference" errors of this kind: ../slony/dlgRepPath.cpp:117: undefined reference to `wxXmlResource::GetXRCID(wchar_t const*)' .... ../slony/dlgRepTable.cpp:258: undefined reference to `wxArrayString::Index(wchar_t const*, bool, bool) const' ../slony/dlgRepTable.cpp:271: undefined reference to `operator+(wchar_t const*, wxString const&)' .... /usr/local/lib/libwx_gtk2ud_ogl-2.6.so: undefined reference to `wxFopen(wchar_t const*, wchar_t const*)' I have exhausted all possible search engine queries on this problem so if you have an idea of what i might do please reply. I don't know anything about wx* so i'm either missing something (also compiled the contrib when i installed wxWidgets) or i need to add something else to the ld config file. Thank you, Chris --------------------------------- Do you Yahoo!? Next-gen email? Have it all with the all-new Yahoo! Mail Beta. |
| ||||
| Hi, On Tue, 2006-07-25 at 08:50 -0700, Chris G wrote: > I am trying to install pgadmin3 1.4.3 and i ran across a problem with > the RPM so i am trying to install from source. What kind of a problem did you have? -- The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564 PostgreSQL Replication, Consulting, Custom Development, 24x7 support Managed Services, Shared and Dedicated Hosting Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (GNU/Linux) iD8DBQBExn6Epme12CBXnxERAhbeAJ9qBjP6jSm/7uzOHGyj3ZD9er2UKwCfWMcy BMnUyv9rP/0tk+ZGt4fhTMc= =ExDb -----END PGP SIGNATURE----- |