at the time of scratch installation of vicidial

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

at the time of scratch installation of vicidial

Postby arvindsandilya24 » Thu Jan 15, 2009 9:16 am

DBD-MYSQL perl modules is not compiling . it is giving some error when compiling the DBD-MYSQL perl modules.
Please help me.

I follow the step by step scratch installation from eflo.net.

Please help me.


Thanks & regards
Arvind
arvindsandilya24
 
Posts: 192
Joined: Sun Oct 12, 2008 4:33 am

Postby mflorell » Thu Jan 15, 2009 1:49 pm

What Linux distribution are you using?
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby williamconley » Thu Jan 15, 2009 8:03 pm

And what is the actual error it is reporting when it "is not compiling"?
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20019
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

dbd-mysql

Postby arvindsandilya24 » Thu Jan 15, 2009 11:45 pm

I'm using fedora 9.

Please help me.

Thanks
Arvind
arvindsandilya24
 
Posts: 192
Joined: Sun Oct 12, 2008 4:33 am

vicidial scratch installation

Postby arvindsandilya24 » Fri Jan 16, 2009 1:35 am

My actual error is such as:-

-DXS_VERSION=\"4.010\" -fPIC "-I/usr/lib/perl5/5.10.0/i386-linux-thread-multi/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:144: error: expected specifier-qualifier-list before ‘MYSQL’
dbdimp.h:237: error: expected specifier-qualifier-list before ‘MYSQL_RES’
In file included from dbdimp.c:20:
dbdimp.h:294: error: expected ‘)’ before ‘*’ token
dbdimp.h:297: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mysql_st_internal_execute’
dbdimp.h:329: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
dbdimp.c:407: error: expected ‘)’ before ‘*’ token
dbdimp.c:626: error: ‘FIELD_TYPE_VAR_STRING’ undeclared here (not in a function)
dbdimp.c:636: error: ‘FIELD_TYPE_DECIMAL’ undeclared here (not in a function)
dbdimp.c:646: error: ‘FIELD_TYPE_TINY’ undeclared here (not in a function)
dbdimp.c:656: error: ‘FIELD_TYPE_SHORT’ undeclared here (not in a function)
dbdimp.c:666: error: ‘FIELD_TYPE_LONG’ undeclared here (not in a function)
dbdimp.c:676: error: ‘FIELD_TYPE_FLOAT’ undeclared here (not in a function)
dbdimp.c:686: error: ‘FIELD_TYPE_DOUBLE’ undeclared here (not in a function)
dbdimp.c:709: error: ‘FIELD_TYPE_TIMESTAMP’ undeclared here (not in a function)
dbdimp.c:719: error: ‘FIELD_TYPE_LONGLONG’ undeclared here (not in a function)
dbdimp.c:729: error: ‘FIELD_TYPE_INT24’ undeclared here (not in a function)
dbdimp.c:739: error: ‘FIELD_TYPE_DATE’ undeclared here (not in a function)
dbdimp.c:749: error: ‘FIELD_TYPE_TIME’ undeclared here (not in a function)
dbdimp.c:759: error: ‘FIELD_TYPE_DATETIME’ undeclared here (not in a function)
dbdimp.c:769: error: ‘FIELD_TYPE_YEAR’ undeclared here (not in a function)
dbdimp.c:779: error: ‘FIELD_TYPE_NEWDATE’ undeclared here (not in a function)
dbdimp.c:789: error: ‘FIELD_TYPE_ENUM’ undeclared here (not in a function)
dbdimp.c:799: error: ‘FIELD_TYPE_SET’ undeclared here (not in a function)
dbdimp.c:809: error: ‘FIELD_TYPE_BLOB’ undeclared here (not in a function)
dbdimp.c:819: error: ‘FIELD_TYPE_TINY_BLOB’ undeclared here (not in a function)
dbdimp.c:829: error: ‘FIELD_TYPE_MEDIUM_BLOB’ undeclared here (not in a function)
dbdimp.c:839: error: ‘FIELD_TYPE_LONG_BLOB’ undeclared here (not in a function)
dbdimp.c:849: error: ‘FIELD_TYPE_STRING’ undeclared here (not in a function)
dbdimp.c: In function ‘mysql_dr_error’:
dbdimp.c:1237: warning: unused variable ‘errstate’
dbdimp.c: At top level:
dbdimp.c:1316: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
dbdimp.c: In function ‘my_login’:
dbdimp.c:1758: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:1759: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:1759: error: ‘MYSQL’ undeclared (first use in this function)
dbdimp.c:1759: error: (Each undeclared identifier is reported only once
dbdimp.c:1759: error: for each function it appears in.)
dbdimp.c:1759: warning: comparison between pointer and integer
dbdimp.c:1759: error: invalid operands to binary / (have ‘unsigned int’ and ‘const struct sql_type_info_t *’)
dbdimp.c:1759: error: invalid operands to binary > (have ‘double’ and ‘const struct sql_type_info_t *’)
dbdimp.c:1759: error: expected expression before ‘)’ token
dbdimp.c:1759: error: invalid operands to binary * (have ‘const struct sql_type_info_t *’ and ‘const struct sql_type_info_t *’)
dbdimp.c:1759: warning: statement with no effect
dbdimp.c:1761: warning: implicit declaration of function ‘mysql_dr_connect’
dbdimp.c:1761: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c: In function ‘mysql_db_login’:
dbdimp.c:1798: error: ‘imp_dbh_t’ has no member named ‘stats’
dbdimp.c:1798: error: request for member ‘auto_reconnects_ok’ in something not a structure or union
dbdimp.c:1798: warning: statement with no effect
dbdimp.c:1799: error: ‘imp_dbh_t’ has no member named ‘stats’
dbdimp.c:1799: error: request for member ‘auto_reconnects_failed’ in something not a structure or union
dbdimp.c:1799: warning: statement with no effect
dbdimp.c:1800: error: ‘imp_dbh_t’ has no member named ‘bind_type_guessing’
dbdimp.c:1800: warning: statement with no effect
dbdimp.c:1801: error: ‘imp_dbh_t’ has no member named ‘has_transactions’
dbdimp.c:1801: warning: statement with no effect
dbdimp.c:1803: error: ‘imp_dbh_t’ has no member named ‘auto_reconnect’
dbdimp.c:1803: warning: statement with no effect
dbdimp.c:1812: warning: implicit declaration of function ‘mysql_errno’
dbdimp.c:1812: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:1813: warning: implicit declaration of function ‘mysql_error’
dbdimp.c:1813: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:1813: warning: passing argument 3 of ‘mysql_dr_error’ makes pointer from integer without a cast
dbdimp.c: In function ‘mysql_db_commit’:
dbdimp.c:1850: error: ‘imp_dbh_t’ has no member named ‘has_transactions’
dbdimp.c:1853: warning: implicit declaration of function ‘mysql_real_query’
dbdimp.c:1853: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:1858: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:1858: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:1859: warning: passing argument 3 of ‘mysql_dr_error’ makes pointer from integer without a cast
dbdimp.c: In function ‘mysql_db_rollback’:
dbdimp.c:1878: error: ‘imp_dbh_t’ has no member named ‘has_transactions’
dbdimp.c:1881: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:1886: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:1887: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:1887: warning: passing argument 3 of ‘mysql_dr_error’ makes pointer from integer without a cast
dbdimp.c: In function ‘mysql_db_disconnect’:
dbdimp.c:1924: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:1925: warning: implicit declaration of function ‘mysql_close’
dbdimp.c:1925: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c: In function ‘dbd_discon_all’:
dbdimp.c:1975: warning: implicit declaration of function ‘mysql_server_end’
dbdimp.c:1951: warning: unused variable ‘imp_xxh’
dbdimp.c: In function ‘mysql_db_destroy’:
dbdimp.c:2012: error: ‘imp_dbh_t’ has no member named ‘has_transactions’
dbdimp.c:2016: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2024: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c: In function ‘mysql_db_STORE_attrib’:
dbdimp.c:2062: error: ‘imp_dbh_t’ has no member named ‘has_transactions’
dbdimp.c:2084: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2092: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2116: error: ‘imp_dbh_t’ has no member named ‘use_mysql_use_result’
dbdimp.c:2116: warning: statement with no effect
dbdimp.c:2118: error: ‘imp_dbh_t’ has no member named ‘auto_reconnect’
dbdimp.c:2118: warning: statement with no effect
dbdimp.c:2120: error: ‘imp_dbh_t’ has no member named ‘use_server_side_prepare’
dbdimp.c:2120: warning: statement with no effect
dbdimp.c:2123: error: ‘imp_dbh_t’ has no member named ‘bind_type_guessing’
dbdimp.c:2123: warning: statement with no effect
dbdimp.c:2133: warning: value computed is not used
dbdimp.c: At top level:
dbdimp.c:2153: error: expected ‘)’ before ‘val’
dbdimp.c: In function ‘mysql_db_FETCH_attrib’:
dbdimp.c:2182: error: ‘imp_dbh_t’ has no member named ‘has_transactions’
dbdimp.c:2199: error: ‘imp_dbh_t’ has no member named ‘auto_reconnect’
dbdimp.c:2199: warning: passing argument 2 of ‘Perl_newSViv’ makes integer from pointer without a cast
dbdimp.c:2204: error: ‘imp_dbh_t’ has no member named ‘bind_type_guessing’
dbdimp.c:2204: warning: passing argument 2 of ‘Perl_newSViv’ makes integer from pointer without a cast
dbdimp.c:2208: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2212: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2212: warning: initialization makes pointer from integer without a cast
dbdimp.c:2226: error: ‘imp_dbh_t’ has no member named ‘stats’
dbdimp.c:2226: error: request for member ‘auto_reconnects_ok’ in something not a structure or union
dbdimp.c:2226: warning: passing argument 2 of ‘Perl_newSViv’ makes integer from pointer without a cast
dbdimp.c:2226: warning: value computed is not used
dbdimp.c:2233: error: ‘imp_dbh_t’ has no member named ‘stats’
dbdimp.c:2233: error: request for member ‘auto_reconnects_failed’ in something not a structure or union
dbdimp.c:2233: warning: passing argument 2 of ‘Perl_newSViv’ makes integer from pointer without a cast
dbdimp.c:2233: warning: value computed is not used
dbdimp.c:2247: warning: implicit declaration of function ‘mysql_get_host_info’
dbdimp.c:2247: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2247: warning: initialization makes pointer from integer without a cast
dbdimp.c:2256: warning: implicit declaration of function ‘mysql_info’
dbdimp.c:2256: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2256: warning: initialization makes pointer from integer without a cast
dbdimp.c:2261: warning: implicit declaration of function ‘my_ulonglong2str’
dbdimp.c:2261: warning: implicit declaration of function ‘mysql_insert_id’
dbdimp.c:2261: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2261: warning: passing argument 2 of ‘Perl_sv_2mortal’ makes pointer from integer without a cast
dbdimp.c:2266: warning: implicit declaration of function ‘mysql_get_proto_info’
dbdimp.c:2266: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2272: warning: implicit declaration of function ‘mysql_get_server_info’
dbdimp.c:2272: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2272: warning: initialization makes pointer from integer without a cast
dbdimp.c:2277: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2279: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2279: error: ‘sql_type_info_t’ has no member named ‘net’
dbdimp.c:2279: error: request for member ‘fd’ in something not a structure or union
dbdimp.c:2282: warning: implicit declaration of function ‘mysql_stat’
dbdimp.c:2282: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2282: warning: initialization makes pointer from integer without a cast
dbdimp.c:2289: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:2289: warning: initialization makes pointer from integer without a cast
dbdimp.c:2294: error: ‘imp_dbh_t’ has no member named ‘use_server_side_prepare’
dbdimp.c:2299: warning: implicit declaration of function ‘mysql_thread_id’
dbdimp.c:2299: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c: In function ‘mysql_st_prepare’:
dbdimp.c:2348: error: ‘MYSQL_VERSION_ID’ undeclared (first use in this function)
dbdimp.c:2348: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘const struct sql_type_info_t *’
dbdimp.c:2363: error: ‘imp_sth_t’ has no member named ‘done_desc’
dbdimp.c:2363: warning: statement with no effect
dbdimp.c:2364: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:2364: warning: statement with no effect
dbdimp.c:2365: error: ‘imp_sth_t’ has no member named ‘currow’
dbdimp.c:2365: warning: statement with no effect
dbdimp.c:2369: error: ‘imp_sth_t’ has no member named ‘use_mysql_use_result’
dbdimp.c:2370: error: ‘imp_dbh_t’ has no member named ‘use_mysql_use_result’
dbdimp.c:2370: warning: pointer/integer type mismatch in conditional expression
dbdimp.c:2370: warning: statement with no effect
dbdimp.c:2373: error: ‘imp_sth_t’ has no member named ‘av_attr’
dbdimp.c:2373: error: assignment of read-only location ‘<erroneous-expression>[i]’
dbdimp.c:2373: warning: statement with no effect
dbdimp.c:2562: error: ‘imp_sth_t’ has no member named ‘params’
dbdimp.c:2562: warning: statement with no effect
dbdimp.c: In function ‘mysql_st_free_result_sets’:
dbdimp.c:2632: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:2634: warning: implicit declaration of function ‘mysql_free_result’
dbdimp.c:2634: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:2635: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:2635: warning: statement with no effect
dbdimp.c:2585: warning: unused variable ‘next_result_rc’
dbdimp.c:2583: warning: unused variable ‘imp_dbh’
dbdimp.c: At top level:
dbdimp.c:2799: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mysql_st_internal_execute’
dbdimp.c: In function ‘mysql_st_execute’:
dbdimp.c:3100: error: ‘imp_sth_t’ has no member named ‘av_attr’
dbdimp.c:3100: error: used struct type value where scalar is required
dbdimp.c:3101: error: ‘imp_sth_t’ has no member named ‘av_attr’
dbdimp.c:3101: error: cannot convert to a pointer type
dbdimp.c:3101: warning: null argument where non-null required (argument 2)
dbdimp.c:3103: error: ‘imp_sth_t’ has no member named ‘av_attr’
dbdimp.c:3103: error: assignment of read-only location ‘<erroneous-expression>[i]’
dbdimp.c:3103: warning: statement with no effect
dbdimp.c:3136: error: ‘imp_sth_t’ has no member named ‘row_num’
dbdimp.c:3136: warning: implicit declaration of function ‘mysql_st_internal_execute’
dbdimp.c:3141: error: ‘imp_sth_t’ has no member named ‘params’
dbdimp.c:3142: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:3143: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:3144: error: ‘imp_sth_t’ has no member named ‘use_mysql_use_result’
dbdimp.c:3145: warning: statement with no effect
dbdimp.c:3147: error: ‘imp_sth_t’ has no member named ‘row_num’
dbdimp.c:3147: error: ‘my_ulonglong’ undeclared (first use in this function)
dbdimp.c:3149: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:3151: error: ‘imp_sth_t’ has no member named ‘insertid’
dbdimp.c:3151: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:3151: warning: statement with no effect
dbdimp.c:3160: warning: implicit declaration of function ‘mysql_num_fields’
dbdimp.c:3160: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:3162: error: ‘imp_sth_t’ has no member named ‘done_desc’
dbdimp.c:3162: warning: statement with no effect
dbdimp.c:3163: error: ‘imp_sth_t’ has no member named ‘fetch_done’
dbdimp.c:3163: warning: statement with no effect
dbdimp.c:3167: error: ‘imp_sth_t’ has no member named ‘warning_count’
dbdimp.c:3167: warning: statement with no effect
dbdimp.c:3175: error: ‘imp_sth_t’ has no member named ‘row_num’
dbdimp.c:3175: warning: format ‘%llu’ expects type ‘long long unsigned int’, but argument 3 has type ‘const struct sql_type_info_t *’
dbdimp.c:3181: error: ‘imp_sth_t’ has no member named ‘row_num’
dbdimp.c: In function ‘mysql_describe’:
dbdimp.c:3303: error: ‘imp_sth_t’ has no member named ‘done_desc’
dbdimp.c:3303: warning: statement with no effect
dbdimp.c: In function ‘mysql_st_fetch’:
dbdimp.c:3331: error: ‘MYSQL_ROW’ undeclared (first use in this function)
dbdimp.c:3331: warning: statement with no effect
dbdimp.c:3331: error: expected ‘;’ before ‘cols’
dbdimp.c:3333: error: ‘MYSQL’ undeclared (first use in this function)
dbdimp.c:3333: error: ‘svsock’ undeclared (first use in this function)
dbdimp.c:3333: error: invalid operands to binary * (have ‘const struct sql_type_info_t *’ and ‘const struct sql_type_info_t *’)
dbdimp.c:3333: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:3333: warning: statement with no effect
dbdimp.c:3339: error: ‘MYSQL_FIELD’ undeclared (first use in this function)
dbdimp.c:3339: error: ‘fields’ undeclared (first use in this function)
dbdimp.c:3339: error: invalid operands to binary * (have ‘const struct sql_type_info_t *’ and ‘const struct sql_type_info_t *’)
dbdimp.c:3339: warning: statement with no effect
dbdimp.c:3377: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:3384: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:3384: error: ‘sql_type_info_t’ has no member named ‘net’
dbdimp.c:3384: error: request for member ‘last_errno’ in something not a structure or union
dbdimp.c:3384: warning: statement with no effect
dbdimp.c:3515: error: ‘imp_sth_t’ has no member named ‘currow’
dbdimp.c:3515: error: lvalue required as increment operand
dbdimp.c:3515: warning: statement with no effect
dbdimp.c:3520: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:3520: warning: format ‘%08lx’ expects type ‘long unsigned int’, but argument 3 has type ‘const struct sql_type_info_t *’
dbdimp.c:3522: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:3522: warning: format ‘%llu’ expects type ‘long long unsigned int’, but argument 3 has type ‘int’
dbdimp.c:3524: warning: implicit declaration of function ‘mysql_num_rows’
dbdimp.c:3524: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:3524: warning: format ‘%llu’ expects type ‘long long unsigned int’, but argument 3 has type ‘int’
dbdimp.c:3526: warning: implicit declaration of function ‘mysql_affected_rows’
dbdimp.c:3526: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:3526: warning: format ‘%llu’ expects type ‘long long unsigned int’, but argument 3 has type ‘int’
dbdimp.c:3528: error: ‘imp_sth_t’ has no member named ‘currow’
dbdimp.c:3528: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘const struct sql_type_info_t *’
dbdimp.c:3531: error: ‘cols’ undeclared (first use in this function)
dbdimp.c:3531: warning: implicit declaration of function ‘mysql_fetch_row’
dbdimp.c:3531: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:3537: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:3538: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:3539: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:3540: warning: passing argument 3 of ‘mysql_dr_error’ makes pointer from integer without a cast
dbdimp.c:3550: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:3551: warning: implicit declaration of function ‘mysql_fetch_fields’
dbdimp.c:3551: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:3551: warning: statement with no effect
dbdimp.c:3552: warning: implicit declaration of function ‘mysql_fetch_lengths’
dbdimp.c:3552: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:3552: warning: assignment makes pointer from integer without a cast
dbdimp.c:3592: error: incompatible types in initialization
dbdimp.c:3334: warning: unused variable ‘fbh’
dbdimp.c:3327: warning: unused variable ‘rc’
dbdimp.c: In function ‘mysql_st_destroy’:
dbdimp.c:3780: error: ‘imp_sth_t’ has no member named ‘params’
dbdimp.c:3782: error: ‘imp_sth_t’ has no member named ‘params’
dbdimp.c:3782: warning: passing argument 1 of ‘free_param’ from incompatible pointer type
dbdimp.c:3783: error: ‘imp_sth_t’ has no member named ‘params’
dbdimp.c:3783: warning: statement with no effect
dbdimp.c:3789: error: ‘imp_sth_t’ has no member named ‘av_attr’
dbdimp.c:3789: error: used struct type value where scalar is required
dbdimp.c:3790: error: ‘imp_sth_t’ has no member named ‘av_attr’
dbdimp.c:3790: error: cannot convert to a pointer type
dbdimp.c:3790: warning: null argument where non-null required (argument 2)
dbdimp.c:3791: error: ‘imp_sth_t’ has no member named ‘av_attr’
dbdimp.c:3791: error: assignment of read-only location ‘<erroneous-expression>[i]’
dbdimp.c:3791: warning: statement with no effect
dbdimp.c:3726: warning: unused variable ‘imp_xxh’
dbdimp.c: In function ‘mysql_st_STORE_attrib’:
dbdimp.c:3835: error: ‘imp_sth_t’ has no member named ‘use_mysql_use_result’
dbdimp.c:3835: warning: statement with no effect
dbdimp.c: At top level:
dbdimp.c:3883: error: expected declaration specifiers or ‘...’ before ‘MYSQL_RES’
dbdimp.c: In function ‘mysql_st_FETCH_internal’:
dbdimp.c:3889: error: ‘MYSQL_FIELD’ undeclared (first use in this function)
dbdimp.c:3889: error: ‘curField’ undeclared (first use in this function)
dbdimp.c:3889: error: invalid operands to binary * (have ‘const struct sql_type_info_t *’ and ‘const struct sql_type_info_t *’)
dbdimp.c:3889: warning: statement with no effect
dbdimp.c:3896: error: ‘imp_sth_t’ has no member named ‘av_attr’
dbdimp.c:3896: error: invalid operands to binary && (have ‘int’ and ‘sql_type_info_t’)
dbdimp.c:3897: error: ‘imp_sth_t’ has no member named ‘av_attr’
dbdimp.c:3897: error: incompatible types in assignment
dbdimp.c:3897: warning: statement with no effect
dbdimp.c:3900: error: ‘res’ undeclared (first use in this function)
dbdimp.c:3907: warning: implicit declaration of function ‘mysql_field_seek’
dbdimp.c:3908: warning: implicit declaration of function ‘mysql_fetch_field’
dbdimp.c:3914: error: ‘sql_type_info_t’ has no member named ‘name’
dbdimp.c:3914: error: ‘sql_type_info_t’ has no member named ‘name’
dbdimp.c:3914: warning: passing argument 1 of ‘strlen’ from incompatible pointer type
dbdimp.c:3914: warning: passing argument 2 of ‘Perl_newSVpv’ from incompatible pointer type
dbdimp.c:3918: error: ‘sql_type_info_t’ has no member named ‘table’
dbdimp.c:3918: error: ‘sql_type_info_t’ has no member named ‘table’
dbdimp.c:3918: warning: passing argument 1 of ‘strlen’ from incompatible pointer type
dbdimp.c:3918: warning: passing argument 2 of ‘Perl_newSVpv’ from incompatible pointer type
dbdimp.c:3922: error: ‘sql_type_info_t’ has no member named ‘type’
dbdimp.c:3926: error: ‘sql_type_info_t’ has no member named ‘type’
dbdimp.c:3926: warning: passing argument 1 of ‘native2sql’ makes integer from pointer without a cast
dbdimp.c:3929: warning: implicit declaration of function ‘IS_PRI_KEY’
dbdimp.c:3929: error: ‘sql_type_info_t’ has no member named ‘flags’
dbdimp.c:3933: warning: implicit declaration of function ‘IS_NOT_NULL’
dbdimp.c:3933: error: ‘sql_type_info_t’ has no member named ‘flags’
dbdimp.c:3937: error: ‘sql_type_info_t’ has no member named ‘flags’
dbdimp.c:3941: error: ‘sql_type_info_t’ has no member named ‘length’
dbdimp.c:3945: error: ‘sql_type_info_t’ has no member named ‘type’
dbdimp.c:3945: warning: passing argument 1 of ‘native2sql’ makes integer from pointer without a cast
dbdimp.c:3949: error: ‘sql_type_info_t’ has no member named ‘type’
dbdimp.c:3949: warning: passing argument 1 of ‘native2sql’ makes integer from pointer without a cast
dbdimp.c:3953: error: ‘sql_type_info_t’ has no member named ‘max_length’
dbdimp.c:3965: error: ‘sql_type_info_t’ has no member named ‘flags’
dbdimp.c:3965: error: ‘PRI_KEY_FLAG’ undeclared (first use in this function)
dbdimp.c:3965: error: ‘UNIQUE_KEY_FLAG’ undeclared (first use in this function)
dbdimp.c:3965: error: invalid operands to binary | (have ‘const struct sql_type_info_t *’ and ‘const struct sql_type_info_t *’)
dbdimp.c:3965: error: ‘MULTIPLE_KEY_FLAG’ undeclared (first use in this function)
dbdimp.c:3965: error: invalid operands to binary | (have ‘const struct sql_type_info_t *’ and ‘const struct sql_type_info_t *’)
dbdimp.c:3965: error: invalid operands to binary & (have ‘const struct sql_type_info_t *’ and ‘const struct sql_type_info_t *’)
dbdimp.c:3969: warning: implicit declaration of function ‘IS_BLOB’
dbdimp.c:3969: error: ‘sql_type_info_t’ has no member named ‘flags’
dbdimp.c:3973: error: ‘sql_type_info_t’ has no member named ‘decimals’
dbdimp.c:3977: error: ‘sql_type_info_t’ has no member named ‘length’
dbdimp.c:3977: error: ‘sql_type_info_t’ has no member named ‘max_length’
dbdimp.c:3977: error: ‘sql_type_info_t’ has no member named ‘length’
dbdimp.c:3977: error: ‘sql_type_info_t’ has no member named ‘max_length’
dbdimp.c:3977: warning: passing argument 2 of ‘Perl_newSViv’ makes integer from pointer without a cast
dbdimp.c:3992: error: ‘imp_sth_t’ has no member named ‘av_attr’
dbdimp.c:3992: error: assignment of read-only location ‘<erroneous-expression>[what]’
dbdimp.c:3992: warning: statement with no effect
dbdimp.c: In function ‘mysql_st_FETCH_attrib’:
dbdimp.c:4043: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4043: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4043: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4045: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4045: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4045: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4049: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4049: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4049: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4061: error: ‘imp_sth_t’ has no member named ‘params’
dbdimp.c:4061: error: ‘sql_type_info_t’ has no member named ‘value’
dbdimp.c:4061: warning: passing argument 2 of ‘Perl_newSVsv’ from incompatible pointer type
dbdimp.c:4061: warning: value computed is not used
dbdimp.c:4070: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4070: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4070: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4074: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4074: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4074: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4080: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4080: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4080: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4084: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4084: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4084: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4088: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4088: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4088: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4090: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4090: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4090: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4092: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4092: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4092: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4094: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4098: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4098: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4098: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4105: error: ‘imp_sth_t’ has no member named ‘insertid’
dbdimp.c:4105: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘const struct sql_type_info_t *’
dbdimp.c:4107: error: ‘imp_sth_t’ has no member named ‘insertid’
dbdimp.c:4107: warning: passing argument 2 of ‘Perl_sv_2mortal’ makes pointer from integer without a cast
dbdimp.c:4112: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4112: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4112: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4116: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4116: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4116: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4118: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4118: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4118: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c:4120: error: ‘imp_sth_t’ has no member named ‘use_mysql_use_result’
dbdimp.c:4124: error: ‘imp_sth_t’ has no member named ‘warning_count’
dbdimp.c:4136: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:4136: warning: passing argument 3 of ‘mysql_st_FETCH_internal’ makes integer from pointer without a cast
dbdimp.c:4136: error: too many arguments to function ‘mysql_st_FETCH_internal’
dbdimp.c: In function ‘mysql_bind_ph’:
dbdimp.c:4260: error: ‘imp_sth_t’ has no member named ‘params’
dbdimp.c:4260: warning: passing argument 1 of ‘bind_param’ from incompatible pointer type
dbdimp.c:4214: warning: unused variable ‘imp_xxh’
dbdimp.c: In function ‘mysql_db_reconnect’:
dbdimp.c:4375: error: ‘MYSQL’ undeclared (first use in this function)
dbdimp.c:4375: warning: statement with no effect
dbdimp.c:4375: error: expected ‘;’ before ‘save_socket’
dbdimp.c:4385: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4385: error: ‘CR_SERVER_GONE_ERROR’ undeclared (first use in this function)
dbdimp.c:4385: warning: comparison between pointer and integer
dbdimp.c:4389: error: ‘imp_dbh_t’ has no member named ‘auto_reconnect’
dbdimp.c:4403: error: ‘save_socket’ undeclared (first use in this function)
dbdimp.c:4403: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4403: warning: statement with no effect
dbdimp.c:4404: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4404: warning: passing argument 3 of ‘memcpy’ makes integer from pointer without a cast
dbdimp.c:4405: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4405: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4405: warning: passing argument 1 of ‘memset’ discards qualifiers from pointer target type
dbdimp.c:4413: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4413: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4414: warning: passing argument 3 of ‘mysql_dr_error’ makes pointer from integer without a cast
dbdimp.c:4415: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4415: warning: passing argument 1 of ‘memcpy’ discards qualifiers from pointer target type
dbdimp.c:4415: warning: passing argument 3 of ‘memcpy’ makes integer from pointer without a cast
dbdimp.c:4416: error: ‘imp_dbh_t’ has no member named ‘stats’
dbdimp.c:4416: error: request for member ‘auto_reconnects_failed’ in something not a structure or union
dbdimp.c:4416: error: lvalue required as increment operand
dbdimp.c:4416: warning: statement with no effect
dbdimp.c:4419: error: ‘imp_dbh_t’ has no member named ‘stats’
dbdimp.c:4419: error: request for member ‘auto_reconnects_ok’ in something not a structure or union
dbdimp.c:4419: error: lvalue required as increment operand
dbdimp.c:4419: warning: statement with no effect
dbdimp.c: In function ‘mysql_db_quote’:
dbdimp.c:4579: warning: implicit declaration of function ‘mysql_real_escape_string’
dbdimp.c:4579: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c: In function ‘mysql_db_last_insert_id’:
dbdimp.c:4602: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4602: warning: passing argument 2 of ‘Perl_sv_2mortal’ makes pointer from integer without a cast
make: *** [dbdimp.o] Error 1
CAPTTOFU/DBD-mysql-4.010.tar.gz
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Failed during this command:
CAPTTOFU/DBD-mysql-4.010.tar.gz : make NO
arvindsandilya24
 
