Did you compile both Perl and MySQL with gcc? This looks similar to a problem I had but to be honest, I had a LOT of issues sorting out SqueezeCenter on Solaris so things have become a bit of a blur.
Check the makefile for the DBD::mysql module. If it refers to libraries in /usr/sfw/ it's picking up the MySQL 4.x that comes with Solaris. You don't want that. You will probably need to add /usr/loca/lib to your linker path by running "crle -l /lib:/usr/lib:/usr/local/lib". Do that only if it's picking up the MySQL libraries in /usr/sfw. -- 4mula1 SqueezeCenter 7.0.1 + Solaris 10 x86: Because everything else would've been easy! ------------------------------------------------------------------------ 4mula1's Profile: http://forums.slimdevices.com/member.php?userid=3439 View this thread: http://forums.slimdevices.com/showthread.php?t=46265 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
