I got a lot further. I removed MySQL installed via pkg and compiled it from source. Now everything 'appears' to work until the last step. It complains about DBD::mysql not loading, but if I run the command they supply, you can clearly see it builds successfully:
NOTE: I pointed it at the perl installed via pkg this time and it still acts odd? Please enter a perl binary to use (defaults to /usr/bin/perl) This must be the same perl binary that you ran this program with --> /usr/perl5/bin/perl Please enter a directory to download files to --> /var/tmp Downloads will use lwp to fetch tarballs. Downloading DBD-mysql-3.0002.tar.gz to: /var/tmp Uncompressing.. Configuring.. PERL5LIB=/var/tmp/DBI-1.604/blib/lib:/var/tmp/DBI-1.604/blib/arch /usr/perl5/bin/perl Makefile.PL Can't exec "mysql_config": No such file or directory at Makefile.PL line 76. Can't exec "mysql_config": No such file or directory at Makefile.PL line 454. Can't exec "mysql_config": No such file or directory at Makefile.PL line 454. Can't exec "mysql_config": No such file or directory at Makefile.PL line 454. Can't exec "mysql_config": No such file or directory at Makefile.PL line 454. Can't exec "mysql_config": No such file or directory at Makefile.PL line 454. Can't exec "mysql_config": No such file or directory at Makefile.PL line 454. Failed to determine directory of mysql.h. Use perl Makefile.PL --cflags=-I<dir> to set this directory. For details see the INSTALL.html file, section "C Compiler flags" or type perl Makefile.PL --help Building.. Library for DBD-mysql-3.0002.tar.gz is OK! All done! So something is up, because it says everything with DBD-mysql is OK? root at bitchko:/usr/local/squeezecenter# ./slimrunThe following modules failed to load: DBD::mysql To download and compile them, please run: /usr/local/squeezecenter-7.3.2/Bin/build-perl-modules.pl DBD::mysql Exiting.. root at bitchko:/usr/local/squeezecenter# vim slimrun root at bitchko:/usr/local/squeezecenter# root at bitchko:/usr/local/squeezecenter# root at bitchko:/usr/local/squeezecenter# root at bitchko:/usr/local/squeezecenter# root at bitchko:/usr/local/squeezecenter# ./slimrun The following modules failed to load: DBD::mysql To download and compile them, please run: /usr/local/squeezecenter-7.3.2/Bin/build-perl-modules.pl DBD::mysql Exiting.. I thinking maybe I need to build perl from source too. Anyone have a good guide on how to do this for a 64-bit machine? Cheers ET -- This message posted from opensolaris.org
