Re: [INTERFACES] FPK Pascal and Postgres
От | Robert Hiltibidal |
---|---|
Тема | Re: [INTERFACES] FPK Pascal and Postgres |
Дата | |
Msg-id | 3.0.6.32.19990902085857.008fce30@y2k.state.il.us обсуждение исходный текст |
Ответ на | Re: [INTERFACES] FPK Pascal and Postgres (The Hermit Hacker <scrappy@hub.org>) |
Список | pgsql-interfaces |
Morning, I installed FPK Pascal on another host last night. I ran into a similar problem where the error message was: testpg: error in loading shared libraries libpq.so.2.0: cannot open shared object file: No such file or directory I checked both the /etc/ld.so.conf files and the /etc/ppc386.cfg file. I had the proper enteries in both files. The problem was in the postgress.pp file. The include statement was originally: { $include "libpq/pqcomm.h"} By changing it to the absolute path as listed below everything works great. Its a bit early for benchmarks but I'm guestimating I'm seeing somewhere's around 40% speed improvement over Perl. Perhaps today I'll make a benchmark program and compare the results. Although I will say it takes about 20 lines of code in perl and about 70 lines in pascal... tradeoff's...gotta love 'em. { $include "/usr/include/libpq/pqcomm.h"} -Rob
В списке pgsql-interfaces по дате отправления: