missing libraries for running Softmaker Office
I have used Puppy Linux for years on my netbook.
Now, while preparing a separate partition for installing Haiku, I ruined linux partition, by mistake (my wife distracted me in critical moment:-).
Therefore, now I have Haiku only on the computer and I want to give Haiku chance to become my primary OS.
One thing preventing me to do that is lack of an office suite.
Since I have a licence for Softmaker's Office 2010 suite for Linux, I tried to install it.
Apparently, installer installed the suite in my /boot/home/office2010 folder but executables can't be started, because the following libraries are missing:
libX11.so.6
libXmu.so.6
libXext.so.6
libm.so.6
libXrender.so.1
libc.so.6
libdl.so.2
Is there a way to find these missing libraries, for Haiku?
Thank you in advance.

Comments
Re: missing libraries for running Softmaker Office
Installing libraries from haikuware ports solved some of the listed missing libraries:
http://haikuware.com/remository/view-details/development/class-libraries...
http://haikuware.com/remository/view-details/development/class-libraries...
But, the following libraries are still missing:
libm.so.6
libc.so.6
libdl.so.2
Where to find these?
Re: missing libraries for running Softmaker Office
you might want to compile them... linux software don't run on haiku AFAIK.
Re: missing libraries for running Softmaker Office
http://haikuware.ru/get/files/office/TFO4Installer-0.1a.sh.zip ThinkFreeOffice 4.0 for Haiku
Re: missing libraries for running Softmaker Office
You will need source code to recompile, because Haiku uses a different kernel than Linux. Also, Haiku uses a different GUI than Linux, so unless Softmaker Office is written for Qt or X, the interface would need to be rewritten.
But in answer to your question, if linking with GNU C/C++, libm and libc are in libroot, and here is a version of libdl:
http://haikuware.com/directory/view-details/development/class-libraries/...
Re: missing libraries for running Softmaker Office
But in answer to your question, if linking with GNU C/C++, libm and libc are in libroot, and here is a version of libdl:
http://haikuware.com/directory/view-details/development/class-libraries/libdlso
The libdl functions are in libroot too.
Re: missing libraries for running Softmaker Office
libdl - Ah, OK.
I could have sworn that there was a build of X Windows for BeOS/Haiku, but I can't seem to find it on Haikuware. Does anyone have info on X for Haiku? I know it sounds yucky but there is some pretty nice free X software.
Re: missing libraries for running Softmaker Office
Stop wasting your time, it's not gonna work. Softmaker for Linux is a Linux software, as the name suggests. Haiku is not Linux. What you're trying to achieve is like running Windows software on Linux or Mac OS X software on Windows. There is no X server for Haiku, but even if there was, the program wouldn't run.
Re: missing libraries for running Softmaker Office
just do a search for "X11 beos".
Re: missing libraries for running Softmaker Office
just do a search for "X11 beos".
Damn, I tried with all X11 libraries packages available on haikuware.
None of them helped....
Re: missing libraries for running Softmaker Office
tatamata, as others told You, it won't work.
You can provide every lib what required, but the binary what you try to run compiled for an another operating system. And because there is soo much difference under the hood between Haiku and Linux, it won't work.
What You can do: send a mail to the Softmaker guys (but be nice!) and ask for a port. Maybe he will consider it as a good idea (but don't live in a dreamworld, this guys also need money for life.
Thats all.