On Sat, 6 Dec 2003, Tom Lane wrote:

> I have committed some fairly wide-ranging revisions to pg_dump to make
> it dump database objects in a "safe" order according to the dependency
> information available from pg_depend.  While I know that I have fixed
> a lot of previously-broken cases, it's hardly unlikely that I've broken
> some things too.  Please give it a try if you can.  CVS-tip pg_dump
> should be fully compatible with 7.4 installations, and reasonably
> compatible with 7.3 servers as well (but its output is unlikely to
> load into pre-7.3 servers because of syntax changes).

I tried with 7.3.3 and got error:

./pg_dump: relocation error: ./pg_dump: undefined symbol: get_progname
[EMAIL PROTECTED]:~/add/cvs/pgsql/src/bin/pg_dump$ ldd ./pg_dump
        libpq.so.3 => /usr/local/pgsql/lib/libpq.so.3 (0x40016000)
        libz.so.1 => /usr/lib/libz.so.1 (0x40031000)
        libreadline.so.3 => /usr/lib/libreadline.so.3 (0x40040000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x40062000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x4008f000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x400a0000)
        libdl.so.2 => /lib/libdl.so.2 (0x400b5000)
        libm.so.6 => /lib/libm.so.6 (0x400b8000)
        libc.so.6 => /lib/libc.so.6 (0x400db000)
        libtermcap.so.2 => /lib/libtermcap.so.2 (0x401fc000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)


>
>                       regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
>

        Regards,
                Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: [EMAIL PROTECTED], http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to