Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Search found 9 matches

by microspino
23 Jan 2009, 04:31
Forum: B2 & B3 Feature Requests
Topic: Dropbox
Replies: 0
Views: 4575

Dropbox

It would be nice to have Bubba TWO sync with my dropbox account.
There are Linux versions for the daemon, but I was unable to install anything because I think there's no version for PPC architecture.
by microspino
21 Jan 2009, 07:24
Forum: Development
Topic: Python 2.5
Replies: 2
Views: 7354

Django and Python2.5

I answered myself yesterday:

apt-get install python2.5 python2.5-dev

then I removed the symlink in /usr/bin that point to python2.4
creating a new one targeted at python2.5:

as root
cd /usr/bin
rm python
ln python2.5 python

This way when I issue python.. at the command line I got Python2.5 ...
by microspino
21 Jan 2009, 07:19
Forum: B2 & B3 Support
Topic: Python 2.5
Replies: 3
Views: 6143

Python2.5 Done

Forget about the last message, I answered myself yesterday:

apt-get install python2.5 python2.5-dev
by microspino
19 Jan 2009, 16:51
Forum: B2 & B3 Support
Topic: Python 2.5
Replies: 3
Views: 6143

great ? how ?

Thanks Dan, can you tell me how (just a summary track to follow) ?
by microspino
16 Jan 2009, 04:38
Forum: B2 & B3 Support
Topic: Python 2.5
Replies: 3
Views: 6143

Python 2.5

Hello everybody,
Is there anyone with python 2.5 installed on bubba two?
Is it possible ?
by microspino
14 Jan 2009, 05:18
Forum: Development
Topic: Python 2.5
Replies: 2
Views: 7354

Python 2.5

Is it possible to install Python 2.5 on bubba TWO ?
If so, which repository do I have to set for apt-get ?
by microspino
04 Dec 2008, 13:56
Forum: B2 & B3 Support
Topic: GIT 1.6
Replies: 5
Views: 8747

THX Carl, unfortunately I got this:

microspino:/home/microspino/# apt-get install libcurl3-openssl-dev
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable ...
by microspino
03 Dec 2008, 09:14
Forum: B2 & B3 Support
Topic: GIT 1.6
Replies: 5
Views: 8747

sorry for this lack of info

I'm trying to install git 1.6 from sources.
I did this steps:
ssh
su root
wget http://kernel.org/pub/software/scm/git/git-1.6.0.4.tar.gz
tar -vzxf
cd inside the newly created folder
make

I got command not found, so I did
apt-get install make
then make prefix=/usr/local all

Then I got curl-config ...
by microspino
01 Dec 2008, 14:15
Forum: B2 & B3 Support
Topic: GIT 1.6
Replies: 5
Views: 8747

GIT 1.6

Hello, im trying to install git from sources.
I get always curl-config command not found.

I've done apt-get install curl gcc

Any ideas about It?