Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Runner problem, fglmkrun

Status
Not open for further replies.

NitzGuy

Programmer
Jun 9, 2003
28
CA
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top