Your message dated Wed, 25 Jan 2006 10:38:21 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#349141: /usr/lib/libQtSql.so: undefined reference to 
`mysql ...
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 21 Jan 2006 10:16:32 +0000
>From [EMAIL PROTECTED] Sat Jan 21 02:16:32 2006
Return-path: <[EMAIL PROTECTED]>
Received: from smtp002.mail.ukl.yahoo.com ([217.12.11.33])
        by spohr.debian.org with smtp (Exim 4.50)
        id 1F0FnL-0005VJ-TO
        for [EMAIL PROTECTED]; Sat, 21 Jan 2006 02:16:32 -0800
Received: (qmail 64951 invoked from network); 21 Jan 2006 10:16:30 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
  s=s1024; d=yahoo.it;
  
h=Received:From:To:Subject:Date:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-Disposition:Message-Id;
  
b=Js2MsIp8pDHpxeF4agDlr/xnug3MjfQqk02W4xz3sgJSPnulQ8/bnNDHiZmfp1Ur8K/rXid9JzYc5Xc6mdNqHbFRlbigZKJ2GIFHCnfgMNYpnMAAD3YarOua+KdQDJmDpiYGZCDmGP6xpRnZlJyntSNpUSd5mMZF/MEm6yhqFrI=
  ;
Received: from unknown (HELO host224-164.pool8253.interbusiness.it) ([EMAIL 
PROTECTED] with plain)
  by smtp002.mail.ukl.yahoo.com with SMTP; 21 Jan 2006 10:16:30 -0000
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: /usr/lib/libQtSql.so: undefined reference to `mysql ...
Date: Sat, 21 Jan 2006 11:16:30 +0100
User-Agent: KMail/1.9.1
MIME-Version: 1.0
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-5.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        NO_REAL_NAME,RCVD_IN_SORBS autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02


Package: libqt4-sql
Version: 4.1.0-3


Hi, when i try to use this lib in my software I get:

linux>make
g++  -o prova main.o   -L/usr/lib -lQtSql -lQtGui -lQtCore -lpthread
/usr/lib/libQtSql.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libQtSql.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libQtSql.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libQtSql.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libQtSql.so: undefined reference to [EMAIL PROTECTED]'
...
...
...
/usr/lib/libQtSql.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libQtSql.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libQtSql.so: undefined reference to [EMAIL PROTECTED]'
collect2: ld returned 1 exit status
make: *** [prova] Error 1


so I do a ldd to libQtSql.so and i can see that:

linux> ldd /usr/lib/libQtSql.so
/usr/lib/libQtSql.so: /usr/lib/libmysqlclient.so.15: no version information 
available (required by /usr/lib/libQtSql.so)
        linux-gate.so.1 =>  (0xffffe000)
        libpq.so.4 => /usr/lib/libpq.so.4 (0xb7f19000)
        libmysqlclient.so.15 => /usr/lib/libmysqlclient.so.15 (0xb7dde000)
        libsqlite.so.0 => /usr/lib/libsqlite.so.0 (0xb7d87000)
        libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0xb7c2f000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb7c00000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb7beb000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7bd9000)
        libdl.so.2 => /lib/tls/libdl.so.2 (0xb7bd5000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7af8000)
        libm.so.6 => /lib/tls/libm.so.6 (0xb7ad2000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7ac7000)
        libc.so.6 => /lib/tls/libc.so.6 (0xb798f000)
        libssl.so.0.9.8 => /usr/lib/i686/cmov/libssl.so.0.9.8 (0xb7950000)
        libcrypto.so.0.9.8 => /usr/lib/i686/cmov/libcrypto.so.0.9.8 
(0xb7817000)
        libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0xb779f000)
        libcrypt.so.1 => /lib/tls/libcrypt.so.1 (0xb7771000)
        libresolv.so.2 => /lib/tls/libresolv.so.2 (0xb775e000)
        libnsl.so.1 => /lib/tls/libnsl.so.1 (0xb7747000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb76da000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb76ba000)
        /lib/ld-linux.so.2 (0x80000000)
        libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0xb7696000)
        libcom_err.so.2 => /lib/libcom_err.so.2 (0xb7693000)
        libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0xb768e000)


My mysql client (version 5):

