Results 1 to 5 of 5

Thread: How to install Hangul word(HWP) in Ubuntu linux (60 day trial version)

  1. #1
    Join Date
    Aug 2005
    Location
    Seoul, Korea
    Beans
    39
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    How to install Hangul word(HWP) in Ubuntu linux (60 day trial version)

    Ever been emailed a .hpw file from someone and not been able
    to use it? Wanting to try out a powerful fully featured word
    alternative? Try Hangul word. This is how to install the trial
    version. (NB. it is possible to get around the trial vesion, but if
    you like purchasing is better)

    Note, this has been tested on Fiesty and Gutsy, and works in the 386/686 versions, but not in the 64 bit versions.

    Step 1 - Get RPM
    Code:
     wget http://mikwig.webhop.org/files/haansoft-hwp-trial-6.4.0.1083-1hs.i386.rpm
    Step 2 - Convert it to a deb file and install
    Code:
    sudo apt-get install alien
    sudo alien -k --scripts haansoft-hwp-trial-6.4.0.1083-1hs.i386.rpm
    sudo dpkg -i haansoft-hwp-trial_6.4.0.1083-1hs_i386.deb
    Step 3 - Link against libraries to confuse it into submission
    Code:
    cd /usr/lib
    sudo ln -sf libssl.so.0.9.8 libssl.so.5
    sudo ln -sf libcrypto.so.0.9.8 libcrypto.so.5
    Step 4 - The other libraries...
    Code:
    cd ~
    wget http://mikwig.webhop.org/files/hwp2005.tar.gz
    tar xfz hwp2005.tar.gz
    cd hwp2005
    sudo cp libXft.so.5 /usr/lib/hnc/lib
    cd /usr/lib/hnc/lib
    sudo ln -sf libXft.so.5 libXft.so
    sudo ln -sf libXft.so.5 libXft.so.2
    Don't forget to clean out the hwp stuff from your home directory.

    This tutorial was taken from the linux in korea website with permission

  2. #2
    Join Date
    Aug 2005
    Location
    Seoul, Korea
    Beans
    39
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: How to install Hangul word(HWP) in Ubuntu linux (60 day trial version)

    Note - Haven't figured it out yet, but HWP (hangul word) is seg faulting.

    When I figure it out I shall update it on the wiki -

    http://mikwig.webhop.org

    as well as posting here.

  3. #3
    Join Date
    Jan 2008
    Location
    Republic of Korea
    Beans
    Hidden!
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: How to install Hangul word(HWP) in Ubuntu linux (60 day trial version)

    이거 7.10에서 안되지 않나요?
    여기를 참고해 보세요

  4. #4
    Join Date
    Aug 2005
    Location
    Seoul, Korea
    Beans
    39
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: How to install Hangul word(HWP) in Ubuntu linux (60 day trial version)

    Quote Originally Posted by pagadama View Post
    이거 7.10에서 안되지 않나요?
    여기를 참고해 보세요
    I got it working in 7.10 (gutsy) and 8.04 (hardy) using the above tutorial.

    also note if you google search you can find a way around the trial period.
    Though it is a good program and I do recommend paying for it.

  5. #5
    Join Date
    Feb 2008
    Beans
    7

    Re: How to install Hangul word(HWP) in Ubuntu linux (60 day trial version)

    I tried this method and it doesn't seem to have installed anything to the system. I can't find the program anywhere

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
  •