Re: compile errors in new PL/Pler

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: compile errors in new PL/Pler
Дата
Msg-id 40E572C0.8050101@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: compile errors in new PL/Pler  ("Andrew Dunstan" <andrew@dunslane.net>)
Список pgsql-hackers
> In the meantime, does this solve your problem?:
> 
> #ifndef eval_pv
> #define eval_pv perl_eval_pv
> #endif

Hmmm, I put it in  there and rebuilt and reinstalled and tried again:

-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")


Same error?  I wonder if I did something wrong...

Chris



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

Предыдущее
От: "Jeroen T. Vermeulen"
Дата:
Сообщение: Re: [Re] Re: PREPARE and transactions
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: compile errors in new PL/Pler