Compiling pgadmin3-1.14.1 on open BSD 5.0
От | Pietro A Bertini |
---|---|
Тема | Compiling pgadmin3-1.14.1 on open BSD 5.0 |
Дата | |
Msg-id | CANPr4cROOWL4qtfh53aUKGseZT_9Eqz53nV9gdeN0Chfg=7T5A@mail.gmail.com обсуждение исходный текст |
Ответы |
Re: Compiling pgadmin3-1.14.1 on open BSD 5.0
|
Список | pgadmin-support |
pgadmin3-1.14.1 won't build under the following:<br /><br />openbsd 5.0<br /><br />postgresql9.1.2 from source with: ./configure--with-perl --with-openssl <br />--with-includes=/usr/local/include --with-libraries=/usr/local/lib --enable-shared<br/> --with-libxml --with-libxslt --enable-nls="fr-es-pt-de"<br /><br />postgresql is installed in /usr/local/pgsql(/bin /lib /include etc...)<br /><br />wxWidgets was installed from obsd package. So far nothing wrong withwidgets.<br /><br /><br />To compile pgadmin, I used:<br />./configure --with-pgsql=/usr/local/pgsql<br /><br />The resultis the following:<br />[...]<br />checking for libpq-fe.h usability... yes<br />checking for libpq-fe.h presence...yes<br />checking PostgreSQL in /usr/local/pgsql... failed<br /> configure: error: you must specify a valid PostgreSQL8.4+ installation with <br />--with-pgsql=DIR<br /><br />when I do grep "libintl" * in config.log I get:<br /><br/>/usr/bin/ld: warning: libintl.so.5.0, needed by /usr/local/pgsql/lib/libpq.so.5.4, not <br /> found (try using -rpathor -rpath-link)<br />/usr/local/pgsql/lib/libpq.so.5.4: undefined reference to `libintl_bindtextdomain'<br />/usr/local/pgsql/lib/libpq.so.5.4:undefined reference to `libintl_dgettext'<br />/usr/local/pgsql/lib/libpq.so.5.4: undefinedreference to `libintl_gettext'<br /><br />However libintl.so.5.0 is in /usr/local/lib, is loaded at boot time, asshowed in<br />/var/run/ld.so.hints<br /><br />AND in the config.log file for compiling postgresql, I get:<br /><br />configure:28380:checking for libintl.h<br /> configure:28387: result: yes<br /><br />My installation of pgsql works fine.I just can't compile pgadmin.<br />There is an openbsd package for pgadmin, but I would have to install<br />postgresqlfrom package too, and openbsd places it in some odd place, also <br /> I don't the latest version. <br /><br/>My guess is that I need to tweek my pgsql configure options, I just could't find <br />how.<br /><br />
В списке pgadmin-support по дате отправления: