Re: [SlimDevices: Unix] Segmentation fault at Slim::Utils::Prefs::init() on LMS 7.7.2 amd64-freebsd

2012-07-20 Thread rockworm
A big thank you! All is working, and well :-) I didn't quite heed your warning about a newer gcc, but when switching to 4.6 everything just worked. Well, more or less. I did have to change the path to the perl binary it checks for at the start of the buildme script but apart from that and

Re: [SlimDevices: Unix] Segmentation fault at Slim::Utils::Prefs::init() on LMS 7.7.2 amd64-freebsd

2012-07-19 Thread djoole
Indeed, once buildme.sh is finished (if not interrupted by an error), you hsould find a build/arch/5.XX/yourOS/auto dir, which contains CPAN modules freshly built for your system. You should find Media/Scan.so Maybe it's in some other place... search it in the whole build dir (find ./build -name

Re: [SlimDevices: Unix] Segmentation fault at Slim::Utils::Prefs::init() on LMS 7.7.2 amd64-freebsd

2012-07-18 Thread rockworm
Thanks, I tried copying the version from the system CPAN to LMS's and it made the error go away (for now at least). Now I'm getting the Media::Scan problem. I've tried running the buildme.sh script, and I've gotten all to compile with some hacks. But then I don't know what to do. I'm getting:

Re: [SlimDevices: Unix] Segmentation fault at Slim::Utils::Prefs::init() on LMS 7.7.2 amd64-freebsd

2012-07-17 Thread rockworm
Hi, As I am trying to get this to work in a similar environment (FreeBSD 8.3 AMD64, Perl 5.14) I am curious how you got past the: DBD::SQLite object version 1.37 does not match bootstrap parameter 1.34_01 at /usr/local/lib/perl5/5.14.2/mach/DynaLoader.pm line 213. Compilation failed in require

Re: [SlimDevices: Unix] Segmentation fault at Slim::Utils::Prefs::init() on LMS 7.7.2 amd64-freebsd

2012-07-17 Thread djoole
Your DBD/SQLite.so is version 1.37 (i assume you built it from ports) LMS wants version 1.34_01 (specified in CPAN/DBD/SQLite.pm) 2 choices : - you modify the version in CPAN/DBD/SQLite.pm (i don't know if LMS is going to like a newer version) - you buil DBD::SQLite 1.34_01 from

Re: [SlimDevices: Unix] Segmentation fault at Slim::Utils::Prefs::init() on LMS 7.7.2 amd64-freebsd

2012-07-16 Thread djoole
Nope, i don't see anything in the server.log, here it is : Code: [12-07-16 12:09:15.6534] main::init (354) Starting Logitech Media Server (v7.7.2, r33893, Wed Mar 14 06:43:12 MDT 2012) perl 5.014002 And here is the startup log (in several parts)

Re: [SlimDevices: Unix] Segmentation fault at Slim::Utils::Prefs::init() on LMS 7.7.2 amd64-freebsd

2012-07-16 Thread djoole
Hi, Some details about where the segfault takes place (by the way it's the same with LMS 7.8 nigthly) At launch, slimserver.pl calls -Slim::Utils::Prefs::init();-, which calls : Code: $prefs-migrate(1, sub { unless (-d $path) { mkdir

Re: [SlimDevices: Unix] Segmentation fault at Slim::Utils::Prefs::init() on LMS 7.7.2 amd64-freebsd

2012-07-16 Thread djoole
Ouf, it's OK now, it's launching (well almost). I rebuilt every CPAN modules with the builme.sh and now it's OK. The save instruction lead me to the use of the EV module which wasn't surely properly compiled. Fiou, now it seems i need to add a squeezeboxserver user to make it start!

[SlimDevices: Unix] Segmentation fault at Slim::Utils::Prefs::init() on LMS 7.7.2 amd64-freebsd

2012-07-15 Thread djoole
Hi, I've managed (not without harm) to install LMS 7.7.2 in a jail on my FreeNAS. All modules are loaded. The server tries to launch, but there is a segmentation fault. I've moved step by step a debug log in slimserver.pl to see where the segfault happens, and it does at

Re: [SlimDevices: Unix] Segmentation fault at Slim::Utils::Prefs::init() on LMS 7.7.2 amd64-freebsd

2012-07-15 Thread Michael Herger
Do you have a server.log snippet where it happens? -- Michael ___ unix mailing list unix@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/unix