Segfault-Inc / Multicorn

Data Access Library
https://multicorn.org/
PostgreSQL License
697 stars 145 forks source link

ERROR: could not access file "$libdir/multicorn": No such file or directory #251

Open Bearshanjun opened 4 years ago

Bearshanjun commented 4 years ago

Hi, i am new to elasticsearch if this is a stupid question please pardon me, i am trying to Create the extension in the target database

root=# create extension multicorn ; ERROR: could not access file "$libdir/multicorn": No such file or directory

please help me

rdunklau commented 4 years ago

Hello,

I don't know why you're mentioning elasticsearch, but you probably didn't compile and install multicorn or not at the right place. What did you do ?

Bearshanjun commented 4 years ago

I want to connect postgres with multicorn, but this is not important anymore. I installed postgres 9.5 in /usr/local Execution export PATH=/usr/local/postgresql/bin:$PATH make && make install in /tmp/multicorn, there is no error, but the execution create extension multcorn ; this error occurred

multcorn can't install under /tmp ? or did I ignore any mistakes