I am having the exact same problems with YAML::Syck.

Starting the slimserver I get the following error:
[EMAIL PROTECTED] init.d]# ./slimserver start
Starting SlimServer: The following modules failed to load: YAML::Syck

To download and compile them, please run:
/usr/local/slimserver/Bin/build-perl-modules.pl YAML::Syck

Exiting..
[  OK 
]
[EMAIL PROTECTED] init.d]#
*

I get the same error whether I use the RPM or the
SlimServer_v6.5.0.tar.gz perl files.  I have confirmed that version
0.67 of YAML::Syck is already installed on my system:

[EMAIL PROTECTED] SlimServer_v6.5.0]# rpm -qa | grep YAML
perl-YAML-Syck-0.67-1mdv2007.0
[EMAIL PROTECTED] SlimServer_v6.5.0]#
*

I tried to use the build-perl-modules.pl script to build the module but
I got the exact same error as Xhorder in the above post.

I then ran the following perl code to see if I could load the
YAML::Syck modlule:

Code:
--------------------
    
  # test loading of YAML module
  use YAML::Syck
  print "End of test.\n";
  
--------------------


This was the output:

[EMAIL PROTECTED] ~]$ perl yaml-test.pl
End of test.
YAML::Syck version 1 required--this is only version 0.67 at
/usr/lib/perl5/5.8.8/Exporter/Heavy.pm line 121.
BEGIN failed--compilation aborted at yaml-test.pl line 4.
[EMAIL PROTECTED] ~]$
*

It's weird that version 1 of YAML::Sync is required.  AFAIK, the latest
available version is 0.71.
(See http://search.cpan.org/dist/YAML-Syck/)

I have just bought a nice SilverStone media case that I am going to
dedicate to the Slimserver.  If anyone can help with this problem it
would be much appreciated.  In the meantime, I will revert back to
6.3.1.

Regards, Lyndon


-- 
Lyndon
------------------------------------------------------------------------
Lyndon's Profile: http://forums.slimdevices.com/member.php?userid=7945
View this thread: http://forums.slimdevices.com/showthread.php?t=28512

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

Reply via email to