Package Details: pgmodeler 3:1.1.2-1

Git Clone URL: https://aur.archlinux.org/pgmodeler.git (read-only, click to copy)
Package Base: pgmodeler
Description: PostgreSQL Database Modeler: an open source CASE tool for modeling PostgreSQL databases
Upstream URL: https://pgmodeler.io
Licenses: GPL3
Submitter: Carlinix
Maintainer: marco44
Last Packager: marco44
Votes: 50
Popularity: 0.32
First Submitted: 2014-01-04 05:32 (UTC)
Last Updated: 2024-04-09 11:50 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

davidmcinnis commented on 2016-05-02 03:03 (UTC)

I ERR_LIBXMLERR at startup: http://pastebin.com/BNJs8arL

mixedCase commented on 2016-01-15 21:10 (UTC)

I did try and it didn't work. But the new build does. Thanks.

marco44 commented on 2016-01-15 10:55 (UTC)

Did you try to rebuild it ? Anyway the 0.8.2-beta is out, I'll upgrade the package

mixedCase commented on 2016-01-14 22:08 (UTC)

I'm getting this after I updated: pgmodeler: error while loading shared libraries: libpgmodeler_ui.so.1: cannot open shared object file: No such file or directory

Jauch commented on 2015-11-20 13:56 (UTC)

Ok. Apparently, problem solved. I don't know what, but I was missing something from base-devel... Reinstalling (and installing missing packages enabled the installation of pgmodeler (it is compiling at this moment) :)

marco44 commented on 2015-11-20 13:02 (UTC)

Ok, so not coming from pg_config.

Jauch commented on 2015-11-20 13:00 (UTC) (edited on 2015-11-20 13:02 (UTC) by Jauch)

pg_config BINDIR = /usr/bin DOCDIR = /usr/share/doc/postgresql HTMLDIR = /usr/share/doc/postgresql INCLUDEDIR = /usr/include PKGINCLUDEDIR = /usr/include/postgresql INCLUDEDIR-SERVER = /usr/include/postgresql/server LIBDIR = /usr/lib PKGLIBDIR = /usr/lib/postgresql LOCALEDIR = /usr/share/locale MANDIR = /usr/share/man SHAREDIR = /usr/share/postgresql SYSCONFDIR = /etc/postgresql PGXS = /usr/lib/postgresql/pgxs/src/makefiles/pgxs.mk CONFIGURE = '--prefix=/usr' '--mandir=/usr/share/man' '--datadir=/usr/share/postgresql' '--sysconfdir=/etc' '--with-gssapi' '--with-libxml' '--with-openssl' '--with-perl' '--with-python' 'PYTHON=/usr/bin/python2' '--with-tcl' '--with-pam' '--with-system-tzdata=/usr/share/zoneinfo' '--with-uuid=e2fs' '--enable-nls' '--enable-thread-safety' 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' CC = gcc CPPFLAGS = -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong CFLAGS_SL = -fpic LDFLAGS = -L../../../src/common -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags LDFLAGS_EX = LDFLAGS_SL = LIBS = -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm VERSION = PostgreSQL 9.4.5 No where I am seeing the /usr/include/libpq folder...

Jauch commented on 2015-11-20 13:00 (UTC)

I'v been using yaourt to install. I'll try the 'classical AUR way' to see if the outcome is different anyway :)

marco44 commented on 2015-11-20 12:57 (UTC)

Is pg_config in the path (of the user you are using to compile pgmodeler). If yes, does it return the correct paths ?

Jauch commented on 2015-11-20 12:56 (UTC)

Hello. I have libpq and the headers installed. But they aren't in $PATH My $PATH is like this: /usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl The headers are in /usr/include and /usr/include/libpq and the library is in /usr/lib But adding this to $PATH do not change the error.