FHEM auf Mac Mini Server / Problem Datenbanklogging

Begonnen von Guest, 13 Oktober 2010, 21:29:09

Vorheriges Thema - Nächstes Thema

Guest

Originally posted by: <email address deleted>

Hallo zusammen,

nach dem ich FHEM jetzt das ganze Jahr erfolgreich auf der Sheevaplug
laufen hatte möchte ich was neues ausprobieren. Hab' mir inzwischen
einen Mac Mini Server zugelegt (Mac OS X Server 10.6.4 (Darwin)) und
darauf jetzt FHEM laufen. Allerdings funktioniert das Loggen in der
Datenbank (über Modul 93_DbLog.pm) noch nicht.
Die Datenbank und notwendigen Tabellen konnte ich problemlos anlegen.
Aber das Perl-Modul kann wohl nicht in die Datenbank schreiben.

Ich bekomme die folgende Fehlermeldung im FHEM Log:

2010.10.12 22:48:35 3: Connecting to database
mysql:database=fhem;host=db;port=3306 with user fhemuser
install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC
contains: /Library/Perl/Updates/5.10.0/darwin-thread-multi-2level /
Library/Perl/Updates/5.10.0 /System/Library/Perl/5.10.0/darwin-thread-
multi-2level /System/Library/Perl/5.10.0 /Library/Perl/5.10.0/darwin-
thread-multi-2level /Library/Perl/5.10.0 /Network/Library/Perl/5.10.0/
darwin-thread-multi-2level /Network/Library/Perl/5.10.0 /Network/
Library/Perl /System/Library/Perl/Extras/5.10.0/darwin-thread-
multi-2level /System/Library/Perl/Extras/5.10.0 .) at (eval 9) line 3.
Perhaps the DBD::mysql perl module hasn't been fully installed,
or perhaps the capitalisation of 'mysql' isn't right.
Available drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge.
 at /usr/local/lib/FHEM/93_DbLog.pm line 292

Ich habe daraufhin versucht DBD::mysql zu installieren. Das scheitert
aber leider.
Wahrscheinlich muss ich vorher noch weitere Bibliotheken o.ä.
installieren, damit das klappt. Unter debian auf der Sheevaplug war
das alles kein Problem, dort waren wohl alle notwendigen Module schon
vorhanden, aber Darwin ist halt was anderes.... Vielleicht hat jemand
einen Tipp oder kennt das Problem?

Danke & Grüße
Michael

Hier noch die Meldungen, die ich bei der Installation von DBD::mysql
bekomme:

CPAN: Storable loaded ok (v2.18)
Going to read '/Users/michael/Library/Application Support/.cpan/
Metadata'
  Database was generated on Tue, 12 Oct 2010 18:29:46 GMT
Running install for module 'DBD::mysql'
CPAN: YAML loaded ok (v0.71)
Running make for C/CA/CAPTTOFU/DBD-mysql-4.017.tar.gz
CPAN: Digest::SHA loaded ok (v5.48)
CPAN: Compress::Zlib loaded ok (v2.03)
Checksum for /Users/michael/Library/Application Support/.cpan/sources/
authors/id/C/CA/CAPTTOFU/DBD-mysql-4.017.tar.gz ok
CPAN: Archive::Tar loaded ok (v1.38)
Will not use Archive::Tar, need 1.00
x DBD-mysql-4.017/
x DBD-mysql-4.017/ChangeLog
x DBD-mysql-4.017/constants.h
x DBD-mysql-4.017/dbdimp.c
x DBD-mysql-4.017/dbdimp.h
x DBD-mysql-4.017/eg/
x DBD-mysql-4.017/eg/bug14979.pl
x DBD-mysql-4.017/eg/bug21028.pl
x DBD-mysql-4.017/eg/bug30033.pl
x DBD-mysql-4.017/eg/bug30033pg.pl
x DBD-mysql-4.017/eg/decimal_test.pl
x DBD-mysql-4.017/eg/issue21946.pl
x DBD-mysql-4.017/eg/prepare_memory_usage.pl
x DBD-mysql-4.017/eg/proc_example1.pl
x DBD-mysql-4.017/eg/proc_example2.pl
x DBD-mysql-4.017/eg/proc_example2a.pl
x DBD-mysql-4.017/eg/proc_example2b.pl
x DBD-mysql-4.017/eg/proc_example3.pl
x DBD-mysql-4.017/eg/proc_example4.pl
x DBD-mysql-4.017/INSTALL.html
x DBD-mysql-4.017/lib/
x DBD-mysql-4.017/lib/Bundle/
x DBD-mysql-4.017/lib/Bundle/DBD/
x DBD-mysql-4.017/lib/Bundle/DBD/mysql.pm
x DBD-mysql-4.017/lib/DBD/
x DBD-mysql-4.017/lib/DBD/mysql/
x DBD-mysql-4.017/lib/DBD/mysql/GetInfo.pm
x DBD-mysql-4.017/lib/DBD/mysql/INSTALL.pod
x DBD-mysql-4.017/lib/DBD/mysql.pm
x DBD-mysql-4.017/Makefile.PL
x DBD-mysql-4.017/Makefile.PL.embedded
x DBD-mysql-4.017/MANIFEST
x DBD-mysql-4.017/MANIFEST.SKIP
x DBD-mysql-4.017/META.yml
x DBD-mysql-4.017/myld
x DBD-mysql-4.017/mysql.xs
x DBD-mysql-4.017/README
x DBD-mysql-4.017/t/
x DBD-mysql-4.017/t/00base.t
x DBD-mysql-4.017/t/10connect.t
x DBD-mysql-4.017/t/20createdrop.t
x DBD-mysql-4.017/t/25lockunlock.t
x DBD-mysql-4.017/t/29warnings.t
x DBD-mysql-4.017/t/30insertfetch.t
x DBD-mysql-4.017/t/31insertid.t
x DBD-mysql-4.017/t/32insert_error.t
x DBD-mysql-4.017/t/35limit.t
x DBD-mysql-4.017/t/35prepare.t
x DBD-mysql-4.017/t/40bindparam.t
x DBD-mysql-4.017/t/40bindparam2.t
x DBD-mysql-4.017/t/40blobs.t
x DBD-mysql-4.017/t/40catalog.t
x DBD-mysql-4.017/t/40keyinfo.t
x DBD-mysql-4.017/t/40listfields.t
x DBD-mysql-4.017/t/40nulls.t
x DBD-mysql-4.017/t/40nulls_prepare.t
x DBD-mysql-4.017/t/40numrows.t
x DBD-mysql-4.017/t/40server_prepare.t
x DBD-mysql-4.017/t/40server_prepare_error.t
x DBD-mysql-4.017/t/40types.t
x DBD-mysql-4.017/t/41bindparam.t
x DBD-mysql-4.017/t/41blobs_prepare.t
x DBD-mysql-4.017/t/42bindparam.t
x DBD-mysql-4.017/t/50chopblanks.t
x DBD-mysql-4.017/t/50commit.t
x DBD-mysql-4.017/t/51bind_type_guessing.t
x DBD-mysql-4.017/t/52comment.t
x DBD-mysql-4.017/t/53comment.t
x DBD-mysql-4.017/t/55utf8.t
x DBD-mysql-4.017/t/60leaks.t
x DBD-mysql-4.017/t/65types.t
x DBD-mysql-4.017/t/70takeimp.t
x DBD-mysql-4.017/t/71impdata.t
x DBD-mysql-4.017/t/75supported_sql.t
x DBD-mysql-4.017/t/76multi_statement.t
x DBD-mysql-4.017/t/80procs.t
x DBD-mysql-4.017/t/85init_command.t
x DBD-mysql-4.017/t/lib.pl
x DBD-mysql-4.017/t/mem_leak.pl
x DBD-mysql-4.017/t/mysql.dbtest
x DBD-mysql-4.017/t/mysql.mtest
x DBD-mysql-4.017/TODO
CPAN: File::Temp loaded ok (v0.22)

  CPAN.pm: Going to build C/CA/CAPTTOFU/DBD-mysql-4.017.tar.gz



PLEASE NOTE:

For 'make test' to run properly, you must ensure that the
database user 'root' can connect to your MySQL server
and has the proper privileges that these tests require such
as 'drop table', 'create table', 'drop procedure', 'create procedure'
as well as others.

mysql> grant all privileges on test.* to 'root'@'localhost' identified
by 's3kr1t';

