Re: Compiling 7.2.3 on RH 8.0

Поиск
Список
Период
Сортировка
От Lamar Owen
Тема Re: Compiling 7.2.3 on RH 8.0
Дата
Msg-id 200301232256.59540.lamar.owen@wgcr.org
обсуждение исходный текст
Ответ на Compiling 7.2.3 on RH 8.0  ("Josh Berkus" <josh@agliodbs.com>)
Ответы Re: Compiling 7.2.3 on RH 8.0  ("Josh Berkus" <josh@agliodbs.com>)
Список pgsql-general
On Thursday 23 January 2003 20:26, Josh Berkus wrote:
> For the first time, I'm trying to compile 7.2.3 on a RedHat 8.0 server.
>  I'm normally a SuSE user, so I've hit a bit of a wall.

> Suggestions, please?

> I do have libreadline4.3-3, libtermcap, ncurses, and devel rpms for all
> installed.  Help!

One question: is there a particular reason not to use the 7.2.3 RPM's for Red
Hat 8.0?

Now, going back to my Red Hat 8.0 7.2.3 build, I also see those errors.
However, readline is working and has been linked into psql.  An excerpt from
my build log:
checking how to link an embedded Python application...
-L/usr/lib/python2.2/config
 -ldl -lpthread -lutil -lm -lpython2.2
checking for readline... yes (-lreadline -ltermcap)
checking for library containing using_history... none required
checking for main in -lbsd... yes

Now, config.log from the same area:
configure:3288: checking for readline
configure:3310: gcc -o conftest -O2 -march=i386 -mcpu=i686
-I/usr/kerberos/inclu
de   -L/usr/kerberos/lib conftest.c -lreadline  1>&5
/usr/lib/gcc-lib/i386-redhat-linux/3.2/../../../libreadline.so: undefined
referenc
e to `tgetnum'
[snip]
configure:3310: gcc -o conftest -O2 -march=i386 -mcpu=i686
-I/usr/kerberos/inclu
de   -L/usr/kerberos/lib conftest.c -lreadline -ltermcap  1>&5
configure:3349: checking for library containing using_history
configure:3367: gcc -o conftest -O2 -march=i386 -mcpu=i686
-I/usr/kerberos/inclu
de   -L/usr/kerberos/lib conftest.c -lreadline -ltermcap  1>&5
configure:3416: checking for main in -lbsd
configure:3431: gcc -o conftest -O2 -march=i386 -mcpu=i686
-I/usr/kerberos/inclu
de   -L/usr/kerberos/lib conftest.c -lbsd  -lreadline -ltermcap  1>&5

You have libtermcap-devel installed, correct (you said as much; just
double-checking)?

More information:
[lowen@localhost bin]$ pg_config --configure
--enable-locale --with-CXX --prefix=/usr --disable-rpath --with-perl
--enable-multibyte --with-tcl --with-odbc --enable-syslog --with-python
--with-openssl --with-pam --with-krb5=/usr/kerberos --enable-nls
--sysconfdir=/etc/pgsql --mandir=/usr/share/man --docdir=/usr/share/doc
--includedir=/usr/include --datadir=/usr/share/pgsql
[lowen@localhost bin]$ ldd psql
        libpq.so.2 => /usr/lib/libpq.so.2 (0x4002a000)
        libpam.so.0 => /lib/libpam.so.0 (0x4003e000)
        libssl.so.2 => /lib/libssl.so.2 (0x40046000)
        libcrypto.so.2 => /lib/libcrypto.so.2 (0x40076000)
        libkrb5.so.3 => /usr/kerberos/lib/libkrb5.so.3 (0x4014a000)
        libk5crypto.so.3 => /usr/kerberos/lib/libk5crypto.so.3 (0x401a7000)
        libcom_err.so.3 => /usr/kerberos/lib/libcom_err.so.3 (0x401b7000)
        libz.so.1 => /usr/lib/libz.so.1 (0x401ba000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x401c8000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x401f5000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x40207000)
        libdl.so.2 => /lib/libdl.so.2 (0x4021c000)
        libm.so.6 => /lib/i686/libm.so.6 (0x4021f000)
        libreadline.so.4 => /usr/lib/libreadline.so.4 (0x40242000)
        libtermcap.so.2 => /lib/libtermcap.so.2 (0x4026e000)
        libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
[lowen@localhost bin]$rpm -qa|grep postg
postgresql-perl-7.2.3-2PGDG
postgresql-test-7.2.3-2PGDG
postgresql-7.2.3-2PGDG
postgresql-libs-7.2.3-2PGDG
postgresql-contrib-7.2.3-2PGDG
postgresql-server-7.2.3-2PGDG
postgresql-devel-7.2.3-2PGDG
[lowen@localhost bin]$
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11


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

Предыдущее
От: "CN LIOU"
Дата:
Сообщение: Re: Stable function Repeatedly Called
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: Compiling 7.2.3 on RH 8.0