danielwambo commented on issue #1247:
URL: https://github.com/apache/age/issues/1247#issuecomment-1732650998

   You are getting the error because the packages shown there are not available 
for that release. Make sure to use same package version for postgres and Apache 
age. If it's 12,use 12 in both. 
   
   1. Check your postgres version with the command below.
   `pg_config --version`
   
   2. After knowing the version e.g 12.Install  Apache age as below.
   `git clone https://github.com/apache/age.git`
   
   3. cd to the directory of age and checkout to the version similar to you 
postgres, e.g 12 as below.
   `git checkout PG12`
   4 Then do the install
   `sudo make install`


-- 
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-unsubscr...@age.apache.org

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

Reply via email to