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
Error: Line 0 - Can't load any OSLibraries! Please re-instal
Solved
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.
Thanks,
Markus
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.

Thanks,
Markus