Results 1 to 6 of 6

Thread: mysql plugin creating issue(sh: reimp: command not found)

  1. #1
    Join Date
    May 2009
    Posts
    129

    Default mysql plugin creating issue(sh: reimp: command not found)

    Hi All

    I am trying to create mysql plugin..

    I am getting following error while running the reimp libmysql.lib
    Qt Code:
    1. sh: reimp: command not found
    To copy to clipboard, switch view to plain text mode 

    how do i solve this issue ?
    please help me


    Thanks
    Yuvaraj R

  2. #2
    Join Date
    Jul 2007
    Location
    Jundiai/SP, Brazil
    Posts
    114
    Thanks
    5
    Thanked 7 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: mysql plugin creating issue(sh: reimp: command not found)

    Hi,

    If you will be using the Qt 2009.03.01, then copy the file attached
    to C:\qt\2009.03\mingw\bin, (unzip first) and then you will be able to use it.

    I don't know why the reimp.exe doesn't come joined with mingw.

    Follow this steps to create a plugin:
    http://wiki.qtcentre.org/index.php?t...ws_using_MinGW

    Bye
    Attached Files Attached Files

  3. #3
    Join Date
    May 2009
    Posts
    129

    Default Re: mysql plugin creating issue(sh: reimp: command not found)

    Thanks

    But still i am facing issue

    i placed the zip folder in C:\Qt\2009.01\mingw\bin

    i opened the Qt commnad prompt..

    i selected the libmysqllib path :C:Mysql/mysql-noinstall-5.1.38-win32/mysql-5.1.38-win32/lib/opt

    i ran

    the reimp libmysql.lib command but it is giving error like

    Qt Code:
    1. reimp is not recognized internal or external command
    2. operable program or batch file
    To copy to clipboard, switch view to plain text mode 

    Please help me

    Thanks

    Yuvaraj R

  4. #4
    Join Date
    May 2009
    Posts
    129

    Default Re: mysql plugin creating issue(sh: reimp: command not found)

    Thanks you very much

    I placed the exe file within reimp folder.. that's why i got error

    Thanks

    Yuvaraj R

  5. #5
    Join Date
    May 2009
    Posts
    129

    Default Re: mysql plugin creating issue(sh: reimp: command not found)

    still i am having issue

    it is showing no such file in

    Qt Code:
    1. c/Mysql/mysql-noinstall-5.1.38-win32/mysql-5.1.38-win32
    To copy to clipboard, switch view to plain text mode 

    no suh a file

    Qt Code:
    1. g++:lib\opt\liblibmysql.a
    To copy to clipboard, switch view to plain text mode 

    please help me


    Thanks

    Yuvaraj R

  6. #6
    Join Date
    Aug 2009
    Posts
    29
    Thanked 1 Time in 1 Post

    Default Re: mysql plugin creating issue(sh: reimp: command not found)

    when i made the mysqwl plugin i did not need to reimp the lib.. all i did was just the following:


    open QT Prompt...and do this

    cd %QTDIR%\src\plugins\sqldrivers\mysql
    qmake "INCLUDEPATH+=C:\MySQL\include" "LIBS+=C:\MYSQL\lib\opt\libmysql.lib" mysql.pro
    mingw32-make

    and i put the mysql.lib into the windows/system32 and the mingw32 lib


    this was all i did.. and builded in release not debug

    i never tried it on a clean isntall but only after i used the phonon4qt package.

Similar Threads

  1. Issues creating MySql Plugin on Windows
    By NicholasSmith in forum Installation and Deployment
    Replies: 2
    Last Post: 29th April 2009, 10:04
  2. Visual Studio 2005 Express
    By Muzz in forum Installation and Deployment
    Replies: 22
    Last Post: 6th November 2008, 07:21
  3. Program crashes with assert error in xcb_lock.c
    By Valheru in forum Qt Programming
    Replies: 3
    Last Post: 18th November 2007, 20:56
  4. KDE 3.5.0 crash while opening project
    By MarkoSan in forum KDE Forum
    Replies: 2
    Last Post: 19th October 2007, 17:21

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.