Hi.

I am trying to build and run the latest stable version out of the tar
ball on FreeBSD 9.1 and run into some .. issues. :-) Here is what I do:

Picking up latest tarball: logitechmediaserver-7.7.3.tgz from
http://www.mysqueezebox.com/download

Untaring in place (.../squeeze) - No problem

chown to the special user and grp - No problem

cd to .../squeeze/Bin and picking up the 7.7 version of buildme.sh from
githup into this directory - No problem

Picking up all required tar balls from githup - No problem

Running buildme.sh - Here the fun begins:

Buildme.sh is building all until XML-Parser-2.41 and YAML-LibYAML-0.35.
The messages at the end of those two builds are:

Code:
--------------------
    
  .....
  x XML-Parser-2.41/t/styles.t
  cp: ../hints: No such file or directory
  cp: ../hints: No such file or directory
  ./buildme.sh: line 1031: ../XML-Parser-Expat-Makefile.patch: No such file or 
directory
  
--------------------

and

Code:
--------------------
    
  .....
  x YAML-LibYAML-0.38/lib/YAML/XS.pm
  x YAML-LibYAML-0.38/Makefile.PL
  cp: ../hints: No such file or directory
  
--------------------


When trying to start slimserver.pl it is then giving: 

Code:
--------------------
    
  ./slimserver.pl 
  NOTE: Class::XSAccessor 1.05+ not found, install it for better performance
  DBD::SQLite object version 1.40 does not match bootstrap parameter 1.34_01 at 
/usr/local/lib/perl5/5.18/mach/DynaLoader.pm line 213.
  Compilation failed in require at 
/usr/local/www/logitechmediaserver-7.7.3-1375965195/Slim/Utils/DbCache.pm line 
11.
  BEGIN failed--compilation aborted at 
/usr/local/www/logitechmediaserver-7.7.3-1375965195/Slim/Utils/DbCache.pm line 
11.
  Compilation failed in require at 
/usr/local/www/logitechmediaserver-7.7.3-1375965195/Slim/Utils/Cache.pm line 49.
  BEGIN failed--compilation aborted at 
/usr/local/www/logitechmediaserver-7.7.3-1375965195/Slim/Utils/Cache.pm line 49.
  Compilation failed in require at 
/usr/local/www/logitechmediaserver-7.7.3-1375965195/Slim/Utils/Scanner.pm line 
42.
  BEGIN failed--compilation aborted at 
/usr/local/www/logitechmediaserver-7.7.3-1375965195/Slim/Utils/Scanner.pm line 
42.
  Compilation failed in require at 
/usr/local/www/logitechmediaserver-7.7.3-1375965195/Slim/Control/Commands.pm 
line 40.
  BEGIN failed--compilation aborted at 
/usr/local/www/logitechmediaserver-7.7.3-1375965195/Slim/Control/Commands.pm 
line 40.
  Compilation failed in require at 
/usr/local/www/logitechmediaserver-7.7.3-1375965195/Slim/Control/Request.pm 
line 434.
  BEGIN failed--compilation aborted at 
/usr/local/www/logitechmediaserver-7.7.3-1375965195/Slim/Control/Request.pm 
line 434.
  Compilation failed in require at 
/usr/local/www/logitechmediaserver-7.7.3-1375965195/Slim/Player/Client.pm line 
32.
  Compilation failed in require at 
/usr/local/www/logitechmediaserver-7.7.3-1375965195/Slim/Utils/Alarm.pm line 48.
  BEGIN failed--compilation aborted at 
/usr/local/www/logitechmediaserver-7.7.3-1375965195/Slim/Utils/Alarm.pm line 48.
  Compilation failed in require at 
/usr/local/www/logitechmediaserver-7.7.3-1375965195/Slim/Buttons/Alarm.pm line 
12.
  BEGIN failed--compilation aborted at 
/usr/local/www/logitechmediaserver-7.7.3-1375965195/Slim/Buttons/Alarm.pm line 
12.
  Compilation failed in require at 
/usr/local/www/logitechmediaserver-7.7.3-1375965195/Slim/Buttons/Common.pm line 
41.
  BEGIN failed--compilation aborted at 
/usr/local/www/logitechmediaserver-7.7.3-1375965195/Slim/Buttons/Common.pm line 
41.
  Compilation failed in require at /usr/local/www/squeezebox/slimserver.pl line 
186.
  BEGIN failed--compilation aborted at /usr/local/www/squeezebox/slimserver.pl 
line 186.
  
--------------------


Obviously DBD::SQLite seems to make the trouble. So I tried to install
that from cpan. Still the same issue.

Did anyone succeed with this on FreeBSD 9.1 before?


------------------------------------------------------------------------
madsinzurich's Profile: http://forums.slimdevices.com/member.php?userid=62305
View this thread: http://forums.slimdevices.com/showthread.php?t=100710

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to