skip to Main Content

Postgresql – Permission issue for AGE

While installing Apache AGE from master branch, on PostgreSQL 14, the following error appeared while issuing make install: /usr/bin/install: cannot remove '/usr/local/pgsql/lib/age.so': Permission denied make: *** [/usr/local/pgsql/lib/pgxs/src/makefiles/../../src/Makefile.shlib:456: install-lib-shared] Error 1 What should I do to fix this? What I tried…

VIEW QUESTION

Postgresql – How Do I Fix 'Metadata Load Error' in AGE Viewer?

When using npm start to start AGE Viewer, I get the following error in my terminal. Error: Not connected at _callee4$ (/home/hallixon/age-viewer/backend/src/controllers/databaseController.js:64:19) at tryCatch (/home/hallixon/age-viewer/backend/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:44:17) at Generator.<anonymous> (/home/hallixon/age-viewer/backend/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:125:22) at Generator.next (/home/hallixon/age-viewer/backend/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:69:21) at asyncGeneratorStep (/home/hallixon/age-viewer/backend/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24) at _next (/home/hallixon/age-viewer/backend/node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:9) at /home/hallixon/age-viewer/backend/node_modules/@babel/runtime/helpers/asyncToGenerator.js:27:7 at…

VIEW QUESTION
Back To Top
Search