Re: compile errors in new PL/Pler

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: compile errors in new PL/Pler
Дата
Msg-id 40E52C29.3070509@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: compile errors in new PL/Pler  ("Andrew Dunstan" <andrew@dunslane.net>)
Ответы Re: compile errors in new PL/Pler
Список pgsql-hackers
> 1 is not acceptable, and 2 kinda sucks.
> 
> Please try adding this to SPI.xs,
> 
> #ifndef aTHX_
> #define aTHX_
> #endif
> 
> recompile and test by calling spi_exec_query with more than 2 arguments like
> this:

Hmmm, compiled fine, but then I get this:

-bash-2.05b$ createlang -d test plperl
ERROR:  could not load library 
"/home/chriskl/local/lib/postgresql/plperl.so": dlopen 
'/home/chriskl/local/lib/postgresql/plperl.so' failed. 
(/home/chriskl/local/lib/postgresql/plperl.so: Undefined symbol "eval_pv")
createlang: language installation failed: ERROR:  could not load library 
"/home/chriskl/local/lib/postgresql/plperl.so": dlopen 
'/home/chriskl/local/lib/postgresql/plperl.so' failed. 
(/home/chriskl/local/lib/postgresql/plperl.so: Undefined symbol "eval_pv")

Chris



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

Предыдущее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: compile errors in new PL/Pler
Следующее
От: Thomas Hallgren
Дата:
Сообщение: Re: transactions within functions