Page 4 of 6 FirstFirst ... 23456 LastLast
Results 31 to 40 of 60

Thread: HOWTO: Install LDOCE5 on Ubuntu 64-bit

  1. #31
    Join Date
    May 2009
    Location
    Esfahan - Iran
    Beans
    15
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: Install LDOCE5 on Ubuntu 64-bit

    Thanks for respond
    But this solution didn't work
    I do many things to fix it but ...
    you can see the out put of these comands

    Code:
    [root@eMan-PC linux]# ./setup.sh 
    ./setup.sh: line 201: /root/.setup2920: No such file or directory
    ./setup.sh: line 201: /root/.setup2920: No such file or directory
    The setup program seems to have failed on amd64/glibc-2.1
    
    Fatal error, no tech support email configured in this setup
    [root@eMan-PC linux]# sudo sh setup.sh 
    setup.sh: line 201: /root/.setup2951: No such file or directory
    setup.sh: line 201: /root/.setup2951: No such file or directory
    The setup program seems to have failed on amd64/glibc-2.1
    
    Fatal error, no tech support email configured in this setup
    [root@eMan-PC linux]# su - eman
    [eman@eMan-PC ~]$ cd /home/eman/Desktop/New/linux/setup.data/bin/Linux/
    [eman@eMan-PC Linux]$ sh setup.sh
    sh: setup.sh: No such file or directory
    [eman@eMan-PC Linux]$ ls
    amd64
    [eman@eMan-PC Linux]$ cd ..
    [eman@eMan-PC bin]$ cd ..
    [eman@eMan-PC setup.data]$ cd ..
    [eman@eMan-PC linux]$ sh setup.sh 
    setup.sh: line 201: /home/eman/.setup2982: No such file or directory
    setup.sh: line 201: /home/eman/.setup2982: No such file or directory
    The setup program seems to have failed on amd64/glibc-2.1
    
    Fatal error, no tech support email configured in this setup
    [eman@eMan-PC linux]$ ./setup.sh 
    ./setup.sh: line 201: /home/eman/.setup3007: No such file or directory
    ./setup.sh: line 201: /home/eman/.setup3007: No such file or directory
    The setup program seems to have failed on amd64/glibc-2.1
    
    Fatal error, no tech support email configured in this setup
    [eman@eMan-PC linux]$ linux32 ./setup.sh 
    The setup program seems to have failed on x86/glibc-2.1
    
    Fatal error, no tech support email configured in this setup
    [eman@eMan-PC linux]$
    Many thanks my good friend

  2. #32
    Join Date
    Jul 2007
    Location
    Nijmegen, The Netherlands
    Beans
    333
    Distro
    Ubuntu Development Release

    Re: HOWTO: Install LDOCE5 on Ubuntu 64-bit

    Try this, copy the linux/setup.data/bin/Linux/x64/setup (if you have renamed it, /x86 otherwise) to linux/ (where setup.sh is) and execute setup (not sure if as root) from there (with linux32 if you have x86).

    Unfortunately, I don't have Archlinux installed so I cannot test it.

  3. #33
    Join Date
    May 2009
    Location
    Esfahan - Iran
    Beans
    15
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: Install LDOCE5 on Ubuntu 64-bit

    Many thanks my good friend
    I finally install it with adding a respo and instal a lib
    but when I want to execue it I recieve this error
    Code:
    [eman@eMan-PC ldoce5]$ ./run-ldoce5.sh
    ./ldoce5-bin: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
    [eman@eMan-PC ldoce5]$ sudo pacman -Ss libgtk-x11
    Password: 
    Sorry, try again.
    Password: 
    [eman@eMan-PC ldoce5]$ sudo pacman -Ss libgtk
    extra/libgtkhtml 2.11.1-2
        An HTML library for GTK
    community/libgtksourceviewmm2 2.10.1-1
        A C++ API for gtksourceview2
    [eman@eMan-PC ldoce5]$
    I think there is a extra lib that I need to install but there isn't any thing that I can realiz

  4. #34
    Join Date
    Jul 2007
    Location
    Nijmegen, The Netherlands
    Beans
    333
    Distro
    Ubuntu Development Release

    Re: HOWTO: Install LDOCE5 on Ubuntu 64-bit

    I'm happy to hear that you could install it. Indeed it seems that you need to install libgtk-x11-2.0. In Ubuntu I have
    Code:
    /usr/lib/libgtk-x11-2.0.a
    /usr/lib/libgtk-x11-2.0.la
    /usr/lib/libgtk-x11-2.0.so
    /usr/lib/libgtk-x11-2.0.so.0
    /usr/lib/libgtk-x11-2.0.so.0.2200.0
    /usr/lib32/libgtk-x11-2.0.so
    /usr/lib32/libgtk-x11-2.0.so.0
    /usr/lib32/libgtk-x11-2.0.so.0.2200.0
    I know nothing about Archlinux, so I cannot help you much there.

  5. #35
    Join Date
    May 2009
    Location
    Esfahan - Iran
    Beans
    15
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: Install LDOCE5 on Ubuntu 64-bit

    Anyway thank you my good friend for your patient
    I will install Arch32 bit system early
    thank you again

  6. #36
    Join Date
    Jul 2010
    Location
    China
    Beans
    2
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Question Re: HOWTO: Install LDOCE5 on Ubuntu 64-bit

    My computer using Ubuntu 10.10 32-bit, when I installed LDOCE5 finish, it was cannot play sound of Words and cannot download PDF in Teacher Resources. I cannot run LDOCE5 icon on the Desktop, I must type "sudo <path>/ldoce5" on Terminal it was run. I had already installed Flash Plug. I installed LDOCE5 on Terminal and completed size is 2.4G. I tried this post suggested methods, and problem still appearance. Have anyone meets this question? How to resolve it? Thanks!
    Last edited by primejava; March 26th, 2011 at 12:55 AM.

  7. #37
    Join Date
    May 2009
    Location
    Esfahan - Iran
    Beans
    15
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: Install LDOCE5 on Ubuntu 64-bit

    for sound I install pulse and manage sounds with it

  8. #38

    Re: HOWTO: Install LDOCE5 on Ubuntu 64-bit

    Moved to T & T due to this thread is a HowTo.
    Learning is not attained by chance, it must be sought for with ardor and attended to with diligence. Abigail Adams ( 1744 - 1818 ), 1780;

    My blog Poetry and More Free Ubuntu Magazine

  9. #39
    Join Date
    Jul 2007
    Location
    Nijmegen, The Netherlands
    Beans
    333
    Distro
    Ubuntu Development Release

    Re: HOWTO: Install LDOCE5 on Ubuntu 64-bit

    Quote Originally Posted by primejava View Post
    My computer using Ubuntu 10.10 32-bit, when I installed LDOCE5 finish, it was cannot play sound of Words and cannot download PDF in Teacher Resources. I cannot run LDOCE5 icon on the Desktop, I must type "sudo <path>/ldoce5" on Terminal it was run. I had already installed Flash Plug. I installed LDOCE5 on Terminal and completed size is 2.4G. I tried this post suggested methods, and problem still appearance. Have anyone meets this question? How to resolve it? Thanks!
    Good to know that sound is working.

    About the PDFs, as I note in the first post, they can be directly accessed in ldoce5/chrome/ldoce5/pdfs.

    Regarding the icon on the desktop, I don't know how you installed it. Check that you have the necessary rights to execute it. What is the command you have in the launcher?

  10. #40
    Join Date
    Jul 2010
    Location
    China
    Beans
    2
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Install LDOCE5 on Ubuntu 64-bit

    Quote Originally Posted by eltama View Post
    Good to know that sound is working.

    About the PDFs, as I note in the first post, they can be directly accessed in ldoce5/chrome/ldoce5/pdfs.

    Regarding the icon on the desktop, I don't know how you installed it. Check that you have the necessary rights to execute it. What is the command you have in the launcher?
    Thanks for your pay attention my question. I had run "chmod 777 -R ldoce5-directory" and "chmod 777 ldoce5.desktop" to get all rights.

Page 4 of 6 FirstFirst ... 23456 LastLast

Tags for this Thread

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
  •