Cams wrote:
I just ran this string again:

/usr/local/slimserver/slimserver.pl --d_graphics

and got the following:
/usr/local/slimserver/CPAN/arch/5.8/i386-linux-thread-multi/auto/GD/GD.so: undefined symbol: png_get_error_ptr at Does this give any clues as to what needs to be done?
seems to have been compiled without the png support. Downside of having to rely on CPAN to do the automatic compile. Also possible that you have a conflict. when you install using CPAN, it would be a system install, so you could find the copy of GD.so that was installed on your system and copy that over the slimserver one. You'd also need to copy GD.pm over the one in slimserver. sorry it is so vague, but that's the state of it right now. some systems it's easy, some its brutally painful. Best thing I've found (when you dont have access to apt-get) is to get the raw source for GD and compile it yourself with the right options and copy the resulting module and library over the slimserver install

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

Reply via email to