Re: [Freevo-devel] Recording problem with pre5-test6

2003-06-27 Thread Rob Shortt
Robert Enloe wrote:
however receive new system mail containing the following error:

sh: relocation error: ./runtime/dll/libc.so.6: symbol __libc_stack_end,
version GLIBC_PRIVATE not defined in file
 ld-linux.so.2 with link time reference
Hi, can you try adding the following line to src/tv/record_daemon.py?

os.environ['LD_PRELOAD'] = ''

Make sure it goes near the top, somewhere after import os.

-Rob



---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] Recording problem with pre5-test6

2003-06-27 Thread joekewl
Thank You Rob! That appears to have fixed the issue I was having :)

--Robert

- Original Message - 
From: Rob Shortt [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, June 27, 2003 3:43 AM
Subject: Re: [Freevo-devel] Recording problem with pre5-test6


 Robert Enloe wrote:
  however receive new system mail containing the following error:
  
  sh: relocation error: ./runtime/dll/libc.so.6: symbol __libc_stack_end,
  version GLIBC_PRIVATE not defined in file
   ld-linux.so.2 with link time reference
 
 Hi, can you try adding the following line to src/tv/record_daemon.py?
 
 os.environ['LD_PRELOAD'] = ''
 
 Make sure it goes near the top, somewhere after import os.
 
 -Rob



---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel