Error: Line 0 - Can't load any OSLibraries! Please re-instal

Just starting out? Need help? Post your questions and find answers here.
vekem
User
User
Posts: 12
Joined: Tue Jun 17, 2003 7:37 am
Location: Germany

Error: Line 0 - Can't load any OSLibraries! Please re-instal

Post by vekem »

Hello,

trying Purebasic Linux Beta 2 gives this error message (3x) starting the IDE in a terminal under Xubuntu 6.10:

Error: Line 0 - Can't load any OSLibraries! Please re-install PureBasic

PATH and PUREBASIC_HOME are set correctly (I think so...)

Does anybody know this behaviour?

Markus,
Germany
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Did you extract the archive with folders? So that not everything was extracted in one big folder.
vekem
User
User
Posts: 12
Joined: Tue Jun 17, 2003 7:37 am
Location: Germany

Solved

Post by vekem »

Hi Trond,

yes, everything was extracted in one big folder, but the enviroment variables wasn't set correctly - uups.

Following the INSTALL-Readme using tilde "~" for the correct home directory in the PATHs didn't work. Maybe it is a (X)Ubuntu-special: such things are written in /etc/profile (NOT in the local ~/.bash_profile normally).

I placed the purebasic-directory now inside /opt/purebasic (root), set PATH and PUREBASIC_HOME to this and it works. :wink:

Thanks,
Markus
Post Reply