Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #90678
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!newsfeed.pionier.net.pl!feed.xsnews.nl!border03.ams.xsnews.nl!feeder03.ams.xsnews.nl!abp002.ams.xsnews.nl!frontend-F09-19.ams.news.kpn.nl |
|---|---|
| From | Cecil Westerhof <Cecil@decebal.nl> |
| Newsgroups | comp.lang.python |
| Subject | Re: Trying to build Python |
| Organization | Decebal Computing |
| References | <87a8x65e28.fsf@Equus.decebal.nl> <a8f18c31-4da2-473b-85a1-309b0ac60ea0@googlegroups.com> <mailman.33.1431688614.17265.python-list@python.org> |
| X-Face | "(y8cC@tg_12{">GF'UXTW]FHI2wMiZNrnf'1EFQ&O#$m:f#O7+7}kR<J%a^F2lh4[N~Yz4 nSp#c+aQo1b5=?HcNEkQ7QzF<])O3X4MDL/AYjys&*mt>,v+Pti8=Vi/Z"g^?b"E |
| X-Homepage | http://www.decebal.nl/ |
| Date | Fri, 15 May 2015 16:25:22 +0200 |
| Message-ID | <87617t6hpp.fsf@Equus.decebal.nl> (permalink) |
| User-Agent | Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
| Cancel-Lock | sha1:IE4u0qzi4dytlXAnJEnGh8cTpYU= |
| MIME-Version | 1.0 |
| Content-Type | text/plain |
| Lines | 36 |
| NNTP-Posting-Host | 81.207.62.244 |
| X-Trace | 1431700160 news.kpn.nl 2074 81.207.62.244@kpn/81.207.62.244:56531 |
| Xref | csiph.com comp.lang.python:90678 |
Show key headers only | View raw
Op Friday 15 May 2015 13:16 CEST schreef Chris Angelico: > On Fri, May 15, 2015 at 9:02 PM, Rustom Mody <rustompmody@gmail.com> wrote: >> On Friday, May 15, 2015 at 4:28:13 PM UTC+5:30, Cecil Westerhof wrote: >>> I am trying to build Python 3 on a Debian system. It is >>> successful, but a few things where missing. Partly I solved it, >>> but a few things keep unresolved: _bz2 _sqlite3 readline _dbm _ssl >>> _gdbm >>> >>> What do I need to do to get those resolved also? >>> >> >> $ aptitude build-dep python3 >> >> should fetch the requirements of python3 It should, but it did not. I had to install tcl-dev and tk-dev and then still got the above missing dependencies. > And if not, try grabbing some development libraries: > > $ sudo apt-get install libbz2-dev libsqlite3-dev libreadline-dev > libssl-dev libgdbm-dev That did the trick. :-D > I'm not sure about the _dbm module, not sure what it needs. I get no complaints anymore, so: problem solved. -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Trying to build Python Cecil Westerhof <Cecil@decebal.nl> - 2015-05-15 12:29 +0200
Re: Trying to build Python Rustom Mody <rustompmody@gmail.com> - 2015-05-15 04:02 -0700
Re: Trying to build Python Chris Angelico <rosuav@gmail.com> - 2015-05-15 21:16 +1000
Re: Trying to build Python Cecil Westerhof <Cecil@decebal.nl> - 2015-05-15 16:25 +0200
Re: Trying to build Python Ned Batchelder <ned@nedbatchelder.com> - 2015-05-15 09:37 -0700
csiph-web