Page 1 of 1

AST_CRON_mix_recordings_MP3.pl LAME error

PostPosted: Thu Nov 30, 2006 3:17 pm
by kchung
Every time LAME is invoked, I get a darn email saying:

Code: Select all
LAME: Can't get "TERM" environment string.


Does anyone know if there's any cmdline for LAME that suppresses/fixes this besides editing LAME's src?

PostPosted: Wed Dec 27, 2006 6:54 pm
by kchung
Looks like this issue will get fixed 'soon':
https://sourceforge.net/tracker/?func=d ... oup_id=290

PostPosted: Fri Dec 29, 2006 4:33 pm
by kchung
Easy fix for now:

vi /lamesrc/frontend/console.c

comment out:
Code: Select all
fprintf ( mfp -> Error_fp, "LAME: Can't get \"TERM\" environment string.\n" );


compile and install as per instructed.