Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - bsadler

#1
General Support / 0.2.15 - cannot run
January 19, 2007, 11:58:02 AM
Hello, I try to compile 0.2.15

./configure --with-server --with-pgsql --prefix=/usr/local
make
make install

system: CentOS 4.4  2.6.9-42.0.3.ELsmp

Configuration of source code and compilation is ok, but when I try to run nxdbmgr check i get initialization error from libnxddr_pgsql.so and in log I get: unknown symbol PQExec.
When I run nxdbmgr from directory where source code is compiled - it run properly (I get message about difference of database version)
Sounds like is a problem with linking libraries?