Page 1 of 1

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

Posted: Mon Jan 01, 2007 1:51 pm
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

Posted: Mon Jan 01, 2007 1:58 pm
by Trond
Did you extract the archive with folders? So that not everything was extracted in one big folder.

Solved

Posted: Mon Jan 01, 2007 3:32 pm
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