LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-08-2008, 03:22 AM   #1
Tom Marshal
LQ Newbie
 
Registered: Dec 2008
Posts: 4

Rep: Reputation: 0
Can't install DBD::mysql


Hi there,

I'm new in Linux and those technologies. I try install bugzilla and it needs DBD::mysql driver. So I try this:

/usr/bin/perl install-module.pl DBD::mysql

And get this (i'm sorry, it's very long, but i don't know, which part could be important):

[root@oslx bugzilla]# /usr/bin/perl install-module.pl DBD::mysql
* Note: If you upgrade your CPAN module, installs will be faster.
* You can upgrade CPAN by doing: /usr/bin/perl install-module.pl CPAN
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Mon, 08 Dec 2008 00:26:49 GMT
Installing DBD::mysql version 4.010...
Running install for module DBD::mysql
Running make for C/CA/CAPTTOFU/DBD-mysql-4.010.tar.gz
CPAN: Digest::MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for /root/.cpan/source/authors/id/C/CA/CAPTTOFU/DBD-mysql-4.010.tar.gz ok
Scanning cache /root/.cpan/build for sizes
DBD-mysql-4.010/
DBD-mysql-4.010/ChangeLog
DBD-mysql-4.010/constants.h
DBD-mysql-4.010/dbdimp.c
DBD-mysql-4.010/dbdimp.h
DBD-mysql-4.010/eg/
DBD-mysql-4.010/eg/._bug14979.pl
DBD-mysql-4.010/eg/bug14979.pl
DBD-mysql-4.010/eg/._bug21028.pl
DBD-mysql-4.010/eg/bug21028.pl
DBD-mysql-4.010/eg/bug30033.pl
DBD-mysql-4.010/eg/bug30033pg.pl
DBD-mysql-4.010/eg/decimal_test.pl
DBD-mysql-4.010/eg/issue21946.pl
DBD-mysql-4.010/eg/prepare_memory_usage.pl
DBD-mysql-4.010/eg/proc_example1.pl
DBD-mysql-4.010/eg/proc_example2.pl
DBD-mysql-4.010/eg/proc_example2a.pl
DBD-mysql-4.010/eg/proc_example2b.pl
DBD-mysql-4.010/eg/proc_example3.pl
DBD-mysql-4.010/eg/proc_example4.pl
DBD-mysql-4.010/INSTALL.html
DBD-mysql-4.010/lib/
DBD-mysql-4.010/lib/Bundle/
DBD-mysql-4.010/lib/Bundle/DBD/
DBD-mysql-4.010/lib/Bundle/DBD/mysql.pm
DBD-mysql-4.010/lib/DBD/
DBD-mysql-4.010/lib/DBD/mysql/
DBD-mysql-4.010/lib/DBD/mysql/GetInfo.pm
DBD-mysql-4.010/lib/DBD/mysql/INSTALL.pod
DBD-mysql-4.010/lib/DBD/mysql.pm
DBD-mysql-4.010/Makefile.PL
DBD-mysql-4.010/Makefile.PL.embedded
DBD-mysql-4.010/MANIFEST
DBD-mysql-4.010/MANIFEST.SKIP
DBD-mysql-4.010/META.yml
DBD-mysql-4.010/myld
DBD-mysql-4.010/mysql.xs
DBD-mysql-4.010/README
DBD-mysql-4.010/t/
DBD-mysql-4.010/t/00base.t
DBD-mysql-4.010/t/10connect.t
DBD-mysql-4.010/t/20createdrop.t
DBD-mysql-4.010/t/25lockunlock.t
DBD-mysql-4.010/t/29warnings.t
DBD-mysql-4.010/t/30insertfetch.t
DBD-mysql-4.010/t/31insertid.t
DBD-mysql-4.010/t/32insert_error.t
DBD-mysql-4.010/t/35limit.t
DBD-mysql-4.010/t/35prepare.t
DBD-mysql-4.010/t/40bindparam.t
DBD-mysql-4.010/t/40bindparam2.t
DBD-mysql-4.010/t/40blobs.t
DBD-mysql-4.010/t/40catalog.t
DBD-mysql-4.010/t/40keyinfo.t
DBD-mysql-4.010/t/40listfields.t
DBD-mysql-4.010/t/40nulls.t
DBD-mysql-4.010/t/40numrows.t
DBD-mysql-4.010/t/40server_prepare.t
DBD-mysql-4.010/t/40server_prepare_error.t
DBD-mysql-4.010/t/40types.t
DBD-mysql-4.010/t/41bindparam.t
DBD-mysql-4.010/t/41blobs_prepare.t
DBD-mysql-4.010/t/42bindparam.t
DBD-mysql-4.010/t/50chopblanks.t
DBD-mysql-4.010/t/50commit.t
DBD-mysql-4.010/t/55utf8.t
DBD-mysql-4.010/t/60leaks.t
DBD-mysql-4.010/t/65types.t
DBD-mysql-4.010/t/70takeimp.t
DBD-mysql-4.010/t/71impdata.t
DBD-mysql-4.010/t/75supported_sql.t
DBD-mysql-4.010/t/76multi_statement.t
DBD-mysql-4.010/t/80procs.t
DBD-mysql-4.010/t/lib.pl
DBD-mysql-4.010/t/mysql.dbtest
DBD-mysql-4.010/t/mysql.mtest
DBD-mysql-4.010/TODO
Removing previously used /root/.cpan/build/DBD-mysql-4.010

CPAN.pm: Going to build C/CA/CAPTTOFU/DBD-mysql-4.010.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/mysql -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv
embedded (mysql_config) =
libs (mysql_config) = -L/usr/lib64/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -L/usr/lib64 -lssl -lcrypto
mysql_config (guessed ) = mysql_config
nocatchstderr (default ) = 0
nofoundrows (default ) = 0
ssl (guessed ) = 1
testdb (default ) = test
testhost (default ) =
testpassword (default ) =
testsocket (default ) =
Use of uninitialized value in printf at Makefile.PL line 175, <PIPE> line 93.
testuser ( ) = root

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

Checking if your kit is complete...
Looks good
Multiple copies of Driver.xst found in: /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI/ /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI/ at Makefile.PL line 747
Using DBI 1.607 (for perl 5.008008 on x86_64-linux-thread-multi) installed in /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/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 -c -I/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI -I/usr/include/mysql -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv -DDBD_MYSQL_WITH_SSL -DDBD_MYSQL_INSERT_ID_IS_GOOD -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"4.010\" -DXS_VERSION=\"4.010\" -fPIC "-I/usr/lib64/perl5/5.8.8/x86_64-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: In function ‘alloc_param’:
dbdimp.c:112: warning: comparison is always false due to limited range of data type
dbdimp.c: At top level:
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 /
dbdimp.c:1759: warning: comparison between pointer and integer
dbdimp.c:1759: error: expected expression before ‘)’ token
dbdimp.c:1759: error: invalid operands to binary *
dbdimp.c:1759: error: invalid operands to binary *
dbdimp.c:1759: error: invalid operands to binary *
dbdimp.c:1759: error: invalid operands to binary *
dbdimp.c:1759: 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: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:1759: error: invalid operands to binary *
dbdimp.c:1759: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:1759: warning: passing argument 3 of ‘__builtin___memset_chk’ makes integer from pointer without a cast
dbdimp.c:1759: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:1759: error: invalid operands to binary *
dbdimp.c:1759: warning: passing argument 3 of ‘__memset_ichk’ makes integer from pointer without a cast
dbdimp.c:1759: warning: left-hand operand of comma expression has no effect
dbdimp.c:1759: warning: value computed is not used
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: 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: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: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: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
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:3103: error: ‘imp_sth_t’ has no member named ‘av_attr’
dbdimp.c:3103: error: assignment of read-only location
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’
 
