On this machine,

| music # dmesg | head -1
| OpenBSD 3.8-stable (GENERIC) #3: Fri Dec 23 13:47:36 EST 2005

with the following perl,

| music # perl -V | less
| Summary of my perl5 (revision 5 version 8 subversion 6) configuration:
|   Platform:
|     osname=openbsd, osvers=3.8, archname=i386-openbsd
|     uname='openbsd'
[...]
| Characteristics of this binary (from libperl): | Compile-time options: USE_LARGE_FILES
|   Locally applied patches:
|         SUIDPERLIO1 - fix PERLIO_DEBUG buffer overflow (CAN-2005-0156)
|   Built under openbsd
|   @INC:
|     /usr/libdata/perl5/i386-openbsd/5.8.6
|     /usr/local/libdata/perl5/i386-openbsd/5.8.6
|     /usr/libdata/perl5
|     /usr/local/libdata/perl5
|     /usr/local/libdata/perl5/site_perl/i386-openbsd
|     /usr/libdata/perl5/site_perl/i386-openbsd
|     /usr/local/libdata/perl5/site_perl
|     /usr/libdata/perl5/site_perl
|     /usr/local/lib/perl5/site_perl
|     .

the following perl packages,

| music # pkg_info | grep p5
| p5-AppConfig-1.56   Module bundle for reading and parsing config files
| p5-Compress-Zlib-1.35 perl interface to the zlib compression library
| p5-DBD-SQLite-1.08  SQLite drivers for the Perl DBI
| p5-DBI-1.45p1       unified perl interface for database access
| p5-HTML-Parser-3.45 modules to parse and extract information from HTML
| p5-HTML-Tagset-3.04 data tables useful for parsing HTML
| p5-Net-Daemon-0.38  extension for portable daemons
| p5-PlRPC-0.2018     module for writing rpc servers and clients
| p5-Template-2.14    template processing system
| p5-XML-Parser-2.34  perl module for parsing XML documents

and the following sqlite stuff,

| music # find /usr/local -iname sqlite*
| /usr/local/bin/sqlite
| /usr/local/lib/pkgconfig/sqlite.pc
| /usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBD/SQLite
| /usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBD/SQLite/SQLite.bs
| /usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBD/SQLite/SQLite.so
| /usr/local/libdata/perl5/site_perl/i386-openbsd/DBD/SQLite.pm
| /usr/local/include/sqlite.h
| /usr/local/SlimServer_v6.2.1/CPAN/DBD/SQLite.pm
| /usr/local/SlimServer_v6.2.1/SQL/SQLite

SlimServer 6.2.1 fails with

| music # /usr/local/SlimServer_v6.2.1/slimserver.pl --daemon | Had to create DBI::_dbistate unexpectedly at /usr/libdata/perl5/i386-openbsd/5.8.6/DynaLoader.pm line 253.
| Use of uninitialized value in subroutine entry at 
/usr/libdata/perl5/i386-openbsd/5.8.6/DynaLoader.pm line 253.
| The following modules failed to load: DBD::SQLite
| | To download and compile them, please run: /usr/local/SlimServer_v6.2.1/Bin/build-perl-modules.pl |
Why would it not be finding my already installed DBD::SQLite?

What should I be doing?

Is anybody else trying to use SlimServer on OpenBSD?

--
Christopher Vance
_______________________________________________
Discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to