On Wed, Aug 31, 2011 at 10:53:24AM +0200, Christoph Berg wrote: > > So, anyway, I tried applying that file, > > > > % sudo -H -u postgres psql test-sha < > > /usr/share/postgresql/9.0/contrib/pgcrypto.sql > > SET > > ERROR: nemoguć pristup datoteci "$libdir/pgcrypto": No such file or > > directory > > Works here with 9.0.4-1. The bpo version also ships the right file, as > evidenced on > http://packages.debian.org/squeeze-backports/amd64/postgresql-contrib-9.0/filelist: > /usr/lib/postgresql/9.0/lib/pgcrypto.so > > Did you tweak the lib settings in the server config?
Which ones? IOW, I didn't touch anything I don't think. > > But the new output is: > > > > ERROR: neuspjelo čitanje biblioteke > > "/usr/lib/postgresql/9.0/lib/pgcrypto.so": > > /usr/lib/postgresql/9.0/lib/pgcrypto.so: undefined symbol: > > cstring_to_text_with_len > > > > (the foreign string is "failed to read library" or similar) > > > > Surely this library isn't supposed to be this hard/impossible to use :) > > What does ldd /usr/lib/postgresql/9.0/lib/pgcrypto.so say? % ldd /usr/lib/postgresql/9.0/lib/pgcrypto.so linux-vdso.so.1 => (0x00007fff3478f000) libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0x00007f28edd9e000) libz.so.1 => /usr/lib/libz.so.1 (0x00007f28edb87000) libc.so.6 => /lib/libc.so.6 (0x00007f28ed825000) libdl.so.2 => /lib/libdl.so.2 (0x00007f28ed621000) /lib64/ld-linux-x86-64.so.2 (0x00007f28ee377000) Just in case: % objdump -p /usr/lib/postgresql/9.0/lib/pgcrypto.so /usr/lib/postgresql/9.0/lib/pgcrypto.so: file format elf64-x86-64 Program Header: LOAD off 0x0000000000000000 vaddr 0x0000000000000000 paddr 0x0000000000000000 align 2**21 filesz 0x000000000001bcf4 memsz 0x000000000001bcf4 flags r-x LOAD off 0x000000000001bdc0 vaddr 0x000000000021bdc0 paddr 0x000000000021bdc0 align 2**21 filesz 0x0000000000002588 memsz 0x0000000000013ab0 flags rw- DYNAMIC off 0x000000000001c820 vaddr 0x000000000021c820 paddr 0x000000000021c820 align 2**3 filesz 0x00000000000001d0 memsz 0x00000000000001d0 flags rw- NOTE off 0x00000000000001c8 vaddr 0x00000000000001c8 paddr 0x00000000000001c8 align 2**2 filesz 0x0000000000000024 memsz 0x0000000000000024 flags r-- EH_FRAME off 0x0000000000019210 vaddr 0x0000000000019210 paddr 0x0000000000019210 align 2**2 filesz 0x000000000000086c memsz 0x000000000000086c flags r-- STACK off 0x0000000000000000 vaddr 0x0000000000000000 paddr 0x0000000000000000 align 2**3 filesz 0x0000000000000000 memsz 0x0000000000000000 flags rw- RELRO off 0x000000000001bdc0 vaddr 0x000000000021bdc0 paddr 0x000000000021bdc0 align 2**0 filesz 0x0000000000001240 memsz 0x0000000000001240 flags r-- Dynamic Section: NEEDED libcrypto.so.0.9.8 NEEDED libz.so.1 NEEDED libc.so.6 INIT 0x0000000000005ab8 FINI 0x0000000000017838 HASH 0x00000000000001f0 GNU_HASH 0x00000000000008e0 STRTAB 0x00000000000024d8 SYMTAB 0x0000000000000de0 STRSZ 0x0000000000000e5b SYMENT 0x0000000000000018 PLTGOT 0x000000000021c9f0 PLTRELSZ 0x0000000000001110 PLTREL 0x0000000000000007 JMPREL 0x00000000000049a8 RELA 0x0000000000003580 RELASZ 0x0000000000001428 RELAENT 0x0000000000000018 BIND_NOW 0x0000000000000000 FLAGS_1 0x0000000000000001 VERNEED 0x0000000000003520 VERNEEDNUM 0x0000000000000002 VERSYM 0x0000000000003334 RELACOUNT 0x00000000000000cb Version References: required from libcrypto.so.0.9.8: 0x06692428 0x00 03 OPENSSL_0.9.8 required from libc.so.6: 0x0d696914 0x00 05 GLIBC_2.4 0x09691974 0x00 04 GLIBC_2.3.4 0x09691a75 0x00 02 GLIBC_2.2.5 % objdump -T /usr/lib/postgresql/9.0/lib/pgcrypto.so /usr/lib/postgresql/9.0/lib/pgcrypto.so: file format elf64-x86-64 DYNAMIC SYMBOL TABLE: 0000000000005ab8 l d .init 0000000000000000 .init 0000000000000000 D *UND* 0000000000000000 downcase_truncate_identifier 0000000000000000 DF *UND* 0000000000000000 GLIBC_2.2.5 memset 0000000000000000 D *UND* 0000000000000000 errstart 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 RAND_get_rand_method 0000000000000000 DF *UND* 0000000000000000 inflateEnd 0000000000000000 DF *UND* 0000000000000000 GLIBC_2.2.5 memchr 0000000000000000 DF *UND* 0000000000000000 GLIBC_2.2.5 strncat 0000000000000000 D *UND* 0000000000000000 pfree 0000000000000000 D *UND* 0000000000000000 CurrentMemoryContext 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 BN_CTX_new 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 AES_ecb_encrypt 0000000000000000 w D *UND* 0000000000000000 __gmon_start__ 0000000000000000 w D *UND* 0000000000000000 _Jv_RegisterClasses 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 CAST_cbc_encrypt 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 BF_cbc_encrypt 0000000000000000 D *UND* 0000000000000000 errfinish 0000000000000000 D *UND* 0000000000000000 cstring_to_text_with_len 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 BN_mod_mul 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 RAND_pseudo_bytes 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 RAND_bytes 0000000000000000 DF *UND* 0000000000000000 deflate 0000000000000000 D *UND* 0000000000000000 text_to_cstring_buffer 0000000000000000 DF *UND* 0000000000000000 deflateInit_ 0000000000000000 DF *UND* 0000000000000000 GLIBC_2.2.5 strncmp 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 EVP_DigestUpdate 0000000000000000 DF *UND* 0000000000000000 GLIBC_2.3.4 __memcpy_chk 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 BN_bin2bn 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 AES_cbc_encrypt 0000000000000000 DF *UND* 0000000000000000 GLIBC_2.3.4 __vsnprintf_chk 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 EVP_MD_CTX_cleanup 0000000000000000 DF *UND* 0000000000000000 inflateInit2_ 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 DES_ncbc_encrypt 0000000000000000 DF *UND* 0000000000000000 inflate 0000000000000000 DF *UND* 0000000000000000 GLIBC_2.2.5 strlen 0000000000000000 DF *UND* 0000000000000000 deflateEnd 0000000000000000 D *UND* 0000000000000000 pg_do_encoding_conversion 0000000000000000 D *UND* 0000000000000000 cstring_to_text 0000000000000000 w DF *UND* 0000000000000000 GLIBC_2.2.5 __cxa_finalize 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 BN_mod_exp 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 BN_clear_free 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 EVP_DigestFinal_ex 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 DES_set_key 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 BF_set_key 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 BN_bn2bin 0000000000000000 DF *UND* 0000000000000000 GLIBC_2.2.5 strtol 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 RAND_add 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 CAST_ecb_encrypt 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 EVP_get_digestbyname 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 OPENSSL_add_all_algorithms_noconf 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 BN_rand 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 BN_new 0000000000000000 DF *UND* 0000000000000000 GLIBC_2.2.5 memcpy 0000000000000000 D *UND* 0000000000000000 repalloc 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 BN_mod_inverse 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 AES_set_decrypt_key 0000000000000000 DF *UND* 0000000000000000 GLIBC_2.2.5 memmove 0000000000000000 DF *UND* 0000000000000000 GLIBC_2.2.5 strchr 0000000000000000 D *UND* 0000000000000000 errmsg 0000000000000000 D *UND* 0000000000000000 text_to_cstring 0000000000000000 D *UND* 0000000000000000 pg_detoast_datum_packed 0000000000000000 DF *UND* 0000000000000000 GLIBC_2.4 __stack_chk_fail 0000000000000000 DF *UND* 0000000000000000 GLIBC_2.2.5 strcmp 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 RAND_set_rand_method 0000000000000000 DF *UND* 0000000000000000 GLIBC_2.3.4 __memset_chk 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 EVP_MD_CTX_init 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 DES_ecb_encrypt 0000000000000000 D *UND* 0000000000000000 errcode 0000000000000000 DF *UND* 0000000000000000 GLIBC_2.2.5 strcpy 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 BF_cfb64_encrypt 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 DES_ecb3_encrypt 0000000000000000 DF *UND* 0000000000000000 inflateInit_ 0000000000000000 DF *UND* 0000000000000000 deflateInit2_ 0000000000000000 DF *UND* 0000000000000000 GLIBC_2.2.5 memcmp 0000000000000000 D *UND* 0000000000000000 MemoryContextAllocZero 0000000000000000 DF *UND* 0000000000000000 GLIBC_2.2.5 strncpy 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 BN_CTX_free 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 DES_ede3_cbc_encrypt 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 EVP_DigestInit_ex 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 EVP_MD_CTX_md 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 BF_ecb_encrypt 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 EVP_MD_size 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 AES_set_encrypt_key 0000000000000000 D *UND* 0000000000000000 GetDatabaseEncoding 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 RAND_SSLeay 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 EVP_MD_block_size 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 CAST_set_key 0000000000000000 D *UND* 0000000000000000 pg_strcasecmp 0000000000000000 D *UND* 0000000000000000 pg_detoast_datum 0000000000000000 DF *UND* 0000000000000000 GLIBC_2.2.5 time 0000000000000000 DF *UND* 0000000000000000 OPENSSL_0.9.8 BN_num_bits 0000000000000000 D *UND* 0000000000000000 MemoryContextAlloc 000000000000e160 g DF .text 0000000000000128 Base px_find_cipher 00000000000086c0 g DF .text 0000000000000122 Base _crypt_gensalt_md5_rn 0000000000006a20 g DF .text 0000000000000134 Base pg_gen_salt_rounds 000000000000fb60 g DF .text 0000000000000041 Base pgp_get_cipher_key_size 000000000000fc60 g DF .text 0000000000000011 Base pgp_set_compress_algo 000000000000d720 g DF .text 0000000000000041 Base px_get_pseudo_random_bytes 00000000000100e0 g DF .text 0000000000000061 Base pgp_armor_enc_len 0000000000012e50 g DF .text 0000000000000052 Base pgp_create_pkt_writer 00000000000087f0 g DF .text 0000000000000143 Base _crypt_gensalt_blowfish_rn 0000000000015570 g DF .text 00000000000004bc Base pgp_s2k_process 000000000000fe90 g DF .text 0000000000000017 Base pgp_set_cipher_algo 0000000000005ab8 g DF .init 0000000000000000 Base _init 0000000000016f00 g DF .text 0000000000000108 Base pgp_pub_decrypt_text 0000000000013e00 g DF .text 000000000000007f Base pgp_mpi_alloc 000000000000e4b0 g DF .text 0000000000000115 Base px_find_digest 0000000000017120 g DF .text 00000000000000c9 Base pgp_sym_decrypt_text 000000000000fc10 g DF .text 000000000000000d Base pgp_set_sess_key 0000000000007880 g DF .text 0000000000000222 Base px_find_combo 00000000000072d0 g DF .text 00000000000001ea Base pg_encrypt_iv 00000000000152c0 g DF .text 00000000000002aa Base pgp_set_pubkey 00000000000074c0 g DF .text 00000000000001ea Base pg_decrypt_iv 0000000000017010 g DF .text 0000000000000108 Base pgp_pub_decrypt_bytea 000000000000fc20 g DF .text 000000000000000d Base pgp_set_convert_crlf 00000000000085b0 g DF .text 0000000000000105 Base _crypt_gensalt_extended_rn 000000000000ec70 g DF .text 00000000000001f8 Base pgp_elgamal_decrypt 000000000000fcc0 g DF .text 000000000000000d Base pgp_set_unicode_mode 0000000000017740 g DF .text 00000000000000be Base pgp_sym_encrypt_bytea 0000000000015bd0 g DF .text 0000000000000008 Base pg_finfo_pgp_sym_decrypt_bytea 0000000000013d20 g DF .text 0000000000000045 Base pgp_mpi_cksum 0000000000012490 g DF .text 0000000000000797 Base pgp_decrypt 000000000000f480 g DF .text 0000000000000022 Base pushf_free_all 000000000000cc00 g DF .text 00000000000004fa Base px_crypt_des 0000000000006e40 g DF .text 0000000000000110 Base pg_hmac 000000000000fe10 g DF .text 0000000000000054 Base pgp_get_cipher_code 000000000000fad0 g DF .text 0000000000000036 Base pgp_get_digest_name 000000000000f130 g DF .text 0000000000000007 Base mbuf_size 000000000000f120 g DF .text 0000000000000008 Base mbuf_avail 0000000000015c30 g DF .text 0000000000000008 Base pg_finfo_pgp_key_id_w 000000000000d100 g DF .text 0000000000000585 Base px_crypt_md5 0000000000007f10 g DF .text 0000000000000040 Base px_resolve_alias 0000000000011780 g DF .text 0000000000000092 Base pgp_create_pkt_reader 0000000000006780 g DF .text 0000000000000008 Base pg_finfo_pg_decrypt 000000000000fe70 g DF .text 0000000000000017 Base pgp_set_s2k_cipher_algo 000000000000fc80 g DF .text 0000000000000011 Base pgp_set_compress_level 0000000000015c20 g DF .text 0000000000000008 Base pg_finfo_pgp_pub_decrypt_text 000000000000e9f0 g DF .text 000000000000013c Base pgp_rsa_decrypt 0000000000015a30 g DF .text 00000000000000e3 Base pgp_s2k_read 0000000000015be0 g DF .text 0000000000000008 Base pg_finfo_pgp_sym_decrypt_text 000000000000f220 g DF .text 0000000000000045 Base pullf_read 000000000021e2b0 g DO .data 0000000000000018 Base pgp_decrypt_filter 000000000000ee70 g DF .text 00000000000002a6 Base pgp_elgamal_encrypt 000000000000f610 g DF .text 000000000000011c Base pushf_create 00000000000131d0 g DF .text 000000000000069b Base pgp_encrypt 00000000000068e0 g DF .text 0000000000000140 Base pg_crypt 0000000000007e00 g DF .text 0000000000000105 Base px_debug 00000000000174f0 g DF .text 00000000000000c9 Base pgp_pub_encrypt_text 0000000000010ad0 g DF .text 00000000000000e5 Base pgp_cfb_create 000000000000fcd0 g DF .text 0000000000000026 Base pgp_set_symkey 00000000000104a0 g DF .text 000000000000023f Base pgp_armor_encode 0000000000017680 g DF .text 00000000000000be Base pgp_sym_encrypt_text 00000000000108a0 g DF .text 000000000000001c Base pgp_cfb_decrypt 0000000000006730 g DF .text 0000000000000008 Base pg_finfo_pg_hmac 00000000000076f0 g DF .text 0000000000000008 Base px_set_debug_handler 000000000021e348 g D *ABS* 0000000000000000 Base __bss_start 00000000000067c0 g DF .text 000000000000011c Base pg_random_bytes 0000000000010e60 g DF .text 0000000000000012 Base pgp_compress_filter 0000000000013e80 g DF .text 000000000000009c Base pgp_mpi_read 0000000000015bf0 g DF .text 0000000000000008 Base pg_finfo_pgp_pub_encrypt_bytea 0000000000015b20 g DF .text 0000000000000084 Base pgp_s2k_fill 000000000000f5e0 g DF .text 000000000000002f Base mbuf_free 00000000000102c0 g DF .text 00000000000001d3 Base pgp_armor_decode 00000000000171f0 g DF .text 00000000000000be Base pgp_sym_decrypt_bytea 0000000000013cd0 g DF .text 000000000000004c Base pgp_mpi_hash 0000000000014530 g DF .text 0000000000000249 Base pgp_write_pubenc_sesskey 0000000000014b00 g DF .text 0000000000000238 Base _pgp_read_public_key 000000000000f590 g DF .text 000000000000004a Base pullf_free 000000000000f280 g DF .text 00000000000000fc Base pushf_write 000000000000fcb0 g DF .text 0000000000000004 Base pgp_get_unicode_mode 0000000000006740 g DF .text 0000000000000008 Base pg_finfo_pg_gen_salt 0000000000010aa0 g DF .text 0000000000000023 Base pgp_cfb_free 000000000000fdb0 g DF .text 000000000000005d Base pgp_load_cipher 000000000000f890 g DF .text 0000000000000054 Base mbuf_create_from_data 0000000000008550 g DF .text 000000000000005a Base _crypt_gensalt_traditional_rn 0000000000013dd0 g DF .text 0000000000000024 Base pgp_mpi_free 0000000000006760 g DF .text 0000000000000008 Base pg_finfo_pg_crypt 0000000000015c50 g DF .text 0000000000000008 Base pg_finfo_pg_dearmor 0000000000007100 g DF .text 00000000000001c2 Base pg_decrypt 000000000000f1c0 g DF .text 0000000000000056 Base mbuf_steal_data 000000000022f870 g D *ABS* 0000000000000000 Base _end 000000000000f970 g DF .text 0000000000000059 Base pullf_read_fixed 000000000000d6c0 g DF .text 0000000000000014 Base px_add_entropy 00000000000111c0 g DF .text 000000000000002f Base pgp_expect_packet_end 0000000000006770 g DF .text 0000000000000008 Base pg_finfo_pg_encrypt 0000000000014780 g DF .text 00000000000000e2 Base pgp_key_free 0000000000013d70 g DF .text 0000000000000051 Base pgp_mpi_write 00000000000108c0 g DF .text 000000000000001e Base pgp_cfb_encrypt 0000000000017838 g DF .fini 0000000000000000 Base _fini 000000000000fc30 g DF .text 0000000000000024 Base pgp_set_s2k_mode 000000000000fbb0 g DF .text 0000000000000041 Base pgp_get_cipher_block_size 000000000000eb30 g DF .text 000000000000013c Base pgp_rsa_encrypt 000000000000fd80 g DF .text 000000000000002a Base pgp_load_digest 000000000000f9d0 g DF .text 00000000000000cd Base mbuf_append 0000000000006720 g DF .text 0000000000000008 Base pg_finfo_pg_digest 0000000000015c00 g DF .text 0000000000000008 Base pg_finfo_pgp_pub_encrypt_text 000000000000fb10 g DF .text 0000000000000048 Base pgp_get_cipher_name 0000000000015bc0 g DF .text 0000000000000008 Base pg_finfo_pgp_sym_encrypt_text 000000000000feb0 g DF .text 0000000000000054 Base pgp_get_digest_code 0000000000011430 g DF .text 00000000000001e5 Base pgp_parse_pkt_hdr 000000000000fd30 g DF .text 0000000000000050 Base pgp_init 0000000000014870 g DF .text 000000000000002d Base pgp_key_alloc 0000000000013f80 g DF .text 000000000000038d Base pgp_parse_pubenc_sesskey 000000000021e348 g D *ABS* 0000000000000000 Base _edata 0000000000016010 g DF .text 0000000000000100 Base pg_armor 00000000000067b0 g DF .text 0000000000000008 Base pg_finfo_pg_random_bytes 00000000000067a0 g DF .text 0000000000000008 Base pg_finfo_pg_decrypt_iv 000000000000f730 g DF .text 0000000000000011 Base pushf_create_mbuf_writer 000000000000fc00 g DF .text 000000000000000d Base pgp_disable_mdc 000000000000f430 g DF .text 000000000000004a Base pushf_free 00000000000076b0 g DF .text 000000000000003d Base px_strerror 000000000000f150 g DF .text 0000000000000056 Base mbuf_grab 000000000000fca0 g DF .text 0000000000000006 Base pgp_set_text_mode 0000000000006d60 g DF .text 00000000000000d3 Base pg_digest 0000000000006750 g DF .text 0000000000000008 Base pg_finfo_pg_gen_salt_rounds 00000000000100d0 g DF .text 0000000000000007 Base pgp_armor_dec_len 0000000000010bc0 g DF .text 0000000000000012 Base pgp_decompress_filter 00000000000175c0 g DF .text 00000000000000be Base pgp_pub_encrypt_bytea 0000000000007fd0 g DF .text 0000000000000115 Base px_find_hmac 0000000000015c10 g DF .text 0000000000000008 Base pg_finfo_pgp_pub_decrypt_bytea 0000000000006790 g DF .text 0000000000000008 Base pg_finfo_pg_encrypt_iv 000000000000f4b0 g DF .text 00000000000000d8 Base pullf_read_max 000000000000f140 g DF .text 0000000000000007 Base mbuf_tell 000000000000ff10 g DF .text 0000000000000017 Base pgp_set_s2k_digest_algo 0000000000015bb0 g DF .text 0000000000000008 Base pg_finfo_pgp_sym_encrypt_bytea 000000000000f750 g DF .text 000000000000011c Base pullf_create 0000000000013f20 g DF .text 0000000000000051 Base pgp_mpi_create 0000000000013870 g DF .text 0000000000000454 Base pgp_get_keyid 000000000000d770 g DF .text 0000000000000041 Base px_get_random_bytes 000000000000fd00 g DF .text 000000000000002b Base pgp_free 0000000000006f50 g DF .text 00000000000001af Base pg_encrypt 0000000000008940 g DF .text 000000000000375c Base _crypt_blowfish_rn 000000000000f1b0 g DF .text 000000000000000a Base mbuf_rewind 0000000000011120 g DF .text 000000000000002b Base pgp_skip_packet 0000000000015d90 g DF .text 000000000000010b Base pgp_key_id_w 0000000000008430 g DF .text 0000000000000115 Base px_gen_salt 0000000000008320 g DF .text 0000000000000081 Base px_crypt 0000000000006b60 g DF .text 0000000000000134 Base pg_gen_salt 000000000000f8f0 g DF .text 0000000000000076 Base mbuf_create 0000000000015c40 g DF .text 0000000000000008 Base pg_finfo_pg_armor 000000000000f870 g DF .text 0000000000000011 Base pullf_create_mbuf_reader 0000000000015ea0 g DF .text 000000000000016e Base pg_dearmor 000000000000f3d0 g DF .text 0000000000000051 Base pushf_flush 0000000000006710 g DF .text 0000000000000008 Base Pg_magic_func -- 2. That which causes joy or happiness. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org