Posts: 192
Joined: Sun Oct 12, 2008 4:33 am

Re: dbd-mysql

Postby williamconley » Fri Jan 16, 2009 11:33 pm

arvindsandilya24 wrote:I'm using fedora 9.


I have heard Matt mention several times that Fedora is not a supported OS for vicidial. Of course, the good thing is that this is not a vicidial issue anyway. You are installing software that is purely linux and available for virtually every distro. The problem is that it installs in a completely different way (apparently) on Fedora than it does on Slackware. So your install will be different.

If you change your install to Slackware, we can help. I use Gentoo and I can help with installs there, too. I know people who use Ubuntu and Debian. But I've not seen help with Fedora. So your best bet would be to change to Slackware for Vicidial support or check out Fedora forums or DBD-MYSQL / Perl forums and see if you can find the proper method for installation there. But remember, when you're done with that your install will still be different enough that you may bump into other issues down the road.

Search for the proper install technique for DBD-MYSQL Perl on your OS or change the OS. If you wait, someone may answer it here, but I haven't bumped into any users on that platform here yet. Good luck, though.
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20019
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

vicidial scratch installation

Postby arvindsandilya24 » Sat Jan 17, 2009 9:34 am

Hi,

I have installed vicidial successfully on FEDORA 9.
I have also configured campaign, user, phone and as well as upload the lead successfully.
But, I have not tested , call is going or not.

But Now I'm going to try to install VICIDIAL on SLACKWARE.
Is SLACKWARE-12.2 is right for vicidial installation??

Thanks & regards
Arvind
arvindsandilya24
 
Posts: 192
Joined: Sun Oct 12, 2008 4:33 am

Postby mflorell » Sat Jan 17, 2009 10:54 am

I would recommend using Slackware 11 unless you want to use Asterisk/zaptel 1.4. Newer Linux kernels do not work with Zaptel 1.2
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

vicidial

Postby arvindsandilya24 » Tue Jan 20, 2009 2:29 am

Hi Matt,

Please release VICIDIALNOW with asterisk/zaptel 1.4 series

Thanks & regards
Arvind
arvindsandilya24
 
Posts: 192
Joined: Sun Oct 12, 2008 4:33 am

Postby mflorell » Tue Jan 20, 2009 11:08 am

I do not release VICIDIALnow. It is not made or released by eflo.net or the VICIDIAL Group.

You should really post VICIDIALnow topics on the VICIDIALnow forum.
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida


Return to Support

Who is online

Users browsing this forum: Bing [Bot], Google [Bot], Majestic-12 [Bot] and 52 guests