tig3rclaw Posted October 14, 2013 Share #1 Posted October 14, 2013 Hello I got the 4.2 version running on my custom made NAS, which is awesome. However for a couple of "packages" I require Python. When I install the custom comminty package, then I am not able to use the latest version. I believe I have version 2.7.3, while the latest is version 2.7.7. Due to this I can not install my wanted packages. Do others also experience this problem? How can we get rid of the version check, so we can install thjis latest version? Link to comment Share on other sites More sharing options...
fonix232 Posted October 14, 2013 Share #2 Posted October 14, 2013 You have to compile Python 2.7.7 from source. I had a really similar problem, namely the 3.3 build on the IPKG servers was not built with --enable-ipv6. This resulted in a slight issue that none of the socket-enabled apps would run, but die. Only solution was a simple recompile (get source tarball, extract, run ./configure, make, make install, replace python bin symlinks to the new binary). You'll also need the build tools (make, gcc, autoconf, and others). Link to comment Share on other sites More sharing options...
tig3rclaw Posted October 18, 2013 Author Share #3 Posted October 18, 2013 I am not that familiar with these kind of things. Can someone perhaps do this compiling for me? It would really appreciate the help Link to comment Share on other sites More sharing options...
Recommended Posts