I have had SqueezeCenter running on Fedora 8 in the past but I went to Fedora 9 and now coming back to Fedora 8 and when I go to compile SqueezeCenter I get this error (see below). I have tried version 7.0 and 7.01 and get the same error.
I would appreciate any help...Thanks to you all Long time reader 1st time poster Ernest =-=-=-=-=-=-=-=-Log starts here=-=-=-=-=-=-=-=-=-=- You will need a C compiler (gcc), make, and perl installed. You will need development libraries for MySQL. eg: libmysqlclient You will need development libraries for expat. eg: libexpat1-dev *** Ignore any warnings about AppConfig. *** 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 --> Please enter the path to your SqueezeCenter directory (ex: /usr/local/slimserver) --> Couldn't find a valid SqueezeCenter path. Exiting. [EMAIL PROTECTED] Bin]# ./build-perl-modules.pl Welcome to the Slim Devices perl module installer. Downloading Compress-Zlib-1.41.tar.gz to: /opt/Download Uncompressing.. Configuring.. /usr/bin/perl Makefile.PL Up/Downgrade complete. Building.. Zlib.xs: In function DispStream: Zlib.xs:220: warning: format %ld expects type long int, but argument 2 has type uInt Zlib.xs:221: warning: format %ld expects type long int, but argument 2 has type uInt Zlib.xs: In function XS_Compress__Zlib__gzFile_gzread: Zlib.xs:460: warning: value computed is not used Zlib.xs: In function XS_Compress__Zlib__gzFile_gzreadline: Zlib.xs:505: warning: value computed is not used Zlib.xs: In function XS_Compress__Zlib__inflateStream_inflate: Zlib.xs:1015: warning: comparison is always false due to limited range of data type Zlib.xs: In function XS_Compress__Zlib__inflateStream_inflateSync: Zlib.xs:1050: warning: comparison is always false due to limited range of data type Library for Compress-Zlib-1.41.tar.gz is OK! Downloading DBI-1.50.tar.gz to: /opt/Download Uncompressing.. Configuring.. /usr/bin/perl Makefile.PL I see you're using perl 5.008008 on x86_64-linux-thread-multi, okay. Remember to actually *read* the README file! Use 'make' to build the software (dmake or nmake on Windows). Then 'make test' to execute self tests. Then 'make install' to install the DBI and then delete this working directory before unpacking and building any DBD::* drivers. Building.. In file included from DBIXS.h:31, from DBI.xs:12: dbipport.h:227:1: warning: "PERL_UNUSED_DECL" redefined In file included from DBIXS.h:19, from DBI.xs:12: /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:163:1: warning: this is the location of the previous definition DBI.xs: In function dbih_clearcom: DBI.xs:1182: warning: unused variable Perl___notused DBI.xs: In function dbih_get_fbav: DBI.xs:1332: warning: unused variable Perl___notused DBI.xs: In function dbih_set_attr_k: DBI.xs:1514: warning: unused variable Perl___notused DBI.xs:1514: warning: unused variable Perl___notused DBI.xs: In function dbih_get_attr_k: DBI.xs:1654: warning: unused variable Perl___notused DBI.xs: In function log_where: DBI.xs:2081: warning: unused variable Perl___notused DBI.xs: In function XS_DBI_dispatch: DBI.xs:2971: warning: unused variable Perl___notused Library for DBI-1.50.tar.gz is OK! Downloading DBD-mysql-3.0002.tar.gz to: /opt/Download Uncompressing.. Configuring.. PERL5LIB=/opt/Download/DBI-1.50/blib/lib:/opt/Download/DBI-1.50/blib/arch /usr/bin/perl Makefile.PL Multiple copies of Driver.xst found in: /opt/Download/DBI-1.50/blib/arch/auto/DBI/ /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI/ at Makefile.PL line 727 Building.. In file included from /opt/Download/DBI-1.50/blib/arch/auto/DBI/DBIXS.h:31, from dbdimp.h:20, from dbdimp.c:20: /opt/Download/DBI-1.50/blib/arch/auto/DBI/dbipport.h:227:1: warning: "PERL_UNUSED_DECL" redefined In file included from /opt/Download/DBI-1.50/blib/arch/auto/DBI/DBIXS.h:19, from dbdimp.h:20, from dbdimp.c:20: /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:163:1: warning: this is the location of the previous definition In file included from dbdimp.c:20: dbdimp.h:21:49: error: mysql.h: No such file or directory dbdimp.h:22:45: error: mysqld_error.h: No such file or directory dbdimp.h:23:49: error: errmsg.h: No such file or directory In file included from dbdimp.c:20: dbdimp.h:124: error: expected specifier-qualifier-list before MYSQL dbdimp.h:209: error: expected specifier-qualifier-list before MYSQL_RES In file included from dbdimp.c:20: dbdimp.h:263: error: expected ) before * token dbdimp.h:266: error: expected =, ,, ;, asm or __attribute__ before mysql_st_internal_execute dbdimp.h:287: error: expected =, ,, ;, asm or __attribute__ before * token dbdimp.c:398: error: expected ) before * token dbdimp.c:655: error: FIELD_TYPE_VAR_STRING undeclared here (not in a function) dbdimp.c:662: error: FIELD_TYPE_DECIMAL undeclared here (not in a function) dbdimp.c:669: error: FIELD_TYPE_TINY undeclared here (not in a function) dbdimp.c:676: error: FIELD_TYPE_SHORT undeclared here (not in a function) dbdimp.c:683: error: FIELD_TYPE_LONG undeclared here (not in a function) dbdimp.c:690: error: FIELD_TYPE_FLOAT undeclared here (not in a function) dbdimp.c:697: error: FIELD_TYPE_DOUBLE undeclared here (not in a function) dbdimp.c:714: error: FIELD_TYPE_TIMESTAMP undeclared here (not in a function) dbdimp.c:721: error: FIELD_TYPE_LONGLONG undeclared here (not in a function) dbdimp.c:728: error: FIELD_TYPE_INT24 undeclared here (not in a function) dbdimp.c:735: error: FIELD_TYPE_DATE undeclared here (not in a function) dbdimp.c:742: error: FIELD_TYPE_TIME undeclared here (not in a function) dbdimp.c:749: error: FIELD_TYPE_DATETIME undeclared here (not in a function) dbdimp.c:756: error: FIELD_TYPE_YEAR undeclared here (not in a function) dbdimp.c:763: error: FIELD_TYPE_NEWDATE undeclared here (not in a function) dbdimp.c:770: error: FIELD_TYPE_ENUM undeclared here (not in a function) dbdimp.c:777: error: FIELD_TYPE_SET undeclared here (not in a function) dbdimp.c:784: error: FIELD_TYPE_BLOB undeclared here (not in a function) dbdimp.c:791: error: FIELD_TYPE_TINY_BLOB undeclared here (not in a function) dbdimp.c:798: error: FIELD_TYPE_MEDIUM_BLOB undeclared here (not in a function) dbdimp.c:805: error: FIELD_TYPE_LONG_BLOB undeclared here (not in a function) dbdimp.c:812: error: FIELD_TYPE_STRING undeclared here (not in a function) dbdimp.c:1144: error: expected =, ,, ;, asm or __attribute__ before * token dbdimp.c: In function my_login: dbdimp.c:1527: warning: implicit declaration of function mysql_dr_connect dbdimp.c:1527: error: imp_dbh_t has no member named mysql =-=-=-=-=-Data is clipped here for space limits-=-=-=-=-=-=-=-=--= dbdimp.c:3880: error: imp_dbh_t has no member named mysql dbdimp.c:3880: warning: passing argument 2 of Perl_sv_2mortal makes pointer from integer without a cast make: *** [dbdimp.o] Error 1 Couldn't find a valid dynamic library for DBD-mysql-3.0002.tar.gz - something is wrong. Exiting! -- ernestp ------------------------------------------------------------------------ ernestp's Profile: http://forums.slimdevices.com/member.php?userid=16013 View this thread: http://forums.slimdevices.com/showthread.php?t=47714
_______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