linux>dpkg -l | grep mysql
ii  libdbd-mysql-perl                 3.0002-2                   
ii  libmysqlclient12                  4.0.24-10sarge1           
ii  libmysqlclient15                  5.0.18-6                    
ii  libmysqlclient15-dev           5.0.18-6                  
ii  libqt3-mt-mysql                  3.3.5-3             
ii  mysql-client-5.0                 5.0.18-6                 
ii  mysql-common                  5.0.18-6        

and:

ls /usr/lib/libmysql*

/usr/lib/libmysqlclient.a     
/usr/lib/libmysqlclient_r.so.12      
/usr/lib/libmysqlclient.so.12
/usr/lib/libmysqlclient.la    
/usr/lib/libmysqlclient_r.so.12.0.0  
/usr/lib/libmysqlclient.so.12.0.0
/usr/lib/libmysqlclient_r.a   
/usr/lib/libmysqlclient_r.so.15      
/usr/lib/libmysqlclient.so.15
/usr/lib/libmysqlclient_r.la  
/usr/lib/libmysqlclient_r.so.15.0.0  
/usr/lib/libmysqlclient.so.15.0.0
/usr/lib/libmysqlclient_r.so  
/usr/lib/libmysqlclient.so           
/usr/lib/libmysqld.a
             

Debian: unstable
kernel linux; 2.6.15 + Con kolivas patch
libc6: 2.3.5-12

Thanks for all.

        

        
                
___________________________________ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it


---------------------------------------
Received: (at 349141-done) by bugs.debian.org; 25 Jan 2006 18:41:06 +0000
>From [EMAIL PROTECTED] Wed Jan 25 10:41:06 2006
Return-path: <[EMAIL PROTECTED]>
Received: from nagini.bignachos.net ([207.210.74.224])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1F1pZq-0007ls-4V
        for [EMAIL PROTECTED]; Wed, 25 Jan 2006 10:41:06 -0800
Received: from scabbers (unknown [207.210.74.224])
        by nagini.bignachos.net (Postfix) with ESMTP id 8A77F845E016
        for <[EMAIL PROTECTED]>; Wed, 25 Jan 2006 13:41:04 -0500 (EST)
Received: by scabbers (Postfix, from userid 1000)
        id 5CAC510C026; Wed, 25 Jan 2006 10:38:21 -0800 (PST)
From: Brian Nelson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Bug#349141: /usr/lib/libQtSql.so: undefined reference to `mysql ...
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
X-URL: http://bignachos.net
Date: Wed, 25 Jan 2006 10:38:21 -0800
In-Reply-To: <[EMAIL PROTECTED]>
        ([EMAIL PROTECTED]'s message of "Sun, 22 Jan 2006 01:11:30
        +0100")
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

[EMAIL PROTECTED] writes:

> Alle 20:02, sabato 21 gennaio 2006, hai scritto:
>> [EMAIL PROTECTED] writes:
>> > Package: libqt4-sql
>> > Version: 4.1.0-3
>> >
>> >
>> > Hi, when i try to use this lib in my software I get:
>> >
>> > linux>make
>> > g++  -o prova main.o   -L/usr/lib -lQtSql -lQtGui -lQtCore -lpthread
>> > /usr/lib/libQtSql.so: undefined reference to [EMAIL PROTECTED]'
>> > /usr/lib/libQtSql.so: undefined reference to
>> > [EMAIL PROTECTED]' /usr/lib/libQtSql.so: undefined
>> > reference to [EMAIL PROTECTED]' /usr/lib/libQtSql.so: undefined
>> > reference to [EMAIL PROTECTED]' /usr/lib/libQtSql.so:
>> > undefined reference to [EMAIL PROTECTED]' ...
>> > ...
>> > ...
>> > /usr/lib/libQtSql.so: undefined reference to
>> > [EMAIL PROTECTED]' /usr/lib/libQtSql.so: undefined reference
>> > to [EMAIL PROTECTED]' /usr/lib/libQtSql.so: undefined reference
>> > to [EMAIL PROTECTED]' collect2: ld returned 1 exit status
>> > make: *** [prova] Error 1
>>
>> Does upgrading libmysqlclient15 to 5.0.18-7 fix it?  I think this might
>> be related to this bug:
>>
>> http://bugs.debian.org/348854
>
> I have upgrade libmysqlclient15 to 5.0.18-7 and now all it's ok.
> Thanks for your great work.

OK, then closing...

-- 
Captain Logic is not steering this tugboat.


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

Reply via email to