Building kstreamripper is broken because the python build script can't
parse the new TDE versioning scheme and looks for kde-config rather than tde-config.
I tried fixing things but fell short and filed bug report 946:
http://bugs.pearsoncomputing.net/show_bug.cgi?id=946
I don't think the changes need be prolific. If you have any python
experience you probably can make the changes in short order.
As always am I ready to test any patches.
Not a Python expert but you can try this:
tde_version = os.popen("tde-config --version|grep TDE").read().strip().split()[1]
tde_major = tde_version.split('.')[0].lstrip('R') tde_minor = tde_version.split('.')[1] tde_patch = tde_version.split('.')[2]
if int(tde_major) != 14: print RED + tde_version print RED + "Your tde version can be too old" + NORMAL print RED + "Please make sure tde is at least R14.0" + NORMAL else: print GREEN + tde_version + NORMAL
-- Leandro
-- Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it: http://www.email.it/f
Sponsor: Vuoi fare un regalo davvero originale? Su MisterCupido.com puoi crearlo tu! Personalizza con le tue foto: quadri, tazze, puzzle, cuscini, peluche... Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=11450&d=20120330
-- Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it http://www.email.it/f
Sponsor: Offerta speciale: a partire da soli Euro 18.90 puoi stampare le tue Foto su vera Tela Pittorica e creare Quadri fino a 80x50 cm! Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=11453&d=30-3