merter <[email protected]> writes:
> I tried to install those dependencies but it is now silently failing and
> giving no output whatsoever. I tried to debug it with my poor gdb skills,
> but gdb log is saying;
>
> Program exited with code 0115.
> No stack.
Presumably the code is intentionally exiting, so to gdb it's a normal
(clean) process exit.
> By the way, I have installed openoffice, and it's soffice is working
> correctly, but I'd like to use libreoffice if possible.
>
> If I can debug and see why it is failing, I can do so, but I don't know how
> to do.
And of course, it's even more difficult given that you're trying to use
it headless. Been there, done that, got the tee shirt ...
Is there any way you can arrange to temporarily use it with an X
server? It doesn't have to be locally on the same machine, though
that's most efficient. But you can just point LO at a remote server,
or through an ssh proxy (-X) to your client host. The issue might be
something simple that results in a dialog/question when a UI is
present but has to terminate abruptly without since the dialog can't
be answered.
If not, first thing I'd probably look for is any sort of problem with
the profile folder, such as access rights. If the account you are
trying to run this under isn't dedicated just to LO, I'd also
recommend explicitly specifying a dedicated profile folder
("-env:UserInstallation") for best control.
What's the exact command line you are using? I didn't see a
"--norestore" in your prior note, so in the (unlikely) case you have a
pending restoration I'm not quite sure what happens in headless mode
if it's set to prompt.
-- David
--
For unsubscribe instructions e-mail to: [email protected]
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted