You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to compile the address standadizer for Postgresql 11.6. I have strictly followed the instructions: dependencies installed, patch implemented for Postgresql 11 (Makefile.global) ...
With "sudo make PGVER=11 -f Makefile.pg install" I get the following error message:
error: can't create module summary index for buffer: Expected a single module
LLVM ERROR: ThinLink didn't create an index
/usr/lib/postgresql/11/lib/pgxs/src/makefiles/pgxs.mk:229: recipe for target 'install' failed
make: *** [install] Error 1
If I compile the Address Standadizer on the same system under Postgresql 10, the compilation runs without errors.
My system: Ubuntu 18.04, Postgresql 11.6, PostGIS 2.5.
Got any advice for me?
The text was updated successfully, but these errors were encountered:
I am trying to compile the address standadizer for Postgresql 11.6. I have strictly followed the instructions: dependencies installed, patch implemented for Postgresql 11 (Makefile.global) ...
With "sudo make PGVER=11 -f Makefile.pg install" I get the following error message:
error: can't create module summary index for buffer: Expected a single module
LLVM ERROR: ThinLink didn't create an index
/usr/lib/postgresql/11/lib/pgxs/src/makefiles/pgxs.mk:229: recipe for target 'install' failed
make: *** [install] Error 1
If I compile the Address Standadizer on the same system under Postgresql 10, the compilation runs without errors.
My system: Ubuntu 18.04, Postgresql 11.6, PostGIS 2.5.
Got any advice for me?
The text was updated successfully, but these errors were encountered: