Hello,
I am trying build a runner in Dynamic 4GL to connect to a Postgresql database. Both Postgresql and Dynamic 4GL are on the same redhat 7.2 linux server.
I issue the command
./fglmkrun -o $FGLDIR/bin/runner -d pgs73* –dcl $FGLDIR/lib/libpgs73x.a
And the runner is created no problem.
However when I try to generate the database schema
./fglschema test
I get an error saying
/usr/fgl2c/bin/runpgs732: error while loading shared libraries: libpq.so.3: cannot open shared object file: No such file or directory
Does someone know how to solve this problem?
Thanks
Jason
I am trying build a runner in Dynamic 4GL to connect to a Postgresql database. Both Postgresql and Dynamic 4GL are on the same redhat 7.2 linux server.
I issue the command
./fglmkrun -o $FGLDIR/bin/runner -d pgs73* –dcl $FGLDIR/lib/libpgs73x.a
And the runner is created no problem.
However when I try to generate the database schema
./fglschema test
I get an error saying
/usr/fgl2c/bin/runpgs732: error while loading shared libraries: libpq.so.3: cannot open shared object file: No such file or directory
Does someone know how to solve this problem?
Thanks
Jason