You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by GitBox <gi...@apache.org> on 2022/10/31 07:48:39 UTC

[GitHub] [age] jievince opened a new issue, #344: incompatible library "/usr/lib/postgresql/11/lib/age.so": version mismatch

jievince opened a new issue, #344:
URL: https://github.com/apache/age/issues/344

   ```
   ➜  psql --version
   psql (PostgreSQL) 11.17 (Ubuntu 11.17-1.pgdg20.04+1)
   ```
   ```
   ➜  file /usr/lib/postgresql/11/lib/age.so
   /usr/lib/postgresql/11/lib/age.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a2e74c1a3d3c1098840b2bc865f7b8407f1908c5, with debug_info, not stripped
   ```
   
   ```
   ➜  psql
   psql (11.17 (Ubuntu 11.17-1.pgdg20.04+1))
   Type "help" for help.
   
   root=# CREATE EXTENSION age;
   ERROR:  incompatible library "/usr/lib/postgresql/11/lib/age.so": version mismatch
   DETAIL:  Server is version 11, library is version 12.
   root=# CREATE EXTENSION age;
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] jievince closed issue #344: incompatible library "/usr/lib/postgresql/11/lib/age.so": version mismatch

Posted by GitBox <gi...@apache.org>.
jievince closed issue #344: incompatible library "/usr/lib/postgresql/11/lib/age.so": version mismatch
URL: https://github.com/apache/age/issues/344


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] jievince commented on issue #344: incompatible library "/usr/lib/postgresql/11/lib/age.so": version mismatch

Posted by GitBox <gi...@apache.org>.
jievince commented on issue #344:
URL: https://github.com/apache/age/issues/344#issuecomment-1296720385

   Why it reports the incompatible error?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org