You can also optionally set the user to run 'make test' with:

perl Makefile.PL --testuser=username

I will use the following settings for compiling and testing:

  cflags        (mysql_config) = -I/usr/include  -fno-omit-frame-
pointer    -pipe   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -
DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT
  embedded      (mysql_config) =
  libs          (mysql_config) = -pipe  -L/usr/lib -lmysqlclient -lz -
lm
  mysql_config  (guessed     ) = mysql_config
  nocatchstderr (default     ) = 0
  nofoundrows   (default     ) = 0
  ssl           (guessed     ) = 0
  testdb        (default     ) = test
  testhost      (default     ) =
  testpassword  (default     ) =
  testsocket    (default     ) =
  testuser      (guessed     ) = root

To change these settings, see 'perl Makefile.PL --help' and
'perldoc INSTALL'.

Checking if your kit is complete...
Looks good
Unrecognized argument in LIBS ignored: '-pipe'
Note (probably harmless): No library found for -lmysqlclient
*** Warning: whitespace characters in the current directory path (/
Users/michael/Library/Application Support/.cpan/build/DBD-mysql-4.017-
zMcqRy) may cause problems

Multiple copies of Driver.xst found in: /Library/Perl/5.10.0/darwin-
thread-multi-2level/auto/DBI/ /System/Library/Perl/Extras/5.10.0/
darwin-thread-multi-2level/auto/DBI/ at Makefile.PL line 907
Using DBI 1.615 (for perl 5.010000 on darwin-thread-multi-2level)
installed in /Library/Perl/5.10.0/darwin-thread-multi-2level/auto/DBI/
Writing Makefile for DBD::mysql
cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm
cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm
cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod
cp lib/Bundle/DBD/mysql.pm blib/lib/Bundle/DBD/mysql.pm
gcc-4.2 -c  -I/Library/Perl/5.10.0/darwin-thread-multi-2level/auto/DBI
-I/usr/include  -fno-omit-frame-pointer    -pipe   -D_P1003_1B_VISIBLE
-DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -
DIGNORE_SIGHUP_SIGQUIT -DDBD_MYSQL_INSERT_ID_IS_GOOD -g  -arch x86_64 -
arch i386 -arch ppc -g -pipe -fno-common -DPERL_DARWIN -fno-strict-
aliasing -I/usr/local/include -Os   -DVERSION=\"4.017\" -DXS_VERSION=
\"4.017\"  "-I/System/Library/Perl/5.10.0/darwin-thread-multi-2level/
CORE"   dbdimp.c
In file included from dbdimp.c:20:
dbdimp.h:22:49: error: mysql.h: No such file or directory
dbdimp.h:23:45: error: mysqld_error.h: No such file or directory
dbdimp.h:25:49: error: errmsg.h: No such file or directory
In file included from dbdimp.c:20:
dbdimp.h:147: error: expected specifier-qualifier-list before 'MYSQL'
dbdimp.h:239: error: expected specifier-qualifier-list before
'MYSQL_RES'
In file included from dbdimp.c:20:
dbdimp.h:296: error: expected ')' before '*' token
dbdimp.h:299: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'mysql_st_internal_execute'
dbdimp.h:331: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
dbdimp.c: In function 'alloc_param':
dbdimp.c:212: warning: format not a string literal and no format
arguments
dbdimp.c: At top level:
dbdimp.c:507: error: expected ')' before '*' token
dbdimp.c:809: error: 'FIELD_TYPE_VAR_STRING' undeclared here (not in a
function)
dbdimp.c:819: error: 'FIELD_TYPE_DECIMAL' undeclared here (not in a
function)
dbdimp.c:829: error: 'FIELD_TYPE_TINY' undeclared here (not in a
function)
dbdimp.c:839: error: 'FIELD_TYPE_SHORT' undeclared here (not in a
function)
dbdimp.c:849: error: 'FIELD_TYPE_LONG' undeclared here (not in a
function)
dbdimp.c:859: error: 'FIELD_TYPE_FLOAT' undeclared here (not in a
function)
dbdimp.c:869: error: 'FIELD_TYPE_DOUBLE' undeclared here (not in a
function)
dbdimp.c:892: error: 'FIELD_TYPE_TIMESTAMP' undeclared here (not in a
function)
dbdimp.c:902: error: 'FIELD_TYPE_LONGLONG' undeclared here (not in a
function)
dbdimp.c:912: error: 'FIELD_TYPE_INT24' undeclared here (not in a
function)
dbdimp.c:922: error: 'FIELD_TYPE_DATE' undeclared here (not in a
function)
dbdimp.c:932: error: 'FIELD_TYPE_TIME' undeclared here (not in a
function)
dbdimp.c:942: error: 'FIELD_TYPE_DATETIME' undeclared here (not in a
function)
dbdimp.c:952: error: 'FIELD_TYPE_YEAR' undeclared here (not in a
function)
dbdimp.c:962: error: 'FIELD_TYPE_NEWDATE' undeclared here (not in a
function)
dbdimp.c:972: error: 'FIELD_TYPE_ENUM' undeclared here (not in a
function)
dbdimp.c:982: error: 'FIELD_TYPE_SET' undeclared here (not in a
function)
dbdimp.c:992: error: 'FIELD_TYPE_BLOB' undeclared here (not in a
function)
dbdimp.c:1002: error: 'FIELD_TYPE_TINY_BLOB' undeclared here (not in a
function)
dbdimp.c:1012: error: 'FIELD_TYPE_MEDIUM_BLOB' undeclared here (not in
a function)
dbdimp.c:1022: error: 'FIELD_TYPE_LONG_BLOB' undeclared here (not in a
function)
dbdimp.c:1032: error: 'FIELD_TYPE_STRING' undeclared here (not in a
function)
dbdimp.c:1499: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
dbdimp.c: In function 'my_login':
dbdimp.c:1978: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:1979: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:1979: error: 'MYSQL' undeclared (first use in this function)
dbdimp.c:1979: error: (Each undeclared identifier is reported only
once
dbdimp.c:1979: error: for each function it appears in.)
dbdimp.c:1979: warning: comparison between pointer and integer
dbdimp.c:1979: error: invalid operands to binary / (have 'long
unsigned int' and 'const struct sql_type_info_t *')
dbdimp.c:1979: error: invalid operands to binary > (have 'double' and
'const struct sql_type_info_t *')
dbdimp.c:1979: warning: format not a string literal and no format
arguments
dbdimp.c:1979: error: expected expression before ')' token
dbdimp.c:1979: error: invalid operands to binary * (have 'const struct
sql_type_info_t *' and 'const struct sql_type_info_t *')
dbdimp.c:1981: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c: In function 'mysql_db_login':
dbdimp.c:2018: error: 'imp_dbh_t' has no member named 'stats'
dbdimp.c:2018: error: request for member 'auto_reconnects_ok' in
something not a structure or union
dbdimp.c:2019: error: 'imp_dbh_t' has no member named 'stats'
dbdimp.c:2019: error: request for member 'auto_reconnects_failed' in
something not a structure or union
dbdimp.c:2020: error: 'imp_dbh_t' has no member named
'bind_type_guessing'
dbdimp.c:2021: error: 'imp_dbh_t' has no member named
'bind_comment_placeholders'
dbdimp.c:2022: error: 'imp_dbh_t' has no member named
'has_transactions'
dbdimp.c:2024: error: 'imp_dbh_t' has no member named 'auto_reconnect'
dbdimp.c:2033: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2034: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2034: warning: passing argument 3 of 'mysql_dr_error' makes
pointer from integer without a cast
dbdimp.c: In function 'mysql_db_commit':
dbdimp.c:2071: error: 'imp_dbh_t' has no member named
'has_transactions'
dbdimp.c:2074: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2079: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2079: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2080: warning: passing argument 3 of 'mysql_dr_error' makes
pointer from integer without a cast
dbdimp.c: In function 'mysql_db_rollback':
dbdimp.c:2099: error: 'imp_dbh_t' has no member named
'has_transactions'
dbdimp.c:2102: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2107: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2108: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2108: warning: passing argument 3 of 'mysql_dr_error' makes
pointer from integer without a cast
dbdimp.c: In function 'mysql_db_disconnect':
dbdimp.c:2145: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2146: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c: In function 'mysql_db_destroy':
dbdimp.c:2233: error: 'imp_dbh_t' has no member named
'has_transactions'
dbdimp.c:2237: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2245: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c: In function 'mysql_db_STORE_attrib':
dbdimp.c:2283: error: 'imp_dbh_t' has no member named
'has_transactions'
dbdimp.c:2305: error: 'imp_dbh_t' has no member named
'no_autocommit_cmd'
dbdimp.c:2310: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2318: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2343: error: 'imp_dbh_t' has no member named
'use_mysql_use_result'
dbdimp.c:2345: error: 'imp_dbh_t' has no member named 'auto_reconnect'
dbdimp.c:2347: error: 'imp_dbh_t' has no member named
'use_server_side_prepare'
dbdimp.c:2349: error: 'imp_dbh_t' has no member named
'no_autocommit_cmd'
dbdimp.c:2351: error: 'imp_dbh_t' has no member named
'bind_type_guessing'
dbdimp.c:2353: error: 'imp_dbh_t' has no member named
'bind_type_guessing'
dbdimp.c: At top level:
dbdimp.c:2382: error: expected ')' before 'val'
dbdimp.c: In function 'mysql_db_FETCH_attrib':
dbdimp.c:2411: error: 'imp_dbh_t' has no member named
'has_transactions'
dbdimp.c:2428: error: 'imp_dbh_t' has no member named 'auto_reconnect'
dbdimp.c:2428: warning: passing argument 2 of 'Perl_newSViv' makes
integer from pointer without a cast
dbdimp.c:2434: error: 'imp_dbh_t' has no member named
'bind_type_guessing'
dbdimp.c:2434: warning: passing argument 2 of 'Perl_newSViv' makes
integer from pointer without a cast
dbdimp.c:2439: error: 'imp_dbh_t' has no member named
'bind_comment_placeholders'
dbdimp.c:2439: warning: passing argument 2 of 'Perl_newSViv' makes
integer from pointer without a cast
dbdimp.c:2444: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2448: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2448: warning: initialization makes pointer from integer
without a cast
dbdimp.c:2462: error: 'imp_dbh_t' has no member named 'stats'
dbdimp.c:2462: error: request for member 'auto_reconnects_ok' in
something not a structure or union
dbdimp.c:2462: warning: passing argument 2 of 'Perl_newSViv' makes
integer from pointer without a cast
dbdimp.c:2469: error: 'imp_dbh_t' has no member named 'stats'
dbdimp.c:2469: error: request for member 'auto_reconnects_failed' in
something not a structure or union
dbdimp.c:2469: warning: passing argument 2 of 'Perl_newSViv' makes
integer from pointer without a cast
dbdimp.c:2483: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2483: warning: initialization makes pointer from integer
without a cast
dbdimp.c:2492: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2492: warning: initialization makes pointer from integer
without a cast
dbdimp.c:2497: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2497: warning: passing argument 2 of 'Perl_sv_2mortal' makes
pointer from integer without a cast
dbdimp.c:2502: error: 'imp_dbh_t' has no member named
'no_autocommit_cmd'
dbdimp.c:2502: warning: passing argument 2 of 'Perl_newSViv' makes
integer from pointer without a cast
dbdimp.c:2507: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2513: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2513: warning: initialization makes pointer from integer
without a cast
dbdimp.c:2518: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2520: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2520: error: 'sql_type_info_t' has no member named 'net'
dbdimp.c:2520: error: request for member 'fd' in something not a
structure or union
dbdimp.c:2523: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2523: warning: initialization makes pointer from integer
without a cast
dbdimp.c:2530: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2530: warning: initialization makes pointer from integer
without a cast
dbdimp.c:2535: error: 'imp_dbh_t' has no member named
'use_server_side_prepare'
dbdimp.c:2540: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c: In function 'mysql_st_prepare':
dbdimp.c:2589: error: 'MYSQL_VERSION_ID' undeclared (first use in this
function)
dbdimp.c:2589: warning: format '%d' expects type 'int', but argument 3
has type 'const struct sql_type_info_t *'
dbdimp.c:2604: error: 'imp_sth_t' has no member named 'done_desc'
dbdimp.c:2605: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:2606: error: 'imp_sth_t' has no member named 'currow'
dbdimp.c:2610: error: 'imp_sth_t' has no member named
'use_mysql_use_result'
dbdimp.c:2611: error: 'imp_dbh_t' has no member named
'use_mysql_use_result'
dbdimp.c:2611: warning: pointer/integer type mismatch in conditional
expression
dbdimp.c:2614: error: 'imp_sth_t' has no member named 'av_attr'
dbdimp.c:2614: error: assignment of read-only location
dbdimp.c:2801: error: 'imp_dbh_t' has no member named
'bind_comment_placeholders'
dbdimp.c:2805: error: 'imp_sth_t' has no member named 'params'
dbdimp.c: In function 'mysql_st_free_result_sets':
dbdimp.c:2875: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:2877: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:2878: error: 'imp_sth_t' has no member named 'result'
dbdimp.c: At top level:
dbdimp.c:3042: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'mysql_st_internal_execute'
dbdimp.c: In function 'mysql_st_execute':
dbdimp.c:3347: error: 'imp_sth_t' has no member named 'av_attr'
dbdimp.c:3347: error: used struct type value where scalar is required
dbdimp.c:3348: error: 'imp_sth_t' has no member named 'av_attr'
dbdimp.c:3348: error: cannot convert to a pointer type
dbdimp.c:3350: error: 'imp_sth_t' has no member named 'av_attr'
dbdimp.c:3350: error: assignment of read-only location
dbdimp.c:3382: error: 'imp_sth_t' has no member named 'row_num'
dbdimp.c:3387: error: 'imp_sth_t' has no member named 'params'
dbdimp.c:3388: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:3389: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:3390: error: 'imp_sth_t' has no member named
'use_mysql_use_result'
dbdimp.c:3393: error: 'imp_sth_t' has no member named 'row_num'
dbdimp.c:3393: error: 'my_ulonglong' undeclared (first use in this
function)
dbdimp.c:3395: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:3397: error: 'imp_sth_t' has no member named 'insertid'
dbdimp.c:3397: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:3406: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:3408: error: 'imp_sth_t' has no member named 'done_desc'
dbdimp.c:3409: error: 'imp_sth_t' has no member named 'fetch_done'
dbdimp.c:3413: error: 'imp_sth_t' has no member named 'warning_count'
dbdimp.c:3421: error: 'imp_sth_t' has no member named 'row_num'
dbdimp.c:3421: warning: format '%llu' expects type 'long long unsigned
int', but argument 5 has type 'const struct sql_type_info_t *'
dbdimp.c:3427: error: 'imp_sth_t' has no member named 'row_num'
dbdimp.c:3427: warning: cast from pointer to integer of different size
dbdimp.c: In function 'mysql_describe':
dbdimp.c:3549: error: 'imp_sth_t' has no member named 'done_desc'
dbdimp.c: In function 'mysql_st_fetch':
dbdimp.c:3577: error: 'MYSQL_ROW' undeclared (first use in this
function)
dbdimp.c:3577: error: expected ';' before 'cols'
dbdimp.c:3579: error: 'MYSQL' undeclared (first use in this function)
dbdimp.c:3579: error: 'svsock' undeclared (first use in this function)
dbdimp.c:3579: error: invalid operands to binary * (have 'const struct
sql_type_info_t *' and 'const struct sql_type_info_t *')
dbdimp.c:3579: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:3585: error: 'MYSQL_FIELD' undeclared (first use in this
function)
dbdimp.c:3585: error: 'fields' undeclared (first use in this function)
dbdimp.c:3585: error: invalid operands to binary * (have 'const struct
sql_type_info_t *' and 'const struct sql_type_info_t *')
dbdimp.c:3623: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:3630: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:3630: error: 'sql_type_info_t' has no member named 'net'
dbdimp.c:3630: error: request for member 'last_errno' in something not
a structure or union
dbdimp.c:3761: error: 'imp_sth_t' has no member named 'currow'
dbdimp.c:3761: error: lvalue required as increment operand
dbdimp.c:3761: error: lvalue required as increment operand
dbdimp.c:3766: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:3766: warning: format '%08lx' expects type 'long unsigned
int', but argument 3 has type 'const struct sql_type_info_t *'
dbdimp.c:3768: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:3768: warning: format '%llu' expects type 'long long unsigned
int', but argument 3 has type 'int'
dbdimp.c:3770: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:3770: warning: format '%llu' expects type 'long long unsigned
int', but argument 3 has type 'int'
dbdimp.c:3772: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:3772: warning: format '%llu' expects type 'long long unsigned
int', but argument 3 has type 'int'
dbdimp.c:3774: error: 'imp_sth_t' has no member named 'currow'
dbdimp.c:3774: warning: format '%d' expects type 'int', but argument 4
has type 'const struct sql_type_info_t *'
dbdimp.c:3777: error: 'cols' undeclared (first use in this function)
dbdimp.c:3777: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:3783: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:3784: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:3785: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:3786: warning: passing argument 3 of 'mysql_dr_error' makes
pointer from integer without a cast
dbdimp.c:3796: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:3797: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:3798: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:3798: warning: assignment makes pointer from integer without
a cast
dbdimp.c:3838: error: incompatible types in initialization
dbdimp.c: In function 'mysql_st_destroy':
dbdimp.c:4026: error: 'imp_sth_t' has no member named 'params'
dbdimp.c:4028: error: 'imp_sth_t' has no member named 'params'
dbdimp.c:4028: warning: passing argument 1 of 'free_param' from
incompatible pointer type
dbdimp.c:4029: error: 'imp_sth_t' has no member named 'params'
dbdimp.c:4035: error: 'imp_sth_t' has no member named 'av_attr'
dbdimp.c:4035: error: used struct type value where scalar is required
dbdimp.c:4036: error: 'imp_sth_t' has no member named 'av_attr'
dbdimp.c:4036: error: cannot convert to a pointer type
dbdimp.c:4037: error: 'imp_sth_t' has no member named 'av_attr'
dbdimp.c:4037: error: assignment of read-only location
dbdimp.c: In function 'mysql_st_STORE_attrib':
dbdimp.c:4081: error: 'imp_sth_t' has no member named
'use_mysql_use_result'
dbdimp.c: At top level:
dbdimp.c:4129: error: expected declaration specifiers or '...' before
'MYSQL_RES'
dbdimp.c: In function 'mysql_st_FETCH_internal':
dbdimp.c:4135: error: 'MYSQL_FIELD' undeclared (first use in this
function)
dbdimp.c:4135: error: 'curField' undeclared (first use in this
function)
dbdimp.c:4135: error: invalid operands to binary * (have 'const struct
sql_type_info_t *' and 'const struct sql_type_info_t *')
dbdimp.c:4142: error: 'imp_sth_t' has no member named 'av_attr'
dbdimp.c:4142: error: invalid operands to binary && (have 'int' and
'struct sql_type_info_s')
dbdimp.c:4143: error: 'imp_sth_t' has no member named 'av_attr'
dbdimp.c:4143: error: incompatible types in assignment
dbdimp.c:4146: error: 'res' undeclared (first use in this function)
dbdimp.c:4160: error: 'sql_type_info_t' has no member named 'name'
dbdimp.c:4160: error: 'sql_type_info_t' has no member named 'name'
dbdimp.c:4160: warning: passing argument 1 of 'strlen' from
incompatible pointer type
dbdimp.c:4160: warning: passing argument 2 of 'Perl_newSVpv' from
incompatible pointer type
dbdimp.c:4164: error: 'sql_type_info_t' has no member named 'table'
dbdimp.c:4164: error: 'sql_type_info_t' has no member named 'table'
dbdimp.c:4164: warning: passing argument 1 of 'strlen' from
incompatible pointer type
dbdimp.c:4164: warning: passing argument 2 of 'Perl_newSVpv' from
incompatible pointer type
dbdimp.c:4168: error: 'sql_type_info_t' has no member named 'type'
dbdimp.c:4168: warning: cast from pointer to integer of different size
dbdimp.c:4172: error: 'sql_type_info_t' has no member named 'type'
dbdimp.c:4172: warning: passing argument 1 of 'native2sql' makes
integer from pointer without a cast
dbdimp.c:4175: error: 'sql_type_info_t' has no member named 'flags'
dbdimp.c:4179: error: 'sql_type_info_t' has no member named 'flags'
dbdimp.c:4183: error: 'sql_type_info_t' has no member named 'flags'
dbdimp.c:4187: error: 'sql_type_info_t' has no member named 'length'
dbdimp.c:4187: warning: cast from pointer to integer of different size
dbdimp.c:4191: error: 'sql_type_info_t' has no member named 'type'
dbdimp.c:4191: warning: passing argument 1 of 'native2sql' makes
integer from pointer without a cast
dbdimp.c:4195: error: 'sql_type_info_t' has no member named 'type'
dbdimp.c:4195: warning: passing argument 1 of 'native2sql' makes
integer from pointer without a cast
dbdimp.c:4199: error: 'sql_type_info_t' has no member named
'max_length'
dbdimp.c:4199: warning: cast from pointer to integer of different size
dbdimp.c:4211: error: 'sql_type_info_t' has no member named 'flags'
dbdimp.c:4211: error: 'PRI_KEY_FLAG' undeclared (first use in this
function)
dbdimp.c:4211: error: 'UNIQUE_KEY_FLAG' undeclared (first use in this
function)
dbdimp.c:4211: error: invalid operands to binary | (have 'const struct
sql_type_info_t *' and 'const struct sql_type_info_t *')
dbdimp.c:4211: error: 'MULTIPLE_KEY_FLAG' undeclared (first use in
this function)
dbdimp.c:4211: error: invalid operands to binary | (have 'const struct
sql_type_info_t *' and 'const struct sql_type_info_t *')
dbdimp.c:4211: error: invalid operands to binary & (have 'const struct
sql_type_info_t *' and 'const struct sql_type_info_t *')
dbdimp.c:4215: error: 'sql_type_info_t' has no member named 'flags'
dbdimp.c:4219: error: 'sql_type_info_t' has no member named 'decimals'
dbdimp.c:4219: warning: cast from pointer to integer of different size
dbdimp.c:4223: error: 'sql_type_info_t' has no member named 'length'
dbdimp.c:4223: error: 'sql_type_info_t' has no member named
'max_length'
dbdimp.c:4223: error: 'sql_type_info_t' has no member named 'length'
dbdimp.c:4223: error: 'sql_type_info_t' has no member named
'max_length'
dbdimp.c:4223: warning: passing argument 2 of 'Perl_newSViv' makes
integer from pointer without a cast
dbdimp.c:4238: error: 'imp_sth_t' has no member named 'av_attr'
dbdimp.c:4238: error: assignment of read-only location
dbdimp.c: In function 'mysql_st_FETCH_attrib':
dbdimp.c:4289: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:4289: warning: passing argument 3 of
'mysql_st_FETCH_internal' makes integer from pointer without a cast
dbdimp.c:4289: error: too many arguments to function
'mysql_st_FETCH_internal'
dbdimp.c:4291: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:4291: warning: passing argument 3 of
'mysql_st_FETCH_internal' makes integer from pointer without a cast
dbdimp.c:4291: error: too many arguments to function
'mysql_st_FETCH_internal'
dbdimp.c:4295: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:4295: warning: passing argument 3 of
'mysql_st_FETCH_internal' makes integer from pointer without a cast
dbdimp.c:4295: error: too many arguments to function
'mysql_st_FETCH_internal'
dbdimp.c:4307: error: 'imp_sth_t' has no member named 'params'
dbdimp.c:4307: error: 'struct sql_type_info_s' has no member named
'value'
dbdimp.c:4307: warning: passing argument 2 of 'Perl_newSVsv' from
incompatible pointer type
dbdimp.c:4316: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:4316: warning: passing argument 3 of
'mysql_st_FETCH_internal' makes integer from pointer without a cast
dbdimp.c:4316: error: too many arguments to function
'mysql_st_FETCH_internal'
dbdimp.c:4320: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:4320: warning: passing argument 3 of
'mysql_st_FETCH_internal' makes integer from pointer without a cast
dbdimp.c:4320: error: too many arguments to function
'mysql_st_FETCH_internal'
dbdimp.c:4326: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:4326: warning: passing argument 3 of
'mysql_st_FETCH_internal' makes integer from pointer without a cast
dbdimp.c:4326: error: too many arguments to function
'mysql_st_FETCH_internal'
dbdimp.c:4330: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:4330: warning: passing argument 3 of
'mysql_st_FETCH_internal' makes integer from pointer without a cast
dbdimp.c:4330: error: too many arguments to function
'mysql_st_FETCH_internal'
dbdimp.c:4334: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:4334: warning: passing argument 3 of
'mysql_st_FETCH_internal' makes integer from pointer without a cast
dbdimp.c:4334: error: too many arguments to function
'mysql_st_FETCH_internal'
dbdimp.c:4336: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:4336: warning: passing argument 3 of
'mysql_st_FETCH_internal' makes integer from pointer without a cast
dbdimp.c:4336: error: too many arguments to function
'mysql_st_FETCH_internal'
dbdimp.c:4338: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:4338: warning: passing argument 3 of
'mysql_st_FETCH_internal' makes integer from pointer without a cast
dbdimp.c:4338: error: too many arguments to function
'mysql_st_FETCH_internal'
dbdimp.c:4340: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:4344: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:4344: warning: passing argument 3 of
'mysql_st_FETCH_internal' makes integer from pointer without a cast
dbdimp.c:4344: error: too many arguments to function
'mysql_st_FETCH_internal'
dbdimp.c:4351: error: 'imp_sth_t' has no member named 'insertid'
dbdimp.c:4351: warning: format '%d' expects type 'int', but argument 3
has type 'const struct sql_type_info_t *'
dbdimp.c:4353: error: 'imp_sth_t' has no member named 'insertid'
dbdimp.c:4353: warning: passing argument 2 of 'Perl_sv_2mortal' makes
pointer from integer without a cast
dbdimp.c:4358: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:4358: warning: passing argument 3 of
'mysql_st_FETCH_internal' makes integer from pointer without a cast
dbdimp.c:4358: error: too many arguments to function
'mysql_st_FETCH_internal'
dbdimp.c:4362: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:4362: warning: passing argument 3 of
'mysql_st_FETCH_internal' makes integer from pointer without a cast
dbdimp.c:4362: error: too many arguments to function
'mysql_st_FETCH_internal'
dbdimp.c:4364: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:4364: warning: passing argument 3 of
'mysql_st_FETCH_internal' makes integer from pointer without a cast
dbdimp.c:4364: error: too many arguments to function
'mysql_st_FETCH_internal'
dbdimp.c:4366: error: 'imp_sth_t' has no member named
'use_mysql_use_result'
dbdimp.c:4370: error: 'imp_sth_t' has no member named 'warning_count'
dbdimp.c:4382: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:4382: warning: passing argument 3 of
'mysql_st_FETCH_internal' makes integer from pointer without a cast
dbdimp.c:4382: error: too many arguments to function
'mysql_st_FETCH_internal'
dbdimp.c: In function 'mysql_bind_ph':
dbdimp.c:4511: error: 'imp_sth_t' has no member named 'params'
dbdimp.c:4511: warning: passing argument 1 of 'bind_param' from
incompatible pointer type
dbdimp.c: In function 'mysql_db_reconnect':
dbdimp.c:4656: error: 'MYSQL' undeclared (first use in this function)
dbdimp.c:4656: error: expected ';' before 'save_socket'
dbdimp.c:4666: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:4666: error: 'CR_SERVER_GONE_ERROR' undeclared (first use in
this function)
dbdimp.c:4666: warning: comparison between pointer and integer
dbdimp.c:4670: error: 'imp_dbh_t' has no member named 'auto_reconnect'
dbdimp.c:4684: error: 'save_socket' undeclared (first use in this
function)
dbdimp.c:4684: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:4685: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:4685: warning: passing argument 3 of '__builtin___memcpy_chk'
makes integer from pointer without a cast
dbdimp.c:4685: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:4685: warning: passing argument 3 of '__inline_memcpy_chk'
makes integer from pointer without a cast
dbdimp.c:4686: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:4686: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:4686: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:4686: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:4686: warning: passing argument 1 of '__builtin___memset_chk'
discards qualifiers from pointer target type
dbdimp.c:4686: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:4686: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:4686: warning: passing argument 1 of '__inline_memset_chk'
discards qualifiers from pointer target type
dbdimp.c:4694: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:4694: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:4695: warning: passing argument 3 of 'mysql_dr_error' makes
pointer from integer without a cast
dbdimp.c:4696: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:4696: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:4696: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:4696: warning: passing argument 1 of '__builtin___memcpy_chk'
discards qualifiers from pointer target type
dbdimp.c:4696: warning: passing argument 3 of '__builtin___memcpy_chk'
makes integer from pointer without a cast
dbdimp.c:4696: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:4696: warning: passing argument 1 of '__inline_memcpy_chk'
discards qualifiers from pointer target type
dbdimp.c:4696: warning: passing argument 3 of '__inline_memcpy_chk'
makes integer from pointer without a cast
dbdimp.c:4697: error: 'imp_dbh_t' has no member named 'stats'
dbdimp.c:4697: error: request for member 'auto_reconnects_failed' in
something not a structure or union
dbdimp.c:4697: error: lvalue required as increment operand
dbdimp.c:4697: error: lvalue required as increment operand
dbdimp.c:4706: error: 'imp_dbh_t' has no member named 'stats'
dbdimp.c:4706: error: request for member 'auto_reconnects_ok' in
something not a structure or union
dbdimp.c:4706: error: lvalue required as increment operand
dbdimp.c:4706: error: lvalue required as increment operand
dbdimp.c: In function 'mysql_db_quote':
dbdimp.c:4866: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c: In function 'mysql_db_last_insert_id':
dbdimp.c:4889: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:4889: warning: passing argument 2 of 'Perl_sv_2mortal' makes
pointer from integer without a cast
In file included from dbdimp.c:20:
dbdimp.h:22:49: error: mysql.h: No such file or directory
dbdimp.h:23:45: error: mysqld_error.h: No such file or directory
dbdimp.h:25:49: error: errmsg.h: No such file or directory
In file included from dbdimp.c:20:
dbdimp.h:147: error: expected specifier-qualifier-list before 'MYSQL'
dbdimp.h:239: error: expected specifier-qualifier-list before
'MYSQL_RES'
In file included from dbdimp.c:20:
dbdimp.h:296: error: expected ')' before '*' token
dbdimp.h:299: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'mysql_st_internal_execute'
dbdimp.h:331: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
dbdimp.c: In function 'alloc_param':
dbdimp.c:212: warning: format not a string literal and no format
arguments
dbdimp.c: At top level:
dbdimp.c:507: error: expected ')' before '*' token
dbdimp.c:809: error: 'FIELD_TYPE_VAR_STRING' undeclared here (not in a
function)
dbdimp.c:819: error: 'FIELD_TYPE_DECIMAL' undeclared here (not in a
function)
dbdimp.c:829: error: 'FIELD_TYPE_TINY' undeclared here (not in a
function)
dbdimp.c:839: error: 'FIELD_TYPE_SHORT' undeclared here (not in a
function)
dbdimp.c:849: error: 'FIELD_TYPE_LONG' undeclared here (not in a
function)
dbdimp.c:859: error: 'FIELD_TYPE_FLOAT' undeclared here (not in a
function)
dbdimp.c:869: error: 'FIELD_TYPE_DOUBLE' undeclared here (not in a
function)
dbdimp.c:892: error: 'FIELD_TYPE_TIMESTAMP' undeclared here (not in a
function)
dbdimp.c:902: error: 'FIELD_TYPE_LONGLONG' undeclared here (not in a
function)
dbdimp.c:912: error: 'FIELD_TYPE_INT24' undeclared here (not in a
function)
dbdimp.c:922: error: 'FIELD_TYPE_DATE' undeclared here (not in a
function)
dbdimp.c:932: error: 'FIELD_TYPE_TIME' undeclared here (not in a
function)
dbdimp.c:942: error: 'FIELD_TYPE_DATETIME' undeclared here (not in a
function)
dbdimp.c:952: error: 'FIELD_TYPE_YEAR' undeclared here (not in a
function)
dbdimp.c:962: error: 'FIELD_TYPE_NEWDATE' undeclared here (not in a
function)
dbdimp.c:972: error: 'FIELD_TYPE_ENUM' undeclared here (not in a
function)
dbdimp.c:982: error: 'FIELD_TYPE_SET' undeclared here (not in a
function)
dbdimp.c:992: error: 'FIELD_TYPE_BLOB' undeclared here (not in a
function)
dbdimp.c:1002: error: 'FIELD_TYPE_TINY_BLOB' undeclared here (not in a
function)
dbdimp.c:1012: error: 'FIELD_TYPE_MEDIUM_BLOB' undeclared here (not in
a function)
dbdimp.c:1022: error: 'FIELD_TYPE_LONG_BLOB' undeclared here (not in a
function)
dbdimp.c:1032: error: 'FIELD_TYPE_STRING' undeclared here (not in a
function)
dbdimp.c:1499: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
dbdimp.c: In function 'my_login':
dbdimp.c:1978: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:1979: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:1979: error: 'MYSQL' undeclared (first use in this function)
dbdimp.c:1979: error: (Each undeclared identifier is reported only
once
dbdimp.c:1979: error: for each function it appears in.)
dbdimp.c:1979: warning: comparison between pointer and integer
dbdimp.c:1979: error: invalid operands to binary / (have 'long
unsigned int' and 'const struct sql_type_info_t *')
dbdimp.c:1979: error: invalid operands to binary > (have 'double' and
'const struct sql_type_info_t *')
dbdimp.c:1979: warning: format not a string literal and no format
arguments
dbdimp.c:1979: error: expected expression before ')' token
dbdimp.c:1979: error: invalid operands to binary * (have 'const struct
sql_type_info_t *' and 'const struct sql_type_info_t *')
dbdimp.c:1981: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c: In function 'mysql_db_login':
dbdimp.c:2018: error: 'imp_dbh_t' has no member named 'stats'
dbdimp.c:2018: error: request for member 'auto_reconnects_ok' in
something not a structure or union
dbdimp.c:2019: error: 'imp_dbh_t' has no member named 'stats'
dbdimp.c:2019: error: request for member 'auto_reconnects_failed' in
something not a structure or union
dbdimp.c:2020: error: 'imp_dbh_t' has no member named
'bind_type_guessing'
dbdimp.c:2021: error: 'imp_dbh_t' has no member named
'bind_comment_placeholders'
dbdimp.c:2022: error: 'imp_dbh_t' has no member named
'has_transactions'
dbdimp.c:2024: error: 'imp_dbh_t' has no member named 'auto_reconnect'
dbdimp.c:2033: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2034: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2034: warning: passing argument 3 of 'mysql_dr_error' makes
pointer from integer without a cast
dbdimp.c: In function 'mysql_db_commit':
dbdimp.c:2071: error: 'imp_dbh_t' has no member named
'has_transactions'
dbdimp.c:2074: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2079: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2079: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2080: warning: passing argument 3 of 'mysql_dr_error' makes
pointer from integer without a cast
dbdimp.c: In function 'mysql_db_rollback':
dbdimp.c:2099: error: 'imp_dbh_t' has no member named
'has_transactions'
dbdimp.c:2102: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2107: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2108: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2108: warning: passing argument 3 of 'mysql_dr_error' makes
pointer from integer without a cast
dbdimp.c: In function 'mysql_db_disconnect':
dbdimp.c:2145: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2146: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c: In function 'mysql_db_destroy':
dbdimp.c:2233: error: 'imp_dbh_t' has no member named
'has_transactions'
dbdimp.c:2237: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2245: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c: In function 'mysql_db_STORE_attrib':
dbdimp.c:2283: error: 'imp_dbh_t' has no member named
'has_transactions'
dbdimp.c:2305: error: 'imp_dbh_t' has no member named
'no_autocommit_cmd'
dbdimp.c:2310: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2318: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2343: error: 'imp_dbh_t' has no member named
'use_mysql_use_result'
dbdimp.c:2345: error: 'imp_dbh_t' has no member named 'auto_reconnect'
dbdimp.c:2347: error: 'imp_dbh_t' has no member named
'use_server_side_prepare'
dbdimp.c:2349: error: 'imp_dbh_t' has no member named
'no_autocommit_cmd'
dbdimp.c:2351: error: 'imp_dbh_t' has no member named
'bind_type_guessing'
dbdimp.c:2353: error: 'imp_dbh_t' has no member named
'bind_type_guessing'
dbdimp.c: At top level:
dbdimp.c:2382: error: expected ')' before 'val'
dbdimp.c: In function 'mysql_db_FETCH_attrib':
dbdimp.c:2411: error: 'imp_dbh_t' has no member named
'has_transactions'
dbdimp.c:2428: error: 'imp_dbh_t' has no member named 'auto_reconnect'
dbdimp.c:2428: warning: passing argument 2 of 'Perl_newSViv' makes
integer from pointer without a cast
dbdimp.c:2434: error: 'imp_dbh_t' has no member named
'bind_type_guessing'
dbdimp.c:2434: warning: passing argument 2 of 'Perl_newSViv' makes
integer from pointer without a cast
dbdimp.c:2439: error: 'imp_dbh_t' has no member named
'bind_comment_placeholders'
dbdimp.c:2439: warning: passing argument 2 of 'Perl_newSViv' makes
integer from pointer without a cast
dbdimp.c:2444: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2448: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2448: warning: initialization makes pointer from integer
without a cast
dbdimp.c:2462: error: 'imp_dbh_t' has no member named 'stats'
dbdimp.c:2462: error: request for member 'auto_reconnects_ok' in
something not a structure or union
dbdimp.c:2462: warning: passing argument 2 of 'Perl_newSViv' makes
integer from pointer without a cast
dbdimp.c:2469: error: 'imp_dbh_t' has no member named 'stats'
dbdimp.c:2469: error: request for member 'auto_reconnects_failed' in
something not a structure or union
dbdimp.c:2469: warning: passing argument 2 of 'Perl_newSViv' makes
integer from pointer without a cast
dbdimp.c:2483: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2483: warning: initialization makes pointer from integer
without a cast
dbdimp.c:2492: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2492: warning: initialization makes pointer from integer
without a cast
dbdimp.c:2497: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2497: warning: passing argument 2 of 'Perl_sv_2mortal' makes
pointer from integer without a cast
dbdimp.c:2502: error: 'imp_dbh_t' has no member named
'no_autocommit_cmd'
dbdimp.c:2502: warning: passing argument 2 of 'Perl_newSViv' makes
integer from pointer without a cast
dbdimp.c:2507: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2513: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2513: warning: initialization makes pointer from integer
without a cast
dbdimp.c:2518: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2520: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2520: error: 'sql_type_info_t' has no member named 'net'
dbdimp.c:2520: error: request for member 'fd' in something not a
structure or union
dbdimp.c:2523: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2523: warning: initialization makes pointer from integer
without a cast
dbdimp.c:2530: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:2530: warning: initialization makes pointer from integer
without a cast
dbdimp.c:2535: error: 'imp_dbh_t' has no member named
'use_server_side_prepare'
dbdimp.c:2540: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c: In function 'mysql_st_prepare':
dbdimp.c:2589: error: 'MYSQL_VERSION_ID' undeclared (first use in this
function)
dbdimp.c:2589: warning: format '%d' expects type 'int', but argument 3
has type 'const struct sql_type_info_t *'
dbdimp.c:2604: error: 'imp_sth_t' has no member named 'done_desc'
dbdimp.c:2605: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:2606: error: 'imp_sth_t' has no member named 'currow'
dbdimp.c:2610: error: 'imp_sth_t' has no member named
'use_mysql_use_result'
dbdimp.c:2611: error: 'imp_dbh_t' has no member named
'use_mysql_use_result'
dbdimp.c:2611: warning: pointer/integer type mismatch in conditional
expression
dbdimp.c:2614: error: 'imp_sth_t' has no member named 'av_attr'
dbdimp.c:2614: error: assignment of read-only location
dbdimp.c:2801: error: 'imp_dbh_t' has no member named
'bind_comment_placeholders'
dbdimp.c:2805: error: 'imp_sth_t' has no member named 'params'
dbdimp.c: In function 'mysql_st_free_result_sets':
dbdimp.c:2875: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:2877: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:2878: error: 'imp_sth_t' has no member named 'result'
dbdimp.c: At top level:
dbdimp.c:3042: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'mysql_st_internal_execute'
dbdimp.c: In function 'mysql_st_execute':
dbdimp.c:3347: error: 'imp_sth_t' has no member named 'av_attr'
dbdimp.c:3347: error: used struct type value where scalar is required
dbdimp.c:3348: error: 'imp_sth_t' has no member named 'av_attr'
dbdimp.c:3348: error: cannot convert to a pointer type
dbdimp.c:3350: error: 'imp_sth_t' has no member named 'av_attr'
dbdimp.c:3350: error: assignment of read-only location
dbdimp.c:3382: error: 'imp_sth_t' has no member named 'row_num'
dbdimp.c:3387: error: 'imp_sth_t' has no member named 'params'
dbdimp.c:3388: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:3389: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:3390: error: 'imp_sth_t' has no member named
'use_mysql_use_result'
dbdimp.c:3393: error: 'imp_sth_t' has no member named 'row_num'
dbdimp.c:3393: error: 'my_ulonglong' undeclared (first use in this
function)
dbdimp.c:3395: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:3397: error: 'imp_sth_t' has no member named 'insertid'
dbdimp.c:3397: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:3406: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:3408: error: 'imp_sth_t' has no member named 'done_desc'
dbdimp.c:3409: error: 'imp_sth_t' has no member named 'fetch_done'
dbdimp.c:3413: error: 'imp_sth_t' has no member named 'warning_count'
dbdimp.c:3421: error: 'imp_sth_t' has no member named 'row_num'
dbdimp.c:3421: warning: format '%llu' expects type 'long long unsigned
int', but argument 5 has type 'const struct sql_type_info_t *'
dbdimp.c:3427: error: 'imp_sth_t' has no member named 'row_num'
dbdimp.c: In function 'mysql_describe':
dbdimp.c:3549: error: 'imp_sth_t' has no member named 'done_desc'
dbdimp.c: In function 'mysql_st_fetch':
dbdimp.c:3577: error: 'MYSQL_ROW' undeclared (first use in this
function)
dbdimp.c:3577: error: expected ';' before 'cols'
dbdimp.c:3579: error: 'MYSQL' undeclared (first use in this function)
dbdimp.c:3579: error: 'svsock' undeclared (first use in this function)
dbdimp.c:3579: error: invalid operands to binary * (have 'const struct
sql_type_info_t *' and 'const struct sql_type_info_t *')
dbdimp.c:3579: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:3585: error: 'MYSQL_FIELD' undeclared (first use in this
function)
dbdimp.c:3585: error: 'fields' undeclared (first use in this function)
dbdimp.c:3585: error: invalid operands to binary * (have 'const struct
sql_type_info_t *' and 'const struct sql_type_info_t *')
dbdimp.c:3623: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:3630: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:3630: error: 'sql_type_info_t' has no member named 'net'
dbdimp.c:3630: error: request for member 'last_errno' in something not
a structure or union
dbdimp.c:3761: error: 'imp_sth_t' has no member named 'currow'
dbdimp.c:3761: error: lvalue required as increment operand
dbdimp.c:3761: error: lvalue required as increment operand
dbdimp.c:3766: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:3766: warning: format '%08lx' expects type 'long unsigned
int', but argument 3 has type 'const struct sql_type_info_t *'
dbdimp.c:3768: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:3768: warning: format '%llu' expects type 'long long unsigned
int', but argument 3 has type 'int'
dbdimp.c:3770: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:3770: warning: format '%llu' expects type 'long long unsigned
int', but argument 3 has type 'int'
dbdimp.c:3772: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:3772: warning: format '%llu' expects type 'long long unsigned
int', but argument 3 has type 'int'
dbdimp.c:3774: error: 'imp_sth_t' has no member named 'currow'
dbdimp.c:3774: warning: format '%d' expects type 'int', but argument 4
has type 'const struct sql_type_info_t *'
dbdimp.c:3777: error: 'cols' undeclared (first use in this function)
dbdimp.c:3777: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:3783: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:3784: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:3785: error: 'imp_dbh_t' has no member named 'pmysql'
dbdimp.c:3786: warning: passing argument 3 of 'mysql_dr_error' makes
pointer from integer without a cast
dbdimp.c:3796: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:3797: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:3798: error: 'imp_sth_t' has no member named 'result'
dbdimp.c:3798: warning: assignment makes pointer from integer without
a cast
dbdimp.c:3838: error: incompatible types in initialization
dbdimp.c: In function 'mysql_st_destroy':
dbdimp.c:4026: error: 'imp_sth_t' has no member named 'params'
dbdimp.c:4028: error: 'imp_sth_t' has no member named 'params'
dbdimp.c:4028: warning: passing argument 1 of 'free_param' from
incompatible pointer type
dbdimp.c:4029: error: 'imp_sth_t' has no member named 'params'
dbdimp.c:4035: error: 'imp_sth_t' has no member named 'av_attr'
dbdimp.c:4035: error: used struct type value where scalar is required
dbdimp.c:4036: error: 'imp_sth_t' has no member named 'av_attr'
dbdimp.c:4036: error: cannot convert to a pointer type
dbdimp.c:4037: error: 'imp_sth_t' has no member named 'av_attr'
dbdimp.c:4037: error: assignment of read-only location
dbdimp.c: In function 'mysql_st_STORE_attrib':
dbdimp.c:4081: error: 'imp_sth_t' has no member named
'use_mysql_use_result'
dbdimp.c: At top level:
dbdimp.c:4129: error: expected declaration specifiers or '...' before
'MYSQL_RES'
dbdimp.c: In function 'mysql_st_FETCH_internal':
dbdimp.c:4135: error: 'MYSQL_FIELD' undeclared (first use in this
function)
dbdimp.c:4135: error: 'curField' undeclared (first use in this
function)
dbdimp.c:4135: error: invalid operands to binary * (have 'const struct
sql_type_info_t *' and 'const struct sql_type_info_t *')
dbdimp.c:4142: error: 'imp_sth_t' has no member named 'av_attr'
dbdimp.c:4142: error: invalid operands to binary && (have 'int' and
'struct sql_type_info_s')
dbdimp.c:4143: error: 'imp_sth_t' has no member named 'av_attr'
dbdimp.c:4143: error: incompatible types in assignment
dbdimp.c:4146: error: 'res' undeclared (first use in this function)
dbdimp.c:4160: error: 'sql_type_info_t' has no member named 'name'
dbdimp.c:4160: error: 'sql_type_info_t' has no member named 'name'
dbdimp.c:4160: warning: passing argument 1 of 'strlen' from
incompatible pointer type
dbdimp.c:4160: warning: passing argument 2 of 'Perl_newSVpv' from
incompatible pointer type
dbdimp.c:4164: error: 'sql_type_info_t' has no member named 'table'
dbdimp.c:4164: error: 'sql_type_info_t' has no member named 'table'
dbdimp.c:4164: warning: passing argument 1 of 'strlen' from
incompatible pointer type
dbdimp.c:4164: warning: passing argument 2 of 'Perl_newSVpv' from
incompatible pointer type
dbdimp.c:4168: error: 'sql_type_info_t' has no member named 'type'
dbdimp.c:4172: error: 'sql_type_info_t' has no member named 'type'
dbdimp.c:4172: warning: passing argument 1 of 'native2sql' makes
integer from pointer without a cast
dbdimp.c:4175: error: 'sql_type_info_t' has no member named 'flags'
dbdimp.c:4179: error: 'sql_type_info_t' has no member named 'flags'
dbdimp.c:4183: error: 'sql_type_info_t' has no member named 'flags'
dbdimp.c:4187: error: 'sql_type_info_t' has no member named 'length'
dbdimp.c:4191: error: 'sql_type_info_t' has no member named 'type'
dbdimp.c:4191: warning: passing argument 1 of 'native2sql' makes
integer from pointer without a cast
dbdimp.c:4195: error: 'sql_type_info_t' has no member named 'type'
dbdimp.c:4195: warning: passing argument 1 of 'native2sql' makes
integer from pointer without a cast
dbdimp.c:4199: error: 'sql_type_info_t' has no member named

Guest

Originally posted by: <email address deleted>

Hi Michael,

schau mal mit dem Terminal:

which perl

und

perl -v

nach, ob Du u.U. 2 (oder mehr) perls installiert hast. MacPorts installiert
nämlich standardmäßig nach '/opt/local/bin/', währen CPAN '/usr/local/lib/'
nimmt...

Grüße

andy


--
Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe FHEM users beigetreten sind.
Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an fhem-users@googlegroups.com.
Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an fhem-users+unsubscribe@googlegroups.com.
Besuchen Sie die Gruppe unter http://groups.google.com/group/fhem-users?hl=de, um weitere Optionen zu erhalten.

Guest

Originally posted by: <email address deleted>

Hi Andy,

also, "which perl" bringt folgendes
/usr/bin/perl

und "perl -V" zeigt mir das:
Summary of my perl5 (revision 5 version 10 subversion 0)
configuration:
  Platform:
    osname=darwin, osvers=10.0, archname=darwin-thread-multi-2level
    uname='darwin pizzly.apple.com 10.0 darwin kernel version 10.0.0:
fri jul 31 22:46:25 pdt 2009; root:xnu-1456.1.25~1release_x86_64
x86_64 '
    config_args='-ds -e -Dprefix=/usr -Dccflags=-g  -pipe  -Dldflags= -
Dman3ext=3pm -Duseithreads -Duseshrplib -Dinc_version_list=none -
Dcc=gcc-4.2'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define,
usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc-4.2', ccflags ='-arch x86_64 -arch i386 -arch ppc -g -pipe
-fno-common -DPERL_DARWIN -fno-strict-aliasing -I/usr/local/include',
    optimize='-Os',
    cppflags='-g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -
I/usr/local/include'
    ccversion='', gccversion='4.2.1 (Apple Inc. build 5646)',
gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define,
longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='gcc-4.2 -mmacosx-version-min=10.6.3', ldflags ='-arch x86_64 -
arch i386 -arch ppc -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib
    libs=-ldbm -ldl -lm -lutil -lc
    perllibs=-ldl -lm -lutil -lc
    libc=/usr/lib/libc.dylib, so=dylib, useshrplib=true,
libperl=libperl.dylib
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-arch x86_64 -arch i386 -arch ppc -
bundle -undefined dynamic_lookup -L/usr/local/lib'

Characteristics of this binary (from libperl):
  Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
USE_64_BIT_ALL
                        USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
                        USE_PERLIO USE_REENTRANT_API
  Locally applied patches:
   /Library/Perl/Updates/ comes before system perl directories
   installprivlib and installarchlib points to the Updates directory
  Built under darwin
  Compiled at Jan 26 2010 17:48:53
  @INC:
    /Library/Perl/Updates/5.10.0/darwin-thread-multi-2level
    /Library/Perl/Updates/5.10.0
    /System/Library/Perl/5.10.0/darwin-thread-multi-2level
    /System/Library/Perl/5.10.0
    /Library/Perl/5.10.0/darwin-thread-multi-2level
    /Library/Perl/5.10.0
    /Network/Library/Perl/5.10.0/darwin-thread-multi-2level
    /Network/Library/Perl/5.10.0
    /Network/Library/Perl
    /System/Library/Perl/Extras/5.10.0/darwin-thread-multi-2level
    /System/Library/Perl/Extras/5.10.0

--
Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe FHEM users beigetreten sind.
Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an fhem-users@googlegroups.com.
Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an fhem-users+unsubscribe@googlegroups.com.
Besuchen Sie die Gruppe unter http://groups.google.com/group/fhem-users?hl=de, um weitere Optionen zu erhalten.

Guest

Originally posted by: <email address deleted>

Hm... im Grunde sieht das eigentlich gut aus.

 die @INC sehen allerdings irgendwie komisch aus...

aber eigentlich meinte ich aber auch

perl -v

(also kleines v)


UND: Lass doch mal den hier laufen:

#!/usr/bin/perl
use DBI;
@driver_names = DBI->available_drivers();
print "driver_names (apparently installed, available):\n";
foreach my $dn (@driver_names)
{
    print "$dn\n";
}

Dann sieht man wenigstens mal, ob die passenden DB-Treiber installiert sind.

Grüße

a.



--
Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe FHEM users beigetreten sind.
Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an fhem-users@googlegroups.com.
Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an fhem-users+unsubscribe@googlegroups.com.
Besuchen Sie die Gruppe unter http://groups.google.com/group/fhem-users?hl=de, um weitere Optionen zu erhalten.

Guest

Originally posted by: <email address deleted>

Hi Andy,

habe das Script von dir mal ausgeführt. Hier das Ergebnis:

driver_names (apparently installed, available):
DBM
ExampleP
File
Gofer
Proxy
SQLite
Sponge

... und perl -v (mit kleinem v) bringt das:

This is perl, v5.10.0 built for darwin-thread-multi-2level
(with 2 registered patches, see perl -V for more detail)

Copyright 1987-2007, Larry Wall

Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5 source
kit.

Complete documentation for Perl, including FAQ lists, should be found
on
this system using "man perl" or "perldoc perl".  If you have access to
the
Internet, point your browser at http://www.perl.org/, the Perl Home
Page.

Grüße
Michael


--
Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe FHEM users beigetreten sind.
Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an fhem-users@googlegroups.com.
Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an fhem-users+unsubscribe@googlegroups.com.
Besuchen Sie die Gruppe unter http://groups.google.com/group/fhem-users?hl=de, um weitere Optionen zu erhalten.

Guest

Originally posted by: <email address deleted>

Hi Michael,

nur interessehalber: Könnte es sein, dass Du zufällig sein, dass Du den
MacMini auf 64bit laufen lässt? Die DBD::mysql ist nämlich nur 32bit (wenn
mich nicht alles täuscht).

a.


On 18.10.10 20:01, "technolust" wrote:

> Hi Andy,
>
> habe das Script von dir mal ausgeführt. Hier das Ergebnis:
>
> driver_names (apparently installed, available):
> DBM
> ExampleP
> File
> Gofer
> Proxy
> SQLite
> Sponge
>
> ... und perl -v (mit kleinem v) bringt das:
>
> This is perl, v5.10.0 built for darwin-thread-multi-2level
> (with 2 registered patches, see perl -V for more detail)
>
> Copyright 1987-2007, Larry Wall
>
> Perl may be copied only under the terms of either the Artistic License
> or the
> GNU General Public License, which may be found in the Perl 5 source
> kit.
>
> Complete documentation for Perl, including FAQ lists, should be found
> on
> this system using "man perl" or "perldoc perl".  If you have access to
> the
> Internet, point your browser at http://www.perl.org/, the Perl Home
> Page.
>
> Grüße
> Michael
>


--
Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe FHEM users beigetreten sind.
Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an fhem-users@googlegroups.com.
Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an fhem-users+unsubscribe@googlegroups.com.
Besuchen Sie die Gruppe unter http://groups.google.com/group/fhem-users?hl=de, um weitere Optionen zu erhalten.

Guest

Originally posted by: <email address deleted>

Nur, um meinen grammatikalischen Ehrgeiz zu Erfüllen: ;-)

Hi Michael,

nur interessehalber: Könnte es zufällig sein, dass Du den
MacMini auf 64bit laufen lässt? Die DBD::mysql ist nämlich nur 32bit (wenn
mich nicht alles täuscht).

a.




On 18.10.10 20:01, "technolust" wrote:

> Hi Andy,
>
> habe das Script von dir mal ausgeführt. Hier das Ergebnis:
>
> driver_names (apparently installed, available):
> DBM
> ExampleP
> File
> Gofer
> Proxy
> SQLite
> Sponge
>
> ... und perl -v (mit kleinem v) bringt das:
>
> This is perl, v5.10.0 built for darwin-thread-multi-2level
> (with 2 registered patches, see perl -V for more detail)
>
> Copyright 1987-2007, Larry Wall
>
> Perl may be copied only under the terms of either the Artistic License
> or the
> GNU General Public License, which may be found in the Perl 5 source
> kit.
>
> Complete documentation for Perl, including FAQ lists, should be found
> on
> this system using "man perl" or "perldoc perl".  If you have access to
> the
> Internet, point your browser at http://www.perl.org/, the Perl Home
> Page.
>
> Grüße
> Michael
>


--
Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe FHEM users beigetreten sind.
Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an fhem-users@googlegroups.com.
Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an fhem-users+unsubscribe@googlegroups.com.
Besuchen Sie die Gruppe unter http://groups.google.com/group/fhem-users?hl=de, um weitere Optionen zu erhalten.

Guest

Originally posted by: <email address deleted>

Hallo Andy,

ja, ich glaube mein Mac Mini Server läuft mit einem 64bit-Kernel.
Zumindest hab ich das hier gelesen: http://support.apple.com/kb/ht3770.
Aber glaubst du, dass er deswegen bestimmte Dateien bei der
Installation nicht findet?

Im Moment behelfe ich mich damit, dass ich die FHEM-Events in eine
Datei logge
und diese dann beim Aufruf meines Frontends über php in eine Datenbank
schreibe.
Ist aber etwas unbefriedigend diese Lösung. Es wär natürlich schöner
wenn ich die Daten
gleich in die Datenbank bekommen würde....

Grüße
Michael

--
Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe FHEM users beigetreten sind.
Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an fhem-users@googlegroups.com.
Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an fhem-users+unsubscribe@googlegroups.com.
Besuchen Sie die Gruppe unter http://groups.google.com/group/fhem-users?hl=de, um weitere Optionen zu erhalten.