build python 2.7.3 first...the default python version is 2.4.3...out of support..
1: steps of python 2.7.3 building
: build sqlite3 first..
we omit Tkinter building here due to we don't need this module.
run ./configure CFLAGS="-fPIC" --prefix=/usr/local ..
sudo make install
now we are ready to build all dependencies of Ice...
instructions are similar with building on Ubuntu..
after that.. start to build Ice itself.
sometimes we may experience unreference about Berkeleydb 4.8...
one way to work around is to copy all Berkeley db lib files to /cpp/lib and try again.
本文详细介绍了如何在特定环境下构建Python 2.7.3及其依赖库SQLite3,并提供了解决Berkeleydb4.8引用错误的方法。
1万+

被折叠的 条评论
为什么被折叠?



