Results 1 to 1 of 1

Thread: undefined symbol at runtime with mongodb driver

  1. #1

    Default undefined symbol at runtime with mongodb driver

    Hi, I'm trying to use mongodb driver in qt. I installed mongodb-dev e libboost-dev on ubuntu 12.04 and it compiles. When I run the app from command line it's ok, but if I start a debug session with qtcreator at runtime it throws an undefined symbol error in QCoreApplication (_zn16qcoreapplicationc1erippci).

    The .pro contains:
    Qt Code:
    1. LIBS += -L/usr/lib/ -lmongoclient \
    2. -L/usr/lib/ -lboost_filesystem \
    3. -L/usr/lib/ -lboost_system \
    4. -L/usr/lib/ -lboost_thread \
    5. -L/usr/lib/ -lboost_program_options
    To copy to clipboard, switch view to plain text mode 
    Someone can help me ?
    Thanks
    Last edited by blackhawk; 21st January 2014 at 15:42.

Similar Threads

  1. Undefined symbol: _ZN9QlistData11detach_growEPii
    By Raadush in forum Installation and Deployment
    Replies: 1
    Last Post: 26th June 2012, 08:37
  2. Replies: 0
    Last Post: 10th May 2011, 14:58
  3. Replies: 28
    Last Post: 28th July 2010, 20:25
  4. Replies: 1
    Last Post: 22nd June 2010, 19:56
  5. QtPlugin and undefined symbol
    By Mikoskay in forum Qt Programming
    Replies: 1
    Last Post: 11th February 2010, 12:04

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.