Error building the EnterpriseDB mysql_fdw on OSX

Поиск
Список
Период
Сортировка
От Kirk Roybal
Тема Error building the EnterpriseDB mysql_fdw on OSX
Дата
Msg-id 4ed673daaf311b5b4de321cd69f08327@webfinish.com
обсуждение исходный текст
Ответы Re: Error building the EnterpriseDB mysql_fdw on OSX  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers

I'm running 10.9.5 of OSX.

I got the MySQL and PostgreSQL dependencies installed (I think).

Checked out the git repo for mysql_fdw from git://github.com/EnterpriseDB/mysql_fdw

USE_PGXS=1 make

and got the error:

 mysql_fdw.c
mysql_fdw.c:153:56: error: use of undeclared identifier 'RTLD_DEEPBIND'
        mysql_dll_handle = dlopen(_MYSQL_LIBNAME, RTLD_LAZY | RTLD_DEEPBIND);


Is RTLD_DEEPBIND supported on OSX?

Did I do something wrong getting the dependencies together?

/Kirk

 

-- 
-- The best virus protection for Windows is fdisk, format, insert linux disk.

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pg_prewarm really needs some CHECK_FOR_INTERRUPTS
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Doing better at HINTing an appropriate column within errorMissingColumn()