File: NOTE-WARNING

package info (click to toggle)
gdbm 1.24-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,364 kB
  • sloc: ansic: 16,116; sh: 7,798; lex: 773; yacc: 381; makefile: 368; perl: 284; exp: 177; sed: 16
file content (23 lines) | stat: -rw-r--r-- 1,037 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
******************************************************************************
				 W A R N I N G
******************************************************************************

Gdbm files have never been `portable' between different operating systems,
system architectures, or potentially even different compilers.  Differences
in byte order, the size of file offsets, and even structure packing make
gdbm files non-portable.

Therefore, if you intend to send your database to somebody over the wire,
please dump it into a portable format using gdbm_dump and send the resulting
file instead. The receiving party will be able to recreate the database from
the dump using the gdbm_load command.

Please refer to the documentation, chapters 25 and 26, for a detailed
discussion of these two tools. Run `info gdbm gdbm_dump', if gdbm is
already installed on your system, or `info -f doc/gdbm.info gdbm_dump'
to read the docs from the source tree.

The documentation is also available online at
http://www.gnu.org.ua/software/gdbm/manual.