LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installing crossover office (https://www.linuxquestions.org/questions/linux-newbie-8/installing-crossover-office-150926/)

santasballz 02-26-2004 05:38 PM

installing crossover office
 
when i try to install it by typing
sh install-crossover-office-2.1.0.sh
i get the following error:
Uncompressing CrossOver Office.............................................................................................. .................................................................................................... .................................................................................................... .................................................................................................... .................................................................................................... .................................................................................................... ............
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified


Setup requires an X display to run. There is a display variable set, however
you have no permissions to access the X server (:0.0) it points to.


what's wrong? it says i have no permission, but i am under root

Tinkster 02-26-2004 05:59 PM

You're logged into X as another user, though?

Try
export DISPLAY=localhost:0.0
and the run your command again...


Cheers,
Tink

skydart 08-23-2004 10:19 PM

Running Lindows and attempting to install Crossover
 
I have two files in the root. They are install-crossover-pro-3.0.0.sh and crossover-pro-3.0.0-1.i386.rpm. Now, please keep in mind that I'm running Lindows (a Debian Distribution). I don't even know if I *can* do this, or if I have to convert it from an .rpm extension to a .deb extension.

When installing from root, I type:

sh install-crossover-pro-3.0.1.sh and I get the following error:

install-crossover-pro-3.0.1.sh: install-crossover-pro-3.0.1.sh: No such file or directory

What am I doing wrong? Can you please offer some help? Thanks!

amosf 08-23-2004 10:30 PM

try

sh ./install-crossover-pro-3.0.1.sh

skydart 08-23-2004 10:35 PM

same error
 
I get the same error:

./install-crossover-pro-3.0.1.sh: ./install-crossover-pro-3.0.1.sh: No such file or directory

UPDATE:

Just realized that I have an installer for the previous version, not 3.0.1 :(

amosf 08-23-2004 10:38 PM

were you in the same directory at the time?

what does

ls -al

say???

skydart 08-23-2004 10:49 PM

Is there another way to install an .rpm package on a debian distrobution? I have an outdated installer:
install-crossover-pro-3.0.0.sh, and I need install-crossover-pro-3.0.1.sh to install crossover-pro-3.0.0-1.i386.rpm

rm6990 08-24-2004 04:55 AM

Why are you logged in as root, CXOFFICE installs in your homefolder, you don't need root privaledges to install it. Try not executing the file as root and see what happens

trey85stang 08-24-2004 09:54 AM

you need root privleages to install crossover office (at least in my expirences)...


do the following as root

chmod +x crossover*

sh crossover*.bin


That should get you going.

rm6990 08-24-2004 04:09 PM

Maybe you can do both. I know I did it without root privaledges and it all installed into my home folder just fine, got Internet Explorer working, couldn't get MS Works working
(There is no Linux equivalent capable of reading works files, and if there is please let me know) and uninstalled it, but did none of it as root.

amosf 08-24-2004 04:40 PM

you can install as root or user. not much difference. I choose to install as root so I know the main binaries can't be overwritten by a process gone wrong.


All times are GMT -5. The time now is 01:12 AM.