katoulos;616817 Wrote: 
> I found a way around it which is to give the command
> 
> env
> LD_LIBRARY_PATH=/usr/lib64/llvm-gcc/lib64/:/usr/lib64/llvm-gcc/lib64/:/usr/lib64/llvm-gcc/lib64/:/usr/local/lib/
> /usr/bin/perl -f /usr/libexec/squeezeboxserver
> 
> [but I do not know how or why it works]
> 

The error message is misleading - the problem is because Perl can't
find a certain library. By specifying LD_LIBRARY_PATH, you are adding
another path for Linux to look in in order to find the library. That
folder happens to contain the required library.

Past posts here suggest it has been fixed in recent pre-release
versions; maybe the devs are waiting for their next release cycle to
release the fix.

katoulos;616817 Wrote: 
> 
> Second thing I would like someone to give me some ideas is how to get
> rid of the idiotic use of the database behind their server: 
> 
> 1st of all, using the database is useless as information contained in
> the songs is mostly crap;
> 2nd, it slows down significantly the performance of the
> squeezeboxserver its self - although I am using top hardware, I have
> unacceptable delays!
> 3rd is there any software that could do a very simple task: I click on
> the file - it plays on my boom or Transporter !

Um, it is far from idiotic. How else do you propose Squeezebox display
song metadata? Parse each file every time it is required? Fingerprint
every file and use a web service? Using file names instead doesn't help
either (same issues with searching by field, lack of fields at all).

1. Correction - using the database ***on your files*** is useless as
information contained in the songs is mostly crap;

2. That sounds like a configuration issue. My SBS runs on a Atom-class
server with a sizable collection, and it flies. It is also only using a
SQLite database (presumably you're using a MySQL database, as SQLite
only became an option in the pre-release versions).

3. Not really what the Squeezebox does. It could be possible by writing
another front-end to SBS; but really, your problem is most likely a
configuration issue.


-- 
samuel337
------------------------------------------------------------------------
samuel337's Profile: http://forums.slimdevices.com/member.php?userid=41173
View this thread: http://forums.slimdevices.com/showthread.php?t=80458

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

Reply via email to