Dear Wiki user, You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change notification.
The following page has been changed by 66.167.187.2: http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage ------------------------------------------------------------------------------ @@ -88,13 +88,16 @@ {{{ NOTE: - Many people have library path errors with the record_daemon.py. You should log the output of your cronjob or watch the local mail for this account carefully for the first few days and make sure it is working. + Many people have library path errors with the record_daemon.py. You should log + the output of your cronjob or watch the local mail for this account carefully + for the first few days and make sure it is working. The error is something like: - sh: /lib/ld-linux.so.2: version `GLIBC_PRIVATE' not found (required by ./runtime/dll/libc.so.6) + sh: /lib/ld-linux.so.2: version `GLIBC_PRIVATE' not found + (required by ./runtime/dll/libc.so.6) The fix is to edit freevo/src/tv/record_daemon.py and add the second line as seen below: - import os - os.environ['LD_PRELOAD'] = '' # Add this line to stop GLIBC_2.X preload errors + import os + os.environ['LD_PRELOAD'] = '' # Add this line to stop GLIBC_2.X preload errors }}} ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ Freevo-wikilog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-wikilog
