473,398 Members | 2,812 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

2.3 on Debian Woody: doable?

There doesn't seem to be an apt package for Python 2.3 on Debian Woody.

Should I expect unusual difficulties or unsolvable problems when building
and installing 2.3 on Woody from the source distribution of Python?

E.g. things like dependencies on other libraries that are not available on
Woody?

--
René Pijlman
Jul 18 '05 #1
3 1410
Rene Pijlman wrote:
There doesn't seem to be an apt package for Python 2.3 on Debian Woody.

Should I expect unusual difficulties or unsolvable problems when building
and installing 2.3 on Woody from the source distribution of Python?

E.g. things like dependencies on other libraries that are not available on
Woody?


I've installed 2.3 from source on a minimal Debian Woody, and it went
flawlessly. The only extra software I had to install was BerkeleyDB for
the bsddb package to work, but that has nothing to do with Debian.

Regards,
Jan
Jul 18 '05 #2
Jan Dries:
Rene Pijlman:
There doesn't seem to be an apt package for Python 2.3 on Debian Woody.

Should I expect unusual difficulties or unsolvable problems when building
and installing 2.3 on Woody from the source distribution of Python?

E.g. things like dependencies on other libraries that are not available on
Woody?


I've installed 2.3 from source on a minimal Debian Woody, and it went
flawlessly. The only extra software I had to install was BerkeleyDB for
the bsddb package to work, but that has nothing to do with Debian.


Great Jan, thanks!

--
René Pijlman
Jul 18 '05 #3
Rene Pijlman wrote:
Matt Goodall:
[Python 2.3 on Debian woody]
I know it's not really Woody but if you feel brave then Debian testing
is fantastic for Python.

Thanks, but I'm developing for a customer with a production server running
woody, so testing is not an option for me.

Building 2.3 from source is ok, so I guess I'll do that. Just have to
figure out how to get mod_python and such up and running.


If you want to build mod_python from source as well, you need to patch
it, at least the 3.0.3 version, to work with Python-2.3.2, as the latter
no longer defined LONG_LONG.

Add the following to src/include/mod_python.h

/* python 2.3 no longer defines LONG_LONG, it defines PY_LONG_LONG */
#ifndef LONG_LONG
#define LONG_LONG PY_LONG_LONG
#endif

Beyond this, a mere
./configure --with-apxs=...
make
make install
did the trick for me.

Regards,
Jan
Jul 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Martin Pilka | last post by:
After several hours I found out how to make this work: 1) Here is the test.php script, "Who are we" is the message for the translation <? $language = "de_DE"; putenv("LC_ALL=$language");...
3
by: Sandro Dentella | last post by:
I need to use a class to handle mbox files that uses PEAR. Since I'm using Debian (both woody and, I simply apt-get(ed) php4-pear but I can't use it becouse I get the error: Warning: dl():...
2
by: Eddie Parker | last post by:
Hello! Standard disclaimer here - I'm new, so I'm not sure if this is the wrong place to be posting, so please be kind if I am, and I'll kindly move my question elsewhere. :) Otherwise - thank...
3
by: Martijn van Oosterhout | last post by:
Hi, Does anyone have any packages for 7.3.4 for debian woody? Thanks in advance, -- Martijn van Oosterhout <kleptog@svana.org> http://svana.org/kleptog/ > "All that is needed for the...
7
by: Oliver Elphick | last post by:
Debian packages of 7.4 have been uploaded to Debian's experimental archive. Because of certain issues with interlocking dependencies, I will not move them to unstable until version 7.3.4-9 is...
1
by: Erwin Brandstetter | last post by:
Hi Newsgroup! Some weeks back (2003-11-18), Oliver Elphick wrote in this newsgroup: > A version built for woody (stable) is available at > http://people.debian.org/~elphick/debian This is...
6
by: mortuno | last post by:
Hi My tkinter apps worked fine in debian linux (woody and sarge) I moved to ubuntu 5.10 I follow the 'hello world' test as seen in http://wiki.python.org/moin/TkInter import _tkinter #...
119
by: Rhino | last post by:
One of my friends, Scott, is a consultant who doesn't currently have newsgroup access so I am asking these questions for him. I'll be telling him how to monitor the answers via Google Newsgroup...
0
by: carex | last post by:
Hi, A few years ago (2000 ?) I installed an oracle client on a linux server (oracle8iR2 on Debian Woody) and everything went beautifully. (with DBD::Oracle) Now, I need an oracle client on...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.