Error configuring Parallels on linux with kernel 2.6.19

Discussion in 'Installation and Configuration in Windows and Linux' started by egmar, Dec 2, 2006.

  1. TRISTAN

    TRISTAN Bit poster

    Messages:
    2
    Thank you very much

    You are right, I don't create the symbolic link for bash

     
  2. austinb

    austinb Bit poster

    Messages:
    1
    I had to create the link for bash and copy over the prlnet.c file. After that parallels-config ran without a hitch. Thanks. This one had me chasing my tail for a day.
     
  3. Kush

    Kush Bit poster

    Messages:
    1
    For God sake why can't it run just in one command?
    This is really making me angry
     
  4. ewdx

    ewdx Bit poster

    Messages:
    1
    More Problems

    Hi all,

    Have the exact same errors, and have replaced prlnet.c issued cammands, and drivers complied ok.

    Now when I go to run parallels I get:

    /usr/lib/parallels/parallels-linux: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

    Any help please...

    This is driving me nuts.

    Another Garry
     
  5. constant

    constant Forum Maven

    Messages:
    1,010
    .
    Install compat-libstdc++
    .
     
  6. mgray88

    mgray88 Bit poster

    Messages:
    2
    I'm still getting an error after following everything.
    Code:
    prlnet.c:1174: error: dereferencing pointer to incomplete type
    it has something to do with the vma variable, because there's about 15 more of the same error

    any help?
     
  7. mgray88

    mgray88 Bit poster

    Messages:
    2
    ok, got it workin

    just had to replace the prlnet.c file, which i apparently hadn't done
     
  8. barterpc

    barterpc Bit poster

    Messages:
    1
    More problems compiling parallels

    Got past the first hurdles but now I get the following:


    make -C /lib/modules/2.6.20-16-generic/build SUBDIRS=/usr/lib/parallels/drivers/hypervisor SRCROOT=/usr/lib/parallels/drivers/hypervisor modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.20-16-generic'
    make[2]: *** No rule to make target `/usr/lib/parallels/drivers/hypervisor/interrupt.o', needed by `/usr/lib/parallels/drivers/hypervisor/hypervisor.o'. Stop.
    make[1]: *** [_module_/usr/lib/parallels/drivers/hypervisor] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.20-16-generic'
    make: *** [all] Error 2

    Parallels originally worked for me. For those interested here is the full log.
     

    Attached Files:

  9. Egurt

    Egurt Parallels Team

    Messages:
    24
  10. digitalhippie

    digitalhippie Bit poster

    Messages:
    1
    I replaced this file but am still getting a partial config. This is the error I'm getting.

    [: 141: ==: unexpected operator
    Compiling Parallels Workstation 2.2 drivers...
    Drivers have been compiled successfully.
    /usr/bin/parallels-config: 175: pushd: not found
    /usr/bin/parallels-config: 186: popd: not found
    Installing drivers...
    Starting drivers...
    /usr/lib/parallels/autostart/drivers_start: 19: Syntax error: "(" unexpected
    Parallels Workstation drivers were successfully configured
    and compiled but cannot be started (insmod command failed).
    Run 'dmesg' command for more information.
    exit: 3: Illegal number: -1

    Any Thoughts?
     
  11. jcrp

    jcrp Bit poster

    Messages:
    1
    Thank You Very Very Very Very Much ...... Romracer
     
  12. hostile1313

    hostile1313 Bit poster

    Messages:
    1
    in "/usr/lib/parallels/autostart/drivers_start"

    at the very top change "#!/bin/sh" to "#!bin/bash"
    that fixed it for me
     
  13. gcarvell

    gcarvell Bit poster

    Messages:
    1
    Thanks!!!

    The above perlnet.zip worked for me too. I'm using Slackware 12.0 and kernel 2.6.21.5.

    Gary
     
  14. sureshkmit

    sureshkmit Bit poster

    Messages:
    1
    Error configuring Parallels on linux with kernel 2.6.18

    Hi everybody..
    i hav installed workstation 2.1 sucessfully on Debian Etch with kernel 2.6.18...and when im trying to configure it (running parallels-config)
    it displays the following error... pls HELP ME!
    *******
    Configuring Parallels Workstation 2.1 drivers...
    Compiling Parallels Workstation 2.1 drivers...

    Can not compile and/or link drivers. Read /usr/lib/parallels/doc/INSTALL
    and follow instructions specified in this document.
    ****
    The log.error file contains the following lines (last 20 lines)

    make[16]: *** [/usr/lib/parallels/drivers/hypervisor/hypmain.o] Error 2
    make[15]: *** [_module_/usr/lib/parallels/drivers/hypervisor] Error 2
    make[14]: *** [/usr/lib/parallels/drivers/hypervisor/hypmain.o] Error 2
    make[13]: *** [_module_/usr/lib/parallels/drivers/hypervisor] Error 2
    make[12]: *** [/usr/lib/parallels/drivers/hypervisor/hypmain.o] Error 2
    make[11]: *** [_module_/usr/lib/parallels/drivers/hypervisor] Error 2
    make[10]: *** [/usr/lib/parallels/drivers/hypervisor/hypmain.o] Error 2
    make[9]: *** [_module_/usr/lib/parallels/drivers/hypervisor] Error 2
    make[8]: *** [/usr/lib/parallels/drivers/hypervisor/hypmain.o] Error 2
    make[7]: *** [_module_/usr/lib/parallels/drivers/hypervisor] Error 2
    make[6]: *** [/usr/lib/parallels/drivers/hypervisor/hypmain.o] Error 2
    make[5]: *** [_module_/usr/lib/parallels/drivers/hypervisor] Error 2
    make[4]: *** [/usr/lib/parallels/drivers/hypervisor/hypmain.o] Error 2
    make[3]: *** [_module_/usr/lib/parallels/drivers/hypervisor] Error 2
    make[3]: Leaving directory `/usr/src/linux-headers-2.6.18-4-686'
    make[2]: *** [hypervisor] Error 2
    make[2]: Leaving directory `/usr/lib/parallels/drivers/hypervisor'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/usr/lib/parallels/drivers'
    make: *** [all-recursive] Error 1
    **********
     
  15. DougM

    DougM Bit poster

    Messages:
    3
    I'm trying to get Parallels Workstation working on a Feisty installation and while a lot of the stuff here has helped, it's not quite perfect. First, I tried getting my old 2.1 .deb file to install and after making the sh->/bin/bash change and the prlnet.c change, I'm stuck with what I think is the same problem as sureshkmit above. Before all these repeated lines start, the first error is:

    make -C /lib/modules/2.6.20-16-generic/build SUBDIRS=/usr/src/linux-headers-2.6\
    .20-16-generic SRCROOT=/usr/src/linux-headers-2.6.20-16-generic modules && mv -\
    f hypervisor.ko hypervisor.o
    make[1209]: execvp: /bin/sh: Argument list too long

    Then I tried installing the special ubuntu 2.2 .deb that Egurt so nicely provided. It installs and configs cleanly, but then aborts very quickly when I run it. It brings up the "Startup Options" dialog, but then as soon as I pick an image, it aborts. It works if I run sudo, but I really wish I didn't have to do that.

    It also seems to run fine under the default Metacity window manager, but when I use the Beryl window manager, the window becomes mostly transparent and completely unusable.

    Doug
     
  16. elnich

    elnich Bit poster

    Messages:
    1
    I followed the directions above, and Parallels works without a hitch on Feisty. Thanks much to all who contributed to the work around!
     
  17. kokojojobobo

    kokojojobobo Bit poster

    Messages:
    1

    Can not compile and/or link drivers. Read /usr/lib/parallels/doc/INSTALL
    and follow instructions specified in this document.

    Compilation log is available at /usr/lib/parallels/comp.log.11383.error

    ????????

    doesn't allow to paste any file in the folder you said.plz hhhhhhhhhheeeeeeeeeeeelllllllllllpppppppppp!!!!
     

Share This Page