Thursday, January 6, 2011

Connection ODBC with WINE on UBUNTU

This story met when i want to running windows aplication on ubuntu (wine), the aplication using Powerbuilder 7 and MYSQL database for backend and then i'm follow below the instruction and tadaaaaaa the aplication was running very well

  • Install windows compunent with winetricks

  • Winetricks script using for download windows component . that Script can be download from http://winezeug.googlecode.com/svn/trunk/winetricks. follow the step below:


    $ sudo apt-get install cabextract
    $ wget -c http://winezeug.googlecode.com/svn/trunk/winetricks
    $ chmod 755 winetricks
    $ ./winetricks


    graphical Interface winetricks down below:


    Mark the package-package jet40, mdac28 and mfc42 than clik OK.
    Winetricks will be download that package-package and running istallation to wine.
    Follow the step installation for each package.



    No comments: