From: Jay M. <jm...@ua...> - 2004-08-12 00:16:23
|
Greetings; I am trying to install pyPgSQL on an ibook running (as of last night which might have something to do with it or not) system version 10.3.5, kernel version 7.5.0, PostgreSQL 7.4.3 and MacPython 2.3. I did install the Python add-ons. When Running python setup.py build I get: /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/ distutils/dist.py:213: UserWarning: 'licence' distribution option is deprecated; use 'license' warnings.warn(msg) running install running build running build_py running build_ext building 'pyPgSQL.libpq.libpqmodule' extension gcc -Wl,-F. -Wl,-F. -bundle -framework Python build/temp.darwin-7.5.0-Power_Macintosh-2.3/libpqmodule.o build/temp.darwin-7.5.0-Power_Macintosh-2.3/pgboolean.o build/temp.darwin-7.5.0-Power_Macintosh-2.3/pgint2object.o build/temp.darwin-7.5.0-Power_Macintosh-2.3/pgint8object.o build/temp.darwin-7.5.0-Power_Macintosh-2.3/pgversion.o build/temp.darwin-7.5.0-Power_Macintosh-2.3/pglargeobject.o build/temp.darwin-7.5.0-Power_Macintosh-2.3/pgnotify.o build/temp.darwin-7.5.0-Power_Macintosh-2.3/pgconnection.o build/temp.darwin-7.5.0-Power_Macintosh-2.3/pgresult.o build/temp.darwin-7.5.0-Power_Macintosh-2.3/pymemstrdup.o build/temp.darwin-7.5.0-Power_Macintosh-2.3/port/strtoll.o build/temp.darwin-7.5.0-Power_Macintosh-2.3/port/strtoull.o build/temp.darwin-7.5.0-Power_Macintosh-2.3/port/strtok.o -L/usr/local/pgsql/lib -lpq -lssl -lcrypto -o build/lib.darwin-7.5.0-Power_Macintosh-2.3/pyPgSQL/libpq/libpqmodule.so ld: Undefined symbols: _error_message _krb5_cc_close _krb5_cc_default _krb5_cc_get_principal _krb5_free_context _krb5_free_error _krb5_free_principal _krb5_init_context _krb5_sendauth _krb5_sname_to_principal _krb5_unparse_name error: command 'gcc' failed with exit status 1 Any help would be appreciated. Thanks Jay mutter |