Right, so I believe I have located the problem. Now all I need is the solution.

I have the same problem since upgrading to runtime4. I am running on a RedHat 8.0 system. The error message is correct as RH8 does not have GLIBC2.1 nor 2.2 but 2.3. Unfortuntately ./runtime/dll/libc.so.6 does not recognise glibc-2.3 (confirmed this with a strings on that file)

My attempts at fudging things and adding a libc-2.2 library to the system have been unsuccesful to date, nor does it work when I copy /lib/libc.so.6 to ./runtime/dll.

I would appreciate feedback from someone who has solved it and will post a solution myself when I find it.

Paul

Laurent wrote:
Hi,

I ve got this problem when i run record_daemon.py :

proxy:/usr/local/freevo# /usr/local/freevo/freevo execute
/usr/local/freevo/src/tv/record_daemon.py
sh: /lib/ld-linux.so.2: version `GLIBC_2.1.1' not found (required by
./runtime/dll/libc.so.6)
sh: /lib/ld-linux.so.2: version `GLIBC_2.2' not found (required by
./runtime/dll/libc.so.6)
proxy:/usr/local/freevo#

So i checked my libraries and

proxy:/usr/local/freevo# ll /lib/ld-linux.so.*
lrwxrwxrwx    1 root     root           18 2002-10-15 11:23
/lib/ld-linux.so.1 -> ld-linux.so.1.9.11
-rwxr-xr-x    1 root     root        24817 2001-03-07 03:17
/lib/ld-linux.so.1.9.11
lrwxrwxrwx    1 root     root           11 2002-10-25 10:30
/lib/ld-linux.so.2 -> ld-2.3.1.so
proxy:/usr/local/freevo#

and :

proxy:/usr/local/freevo# cat /etc/ld.so.conf
/usr/lib/mysql
/usr/X11R6/lib

/usr/local/lib
/usr/lib/mysql

/usr/lib

/usr/lib/libc5-compat
/lib/libc5-compat
/usr/i486-linuxlibc1/lib

/usr/share/qt/lib
proxy:/usr/local/freevo#


of courde i made ldconfig


Laurent


------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to