block 673264 by 590905
tag 673264 fixed-upstream
thanks

On Thu, May 17, 2012 at 12:56:56PM +0200, Samuel Thibault wrote:
> myodbc currently FTBFS in sid: 
>
> checking for mysql_real_query... no

The above is due to #590905:

    checking for mysql_real_query... no
    configure: error: Could not use the single thread MySQL client library, 
please check config.log for errors
    [...]
    configure:11590: gcc -o conftest -I/usr/include/mysql -DBIG_JOINS=1 
-fno-strict-aliasing -g -Wall -g -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
-lz  -L/usr/lib/x86_64-linux-gnu -lmysqlclient_r -lpthread -lz -lm -lrt -lssl 
-lcrypto -ldl >&5
    /usr/bin/ld: cannot find -lssl
    /usr/bin/ld: cannot find -lcrypto

Once that's sorted out, another problem is that my_free() changed from
having two arguments in MySQL 5.1 to one argument in 5.5.  This was
fixed in Connector/ODBC 5.1.9:

    <http://bugs.mysql.com/bug.php?id=59473>

Cheers,

Matej



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to