gpg dyn-linking error __register_frame_info
Billy Donahue
billy@escape.com
Thu, 12 Aug 1999 15:41:36 -0400
I'm running Slakware 4.0, with gcc-2.95.
Trying out gpg-0.9.10.
Just a basic build:
$ tar xvzf gnupg-0.9.10.tar.gx
$ cd gnupg-0.9.10
$ ./configure --with-included-gettext
$ make
gpg actually compiles, but when the `make'
gets to check gpg, gpg failed with an unresolved symbol...
make[2]: Entering directory
`/home/billy/uldl/apps/security/gnupg-0.9.10/checks'
../g10/gpg --yes --dearmor -o ./pubring.gpg ./pubring.asc
../g10/gpg: can't resolve symbol '__register_frame_info'
just running ../g10/gpg gets this error too...
by the way:
$ ldd g10/gpg
libz.so.1 => /usr/lib/libz.so.1 (0x4000b000)
libdl.so.1 => /lib/libdl.so.1 (0x4001a000)
libgdbm.so.1 => /opt/kde/lib/libgdbm.so.1 (0x4001d000)
libc.so.5 => /lib/libc.so.5 (0x40023000)
$
What's going on? What's __register_frame_info all about?
Please help, I want to start using this puppy!!