php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #61543 installation problems
Submitted: 2012-03-28 12:58 UTC Modified: 2013-02-18 00:35 UTC
From: str dot pasha at gmail dot com Assigned: jon (profile)
Status: No Feedback Package: python (PECL)
PHP Version: 5.3.10 OS: Ubuntu
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2012-03-28 12:58 UTC] str dot pasha at gmail dot com
Description:
------------
.....................
checking for embedded Python support... yes, shared
checking for Python files in default path... not found
configure: error: Please specify path to Python distribution files
ERROR: `/tmp/pear/temp/python/configure' failed


Test script:
---------------
sudo pecl install python-alpha



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-03-28 17:42 UTC] str dot pasha at gmail dot com
or 
phpize
./configure --with-python=/usr/lib/python2.7

...............
checking for embedded Python support... yes, shared
checking for dlopen in -ldl... yes
checking for Py_Initialize in -lpython2.5... no
configure: error: wrong Python lib version or lib not found
 [2012-09-04 06:51 UTC] phpnet at jigsoft dot co dot za
We have moved this issue here http://goo.gl/lCLZ7 our new home on github, You are 
invited: come fetch a fork and lets continue discussions there.
 [2012-09-04 06:51 UTC] phpnet at jigsoft dot co dot za
We have moved this issue here http://goo.gl/lCLZ7 our new home on github, You are 
invited: come fetch a fork and lets continue discussions there.
 [2012-09-04 06:52 UTC] phpnet at jigsoft dot co dot za
We have moved this issue here http://goo.gl/lCLZ7 our new home on github, You are 
invited: come fetch a fork and lets continue discussions there.
 [2012-09-10 04:08 UTC] jon@php.net
I believe you need to install the `python-dev` package on Ubuntu.  That will 
provide the Python build environment upon which the python extension depends.
 [2012-09-10 04:08 UTC] jon@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: jon
 [2013-02-18 00:35 UTC] pecl-dev at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 07:01:29 2024 UTC