PDA

View Full Version : PclinuxOS Please Help


Davamp
09-08-2007, 03:40 PM
Hi, im new to PcLinuxOS, and im very board and then a few days ago i found Regnum Online its looks great. Now heres my problem i download it and the file that is inside the tar folder wont executed some how am i ment to install it please help thanks and bye bye :)


DaVamp

Froste
09-08-2007, 03:55 PM
The file inside the tar must be made executable by setting the proper permissions on the file (ie execute), open a terminal, cd to where you keep the binary, and then chmod 755 the binary, then it will be executable.

Davamp
09-08-2007, 04:17 PM
Ok ill give it ago :)

Davamp
09-08-2007, 04:19 PM
No it still dosen't execute?

Davamp
09-08-2007, 04:39 PM
Is there any coding that i have to run in a Konsole to load it ?

Froste
09-08-2007, 04:55 PM
find the location of the download directory, in that make sure you unpack the tarball (tar zxvf rolauncher.tar.gz), then chmod 755 rolauncher, and finally type ./rolauncher

(note, you probably want to make a special regnum directory, and move this file in there, and execute it from there, otherwise everything it downloads will end up wherever you executed it)

magnet
09-08-2007, 05:16 PM
The launcher is in a tarball precisely because the tar format keeps UNIX file permissions, thus it is already executable. You just have to extract the launcher to one directory of your liking (e.g, create ~/Regnum/ and extract it there), then "double-click it" in your file manager (Konqueror) like you would do on any OS.

Or just read the sticky post in the Linux forum.

Davamp
09-08-2007, 05:30 PM
./rolauncher: error while loading shared libraries: libexpat.so.1: cannot open s hared object file: No such file or directory

Froste
09-08-2007, 05:49 PM
pclinuxos is a debian derivative right? if so, you can type (as root, or use sudo) apt-get install libexpat1

Davamp
09-08-2007, 06:07 PM
Thanks Man ur a genius :P it works :0 thanks you

Davamp
09-10-2007, 06:55 PM
Hey im trying to install for my bro and when i try the apt-get install libexpat1 it comes up with an error coundn't find package libexpat1 any help?

Froste
09-10-2007, 07:05 PM
Well I don't know how pclinuxos handles repositories, but in debian (which it's based on), there are always 3 repositories, stable, testing, and unstable, it may be that the package changed name from one repository to another, use apt-cache search libexpat, and i'm sure you'll find the correct package, if not, change the repository to one that matches yours ( cat /etc/apt/sources.list )

arlick
09-10-2007, 07:23 PM
but first try with:

apt-get update
apt-get install libexpat1

:P