tcl and pgrd problem

Поиск
Список
Период
Сортировка
От tatyana.krasnokutsky@gsa.gov
Тема tcl and pgrd problem
Дата
Msg-id OFB8BEFA9B.5266893B-ON05256E6A.0058F590-85256E6A.005A4CC4@gsa.gov
обсуждение исходный текст
Список pgsql-general
We are trying to install Postgres replication using pgReplicator.
We are following the installation instruction according to
http://pgreplicator.sourceforge.net/installation.html

The problem is with running pgrd daemon. There is no errors  when we
compile TCL-DP but when we run pgrd we have the following errors:


[replicator@demofbo bin]$ ./pgrd
couldn't load file "/usr/lib/tcl8.3/dp4.0/unix/libdp40.so":
/usr/lib/tcl8.3/dp4.0/unix/libdp40.so: undefined symbol: TclHasSockets
    while executing
"load /usr/lib/tcl8.3/dp4.0/unix/libdp40.so"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 load [list $dir/unix/libdp40.so]"
    (procedure "LoadLib" line 5)
    invoked from within
"LoadLib /usr/lib/tcl8.3/dp4.0"
    ("package ifneeded" script)
    invoked from within
"package require dp"
    (file "./pgrd" line 5)
We have already modified dpInit.c file as it has been  suggested
http://pgreplicator.sourceforge.net/faq.html but it did not help.


Is anybody has experienced with that kind of problem?
Thanks,
-Tanya




В списке pgsql-general по дате отправления:

Предыдущее
От:
Дата:
Сообщение: Re: execute function after user connect
Следующее
От: Bill Moran
Дата:
Сообщение: Re: PERFORM statement inside procedure