T.C. Hmm, I hope I'm not being thick.
I edited the Makefile and changed: python_compile: runapp ./runapp python src/setup_freevo.py --compile=$(OPTIMIZE),$(PREFIX) TO: python_compile: runapp ./runapp python src/setup_freevo.py --compile=1 I get the same results. linux# make install make -C fbcon make[1]: Entering directory `/usr/src/freevo-1.3.4/fbcon' make -C matroxset make[2]: Entering directory `/usr/src/freevo-1.3.4/fbcon/matroxset' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/freevo-1.3.4/fbcon/matroxset' make[1]: Leaving directory `/usr/src/freevo-1.3.4/fbcon' ./runapp python src/setup_freevo.py --compile=1 writing byte-compilation script '[EMAIL PROTECTED]' /usr/src/freevo-1.3.4/runtime/apps/freevo_python -O [EMAIL PROTECTED] /usr/src/freevo-1.3.4/runtime/apps/freevo_python: /lib/ld-linux.so.2: version `GLIBC_PRIVATE' not found (required by ./runtime/dll/libc.so.6) Traceback (most recent call last): File "src/setup_freevo.py", line 249, in ? optimize=optimize) File "/usr/src/freevo-1.3.4/runtime/lib/python2.2/distutils/util.py", line 406, in byte_compile spawn(cmd, verbose=verbose, dry_run=dry_run) File "/usr/src/freevo-1.3.4/runtime/lib/python2.2/distutils/spawn.py", line 38, in spawn _spawn_posix(cmd, search_path, verbose, dry_run) File "/usr/src/freevo-1.3.4/runtime/lib/python2.2/distutils/spawn.py", line 133, in _spawn_posix raise DistutilsExecError, \ distutils.errors.DistutilsExecError: command '/usr/src/freevo-1.3.4/runtime/apps/freevo_python' failed with exit status 1 make: *** [python_compile] Error 1 "Wan Tat Chee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Jim, > > It's a known issue. > > You need to use the system python package to compile *.pyo files (done by > the make install step). if you change the variable passed to --compile > to 1, then it'll only generate *.pyc files and that should work fine with > the runtime supplied freevo_python. > > T.C. > > ---- > Wan Tat Chee (Lecturer) > School of Computer Science, Univ. of Science Malaysia, > 11800 USM, Penang, Malaysia. Rm.625 Ofc Ph: +604 653-3888 x 3617 > NRG Lab Admin: +604 659-4757 Rm.601-E Ofc Ph: +604 653-4396 > Internet: [EMAIL PROTECTED] Web: http://nrg.cs.usm.my/~tcwan > GPG Key : http://nrg.cs.usm.my/~tcwan/tcw_gpg-20030322.asc > F'print : DCF2 B9B2 FA4D 1208 AD59 14CA 9A8F F54D B2C4 63C7 > > On Thu, 4 Sep 2003, Jim Duda wrote: > > > I'm trying to install freevo-1.3.4, didn't have any problems with 1.3.2. > > I get this error after freevo setup. Can anyone tell me if I need to > > upgrade ld-linux or is this a freevo issue? > > > [...] > > ./runapp python src/setup_freevo.py --compile=2,/usr/local/freevo > > ^ this variable > > > writing byte-compilation script '[EMAIL PROTECTED]' > > /usr/src/freevo-1.3.4/runtime/apps/freevo_python -OO [EMAIL PROTECTED] > > /usr/src/freevo-1.3.4/runtime/apps/freevo_python: /lib/ld-linux.so.2: > > version `GLIBC_PRIVATE' not found (required by ./runtime/dll/libc.so.6) > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf ------------------------------------------------------- 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