[Python-Dev] AIX build problem, 2.2.1c2

Martin v. Loewis martin@v.loewis.de
29 Mar 2002 02:17:48 +0100


"Paul F Dubois" <paul@pfdubois.com> writes:

> (from LOG.python):
> ...
> building 'bsddb' extension
> ld: 0711-317 ERROR: Undefined symbol: .dbopen
> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
> information. skipping 
> /g/g20/jnjohnso/cdat-3.2/pysrc/build/Python-2.2.1c2/Modules/bsddbmodule.
> c 
> (build/temp.aix-4.3-2.2/bsddbmodule.o up-to-date) ./Modules/ld_so_aix cc
> -bI:Modules/python.exp 
> build/temp.aix-4.3-2.2/bsddbmodule.o -L/usr/local/lib 
> -L/g/g20/jnjohnso/arf/lib -ldb -o build/lib.aix-4.3-2.2/bsddb.so
> WARNING: removing "bsddb" since importing it failed
> error: build/lib.aix-4.3-2.2/bsddb.so: No such file or directory
> make: *** [sharedmods] Error 1

What is the problem you want to report? That bsddb does not build?
That could have many reasons, most likely, your bsddb installation is
broken.

Regards,
Martin