Compiling problem on SuSe 9.1 - Mailing list pgadmin-support
From | |
---|---|
Subject | Compiling problem on SuSe 9.1 |
Date | |
Msg-id | 20040529103401.8A5C2D1B199@svr1.postgresql.org Whole thread Raw |
List | pgadmin-support |
I tried to install pgAdmin on SuSe 9.1 but i get dependency problems (tried all versions). So i started to compile my own version (a am new to linux) First part went ok (wxWindows) then pgAdmin, this gave errors in the make fase, i give the output below. any help would be appriciated With regards, Mathijs Kooij The Netherlands kooij@linux:~/Documents/pgadmin3-1.0.2> ./configure --enable-static --enable-deb ug checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for working strtod... yes checking for gethostbyname... yes checking for inet_ntoa... yes checking for memmove... yes checking for memset... yes checking for strchr... yes checking for wx-config binary... yes checking for pgsql include files... yes checking for pgsql... yes checking for PQexec in -lpq... yes checking libpq-fe.h usability... yes checking libpq-fe.h presence... yes checking for libpq-fe.h... yes checking pgsql in /usr... ok checking for wxWindows... yes checking wxWindows in /usr/local... ok configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands kooij@linux:~/Documents/pgadmin3-1.0.2> make all make all-recursive make[1]: Entering directory `/home/kooij/Documents/pgadmin3-1.0.2' Making all in src make[2]: Entering directory `/home/kooij/Documents/pgadmin3-1.0.2/src' g++ -DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" -Wall -g -I../src/include -I -Wall -g -O0 -L/usr/lib -L/usr/local/lib -o pgadmin3 pgAdmin3.o pgConn.o p gSet.o keywords.o pgAggregate.o pgCast.o pgCheck.o pgCollection.o pgColumn.o pgC onstraints.o pgConversion.o pgDatabase.o pgDomain.o pgForeignKey.o pgFunction.o pgGroup.o pgIndex.o pgIndexConstraint.o pgLanguage.o pgObject.o pgOperator.o pgO peratorClass.o pgRule.o pgSchema.o pgSequence.o pgServer.o pgTable.o pgTrigger.o pgType.o pgUser.o pgView.o pgDatatype.o ctlSQLBox.o ctlSQLResult.o frmExport.o dlgAddTableView.o events.o frmAbout.o frmChildTableViewFrame.o frmConnect.o frmM ain.o frmOptions.o frmPassword.o frmQuery.o frmQueryBuilder.o frmHelp.o frmQBJoi n.o frmSplash.o frmMaintenance.o frmEditGrid.o dlgProperty.o dlgUser.o dlgGroup. o dlgDatabase.o dlgLanguage.o dlgSchema.o dlgDomain.o dlgTable.o dlgColumn.o dlg Index.o dlgFunction.o dlgView.o dlgRule.o dlgOperator.o dlgAggregate.o dlgCast.o dlgConversion.o dlgIndexConstraint.o dlgForeignKey.o dlgSequence.o dlgTrigger.o dlgType.o dlgCheck.o frmStatus.o misc.o sysLogger.o sysSettings.o xrcDialogs.o /usr/lib/libpq.a -lcrypt -lssl -lcrypto /usr/local/lib/libwx_gtk2ud_stc-2.5.a /usr/local/lib/libwx_gtk2ud_xrc-2.5.a -L/usr/local/lib -pthread /usr/local/li b/libwx_gtk2ud-2.5.a -Wl,--export-dynamic -pthread -L/opt/gnome/lib -lgtk-x11-2. 0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpan go-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -Wl,--export-dy namic -L/opt/gnome/lib -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -l dl -lglib-2.0 -lpng -ljpeg -ltiff -lz -ldl -lm /usr/lib/libpq.a(fe-auth.o)(.text+0x3a): In function `pg_krb5_init': : undefined reference to `krb5_init_context' /usr/lib/libpq.a(fe-auth.o)(.text+0x5a): In function `pg_krb5_init': : undefined reference to `krb5_cc_default' /usr/lib/libpq.a(fe-auth.o)(.text+0x84): In function `pg_krb5_init': : undefined reference to `krb5_cc_get_principal' /usr/lib/libpq.a(fe-auth.o)(.text+0xae): In function `pg_krb5_init': : undefined reference to `krb5_unparse_name' /usr/lib/libpq.a(fe-auth.o)(.text+0x111): In function `pg_krb5_init': : undefined reference to `error_message' /usr/lib/libpq.a(fe-auth.o)(.text+0x142): In function `pg_krb5_init': : undefined reference to `error_message' /usr/lib/libpq.a(fe-auth.o)(.text+0x16f): In function `pg_krb5_init': : undefined reference to `krb5_free_context' /usr/lib/libpq.a(fe-auth.o)(.text+0x179): In function `pg_krb5_init': : undefined reference to `error_message' /usr/lib/libpq.a(fe-auth.o)(.text+0x1b0): In function `pg_krb5_init': : undefined reference to `krb5_cc_close' /usr/lib/libpq.a(fe-auth.o)(.text+0x1ba): In function `pg_krb5_init': : undefined reference to `error_message' /usr/lib/libpq.a(fe-auth.o)(.text+0x1f1): In function `pg_krb5_init': : undefined reference to `krb5_free_principal' /usr/lib/libpq.a(fe-auth.o)(.text+0x5ce): In function `.L54': : undefined reference to `krb5_sname_to_principal' /usr/lib/libpq.a(fe-auth.o)(.text+0x5de): In function `.L54': : undefined reference to `error_message' /usr/lib/libpq.a(fe-auth.o)(.text+0x747): In function `.L54': : undefined reference to `krb5_free_principal' /usr/lib/libpq.a(fe-auth.o)(.text+0x86a): In function `.L54': : undefined reference to `krb5_sendauth' /usr/lib/libpq.a(fe-auth.o)(.text+0x88b): In function `.L54': : undefined reference to `error_message' /usr/lib/libpq.a(fe-auth.o)(.text+0x8d8): In function `.L54': : undefined reference to `krb5_free_principal' /usr/lib/libpq.a(fe-auth.o)(.text+0x965): In function `.L54': : undefined reference to `krb5_free_error' collect2: ld returned 1 exit status make[2]: *** [pgadmin3] Error 1 make[2]: Leaving directory `/home/kooij/Documents/pgadmin3-1.0.2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/kooij/Documents/pgadmin3-1.0.2' make: *** [all] Error 2 kooij@linux:~/Documents/pgadmin3-1.0.2>
pgadmin-support by date: