muhammadshoaib commented on issue #216: URL: https://github.com/apache/incubator-age/issues/216#issuecomment-1127769866
Currently AGE supports Linux compilation. If you are on windows machine trying docker would be quit useful in your case. On Mon, May 16, 2022 at 4:28 PM ewrayjohnson ***@***.***> wrote: > First I tried *create extension age;* and got: > > ERROR: could not open extension control file "C:/Program > Files/PostgreSQL/11/share/extension/age.control": No such file or directory > SQL state: 58P01 > > Since I could not find any windows binaries, I downloaded the source. > I first placed the following files in my C:\Program > Files\PostgreSQL\11\share\extension folder: > > age.control > age--1.0.0.sql > > I again tried *create extension age;* and got: > > ERROR: could not access file "$libdir/age": No such file or directory > SQL state: 58P01 > > I then tried to run *make install* and got: > > Makefile:106: Files/PostgreSQL/11/lib/pgxs/src/makefiles/pgxs.mk: No such > file or directory > make: *** No rule to make target > 'Files/PostgreSQL/11/lib/pgxs/src/makefiles/pgxs.mk'. Stop. > > I then downloaded PostgreSQL source and copied the contents of its *src* > folder to my *C:\Program Files\PostgreSQL\11\lib\pgxs\src* folder and > Then I tried again to run *make install* and got: > > C:/PROGRA~1/PostgreSQL/11/lib/pgxs/src/makefiles/pgxs.mk:226: > /src/Makefile.shlib: No such file or directory > make: *** No rule to make target '/src/Makefile.shlib'. Stop. > > I can't find any good instructions on how to get things installed and > running on Windows. > > *HELP* > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/incubator-age/issues/216>, or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AAKYCL67K6MPEO6RVFWKZNTVKJLQRANCNFSM5WBV5NVQ> > . > You are receiving this because you are subscribed to this thread.Message > ID: ***@***.***> > -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