Old 12-08-2008, 03:23 AM   #2
Tom Marshal
LQ Newbie
 
Registered: Dec 2008
Posts: 4

Original Poster
Rep: Reputation: 0
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 5 has type ‘const struct sql_type_info_t *’
dbdimp.c:3181: error: ‘imp_sth_t’ has no member named ‘row_num’
dbdimp.c:3181: warning: cast from pointer to integer of different size
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:3332: warning: ISO C90 forbids mixed declarations and code
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 *
dbdimp.c:3333: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:3333: warning: statement with no effect
dbdimp.c:3334: warning: ISO C90 forbids mixed declarations and code
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 *
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: invalid lvalue in increment
dbdimp.c:3515: warning: statement with no effect
dbdimp.c:3520: error: ‘imp_sth_t’ has no member named ‘result’
dbdimp.c:3522: error: ‘imp_sth_t’ has no member named ‘result’
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:3526: warning: implicit declaration of function ‘mysql_affected_rows’
dbdimp.c:3526: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:3528: error: ‘imp_sth_t’ has no member named ‘currow’
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:3791: error: ‘imp_sth_t’ has no member named ‘av_attr’
dbdimp.c:3791: error: assignment of read-only location
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 *
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 &&
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:3922: warning: cast from pointer to integer of different size
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:3941: warning: cast from pointer to integer of different size
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:3953: warning: cast from pointer to integer of different size
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 |
dbdimp.c:3965: error: ‘MULTIPLE_KEY_FLAG’ undeclared (first use in this function)
dbdimp.c:3965: error: invalid operands to binary |
dbdimp.c:3965: error: invalid operands to binary &
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:3973: warning: cast from pointer to integer of different size
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
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: ‘struct sql_type_info_s’ has no member named ‘value’
dbdimp.c:4061: warning: passing argument 2 of ‘Perl_newSVsv’ from incompatible pointer type
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: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 ‘__builtin___memcpy_chk’ makes integer from pointer without a cast
dbdimp.c:4404: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4404: warning: passing argument 3 of ‘__memcpy_ichk’ 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: error: ‘imp_dbh_t’ has no member named ‘pmysql’
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: error: ‘imp_dbh_t’ has no member named ‘pmysql’
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 ‘__builtin___memset_chk’ discards qualifiers from pointer target type
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_ichk’ 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: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4415: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4415: warning: passing argument 1 of ‘__builtin___memcpy_chk’ discards qualifiers from pointer target type
dbdimp.c:4415: warning: passing argument 3 of ‘__builtin___memcpy_chk’ makes integer from pointer without a cast
dbdimp.c:4415: error: ‘imp_dbh_t’ has no member named ‘pmysql’
dbdimp.c:4415: warning: passing argument 1 of ‘__memcpy_ichk’ discards qualifiers from pointer target type
dbdimp.c:4415: warning: passing argument 3 of ‘__memcpy_ichk’ 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: invalid lvalue in increment
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: invalid lvalue in increment
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
/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




