MySQL++

Ticket Change Details
Login
Overview

Artifact ID: e76b11f8afe4193a40b81e3e5b1583e1eedb5e68efcd10272ef470fc0a483c73
Ticket: 5e73e7ddd88ab16b145a12b8f16027c839f07588
install error
User & Date: anonymous 2018-07-11 06:13:29
Changes

  1. foundin changed to: "3.2.3"
  2. icomment:
    In CentOS7 and Mysql 8 version
    
    configure is ok, but make and make install do now work at all...
    
    
    
    ./lib/options.cpp: In member function 'virtual mysqlpp::Option::Error mysqlpp::GuessConnectionOption::set(mysqlpp::DB    Driver*)':
    ./lib/options.cpp:72:20: error: 'MYSQL_OPT_GUESS_CONNECTION' was not declared in this scope
        dbd->set_option(MYSQL_OPT_GUESS_CONNECTION) ?
                        ^
    ./lib/options.cpp: In member function 'virtual mysqlpp::Option::Error mysqlpp::SecureAuthOption::set(mysqlpp::DBDrive    r*)':
    ./lib/options.cpp:264:20: error: 'MYSQL_SECURE_AUTH' was not declared in this scope
        dbd->set_option(MYSQL_SECURE_AUTH, &arg_) ?
                        ^
    ./lib/options.cpp: In member function 'virtual mysqlpp::Option::Error mysqlpp::SetClientIpOption::set(mysqlpp::DBDriv    er*)':
    ./lib/options.cpp:295:20: error: 'MYSQL_SET_CLIENT_IP' was not declared in this scope
        dbd->set_option(MYSQL_SET_CLIENT_IP, arg_.c_str()) ?
                        ^
    ./lib/options.cpp: In member function 'virtual mysqlpp::Option::Error mysqlpp::UseEmbeddedConnectionOption::set(mysql    pp::DBDriver*)':
    ./lib/options.cpp:340:20: error: 'MYSQL_OPT_USE_EMBEDDED_CONNECTION' was not declared in this scope
        dbd->set_option(MYSQL_OPT_USE_EMBEDDED_CONNECTION) ?
                        ^
    ./lib/options.cpp: In member function 'virtual mysqlpp::Option::Error mysqlpp::UseRemoteConnectionOption::set(mysqlpp    ::DBDriver*)':
    ./lib/options.cpp:353:20: error: 'MYSQL_OPT_USE_REMOTE_CONNECTION' was not declared in this scope
        dbd->set_option(MYSQL_OPT_USE_REMOTE_CONNECTION) ?
    
  3. login: "anonymous"
  4. mimetype: "text/x-fossil-plain"
  5. private_contact changed to: "a037c9ea58567bff6386dd9cd510279c1136463c"
  6. severity changed to: "Critical"
  7. status changed to: "Open"
  8. title changed to: "install error"
  9. type changed to: "Code Defect"