avr300;578544 Wrote: 
> dsdreamer, do you have the 31534 running on the LinkStation ??

I am running the latest nightlies of 7.6 on the LinkStation XHL 1TB.

The problem to be overcome is that the latest Logitech ARM builds are
liked against GLIBC2.7. SSODS only supports GLIBC2.6.  Thus, the easy
way to run Logitech-compiled shared object files for the latest Perl
modules is effectively blocked for us now.

To overcome this, I patched SSODS by compiling all the missing Perl
modules myself and have installed them into the /opt/ssods4 tree. 

Typically, I am doing:

Code:
--------------------
    
  tar zxvf some-perl-module-xyx.tgz
  cd some-perl-module-xyz
  /opt/ssods4/bin/perl Makefile.PL
  make test
  make install
  cd ..
  
--------------------


This, of course, requires that you have gcc, binutils, make and tar
which can be conveniently obtained once you have an Optware feed set
up.

If you can wait for the weekend, I could upload my patched ssods as a
tarball for you to grab.


-- 
dsdreamer

----------------------
"Dreamer, easy in the chair that really fits you..."
------------------------------------------------------------------------
dsdreamer's Profile: http://forums.slimdevices.com/member.php?userid=12588
View this thread: http://forums.slimdevices.com/showthread.php?t=82095

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to