ebin123456 / py-amqplib

Automatically exported from code.google.com/p/py-amqplib
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Unable to Install amqplib-0.6.1 #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which version of amqplib are you using?

amqplib-0.6.1

Have you checked to see if there is a newer version in the "Featured
Downloads" section of the front page of this project?

yes

Which broker are you using (RabbitMQ?) which version?

RabbitMQ 2.4.1

Which version of Python?

python2.6

What steps will reproduce the problem?

1.download tarball 
2.decompress tarball and change directory
3.run 'sudo python2.6 setup.p[y install'

What is the expected output? What do you see instead?

I expected the software to build, but instead I got the following error message:

  running install
  error: invalid Python installation: unable to open /usr/lib64/python2.6/config/Makefile (No such file or directory)

Please provide any additional information below.

I checked and sure enough there is no config directory.  I tried creating the 
config directory, but a Makefile is still needed from somewhere.  Any pointers 
on where I can get the correct Makefile?

Original issue reported on code.google.com by brobinso...@gmail.com on 31 May 2011 at 8:07

GoogleCodeExporter commented 9 years ago
I discovered the issue is that my host did not have the python-devel libraries 
installed.  Installing python-devel remedied the issue.

Original comment by brobinso...@gmail.com on 31 May 2011 at 8:45

GoogleCodeExporter commented 9 years ago
OK, thanks for letting us know you found a solution.

Original comment by barry.pe...@gmail.com on 21 Jun 2011 at 8:49