I don't know what to do. Could somebody help me please?
 
Old 12-08-2008, 06:27 AM   #3
Tom Marshal
LQ Newbie
 
Registered: Dec 2008
Posts: 4

Original Poster
Rep: Reputation: 0
I forget to say I work on Red Hat.

Give me some suggestions, pls
 
Old 12-08-2008, 07:02 AM   #4
Tom Marshal
LQ Newbie
 
Registered: Dec 2008
Posts: 4

Original Poster
Rep: Reputation: 0
Well, at the end, I solve the problem myself.

I have not some mysql devel package installed, which inludes mysql.h file.

So, that is. But thank you anyway, just for... you know... being here
 
Old 07-19-2009, 10:05 AM   #5
geezenslaw
LQ Newbie
 
Registered: Jul 2009
Posts: 1

Rep: Reputation: 0
Bugzilla/MySQL install

Hello Tom, so what and how MySQL dev package did you install to solve this issue? Please advise, David.
 
Old 12-22-2014, 10:40 AM   #6
sarah_duncan
LQ Newbie
 
Registered: Dec 2014
Posts: 1

Rep: Reputation: Disabled
mysql-devel

I had the same problem. What solved it is:
yum install mysql-devel
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Bugzilla - MySQL - perl - DBD::mysql install problem amchargue Linux - Software 3 09-10-2008 12:01 AM
Bugzilla, Can't install DBD::mysql sajdutt Linux - Software 1 11-16-2007 11:51 PM
Bugzilla - MySQL - perl - DBD::mysql install problem Runningonair Linux - Software 8 10-12-2007 12:42 AM
DBD::MySQL + MySQL install problems. Elleroth Linux - Software 4 03-24-2006 06:53 AM
Can't install DBD::mysql or DBD::Pg DogTags Mandriva 2 01-21-2004 07:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:51 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration