Makefile:54: /usr/pgsql-9.5/lib/pgxs/src/makefiles/pgxs.mk: No such file or directory

See original GitHub issue

when I make multicorn with python2.6 or python3.5 ,it show me the error all the time.

Makefile:54: /usr/pgsql-9.5/lib/pgxs/src/makefiles/pgxs.mk: No such file or directory make: python2.6-config: Command not found expr: syntax error expr: syntax error Python version is 2.6 make: *** No rule to make target `/usr/pgsql-9.5/lib/pgxs/src/makefiles/pgxs.mk’. Stop.

who can tell me how to deal the problem

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

20reactions
scarroll32commented, Sep 17, 2017

Backup your database, then

sudo apt-get install postgresql-server-dev-all
sudo apt-get install postgresql-common
13reactions
scarroll32commented, Oct 19, 2018

Open a terminal and then type those commands. Because you are using sudo you will need to provide a password.

I also suggest you do some reading on apt-get … not always good to type in commands from the internet! … but you can trust me, I promise 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error "no such file or directory" when compiling with Makefile
As for the file directory, the make file is outside of 3 folders, bin, src, and include. bin is where I want the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found