Index » PageStream Support » General » PGS5 not starting in ubuntu 13.10
Sign in to add a comment. Pages: 1
2013-11-17 22:04:03 CT #1
Ken Price
From: Canada
Registered: 2006-04-06
Posts: 8
Hi,

I recently downloaded and installed the newest PageStream5 (Linux) on a new install of Ubuntu 13.10, in it's own directory, and made the edits of required by the "ReadmeLinux" file, as I had done successfully for an older version of Linux. This time, however, PageStream does not start, and I get a terminal window with the following message:-

---------------
./PageStream5: error while loading shared libraries: libSoftLogikDisp.so.1: cannot open shared object file: no such file or directory
---------------

The file "libSoftLogikDisp.so.1" IS in the SoftLogik/lib directory.

Has anyone encountered and solved this problem?


Regards,  Ken
http://www3.sympatico.ca/kenprice13

2013-11-17 16:16:16 CT #2
Tim Doty
From: United States
Registered: 2006-02-06
Posts: 2939

How are you launching PgS? Using the script “Run-PageStream5”, clicking on the binary PageStream5, or something else?

Its a bit excessive, but my PgS launch script is:

#!/bin/bash
export PGSPATH=`dirname "$0"`
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PGSPATH/SoftLogik/lib
export PATH=$PATH:$PGSPATH
$PGSPATH/PageStream5 >> ~/PgS5.log 2>&1
exit 0

which takes the current direction, sets the LD_LIBRARY_PATH environment variable to include the softlogik library directory, adds the PgS directory to the path, then executes PgS redirecting output (both stdout and stderr) to a log file.

The only thing that should be necessary is setting LD_LIBRARY_PATH and executing the binary.

Tim Doty

On Nov 17, 2013, at 4:04 PM, KENNETH PRICE <kenprice13@sympatico.ca> wrote:

>
> Hi,
>
> I recently downloaded and installed the newest PageStream5 (Linux) on a new install of Ubuntu 13.10, in it's own directory, and made the edits of required by the "ReadmeLinux" file, as I had done successfully for an older version of Linux. This time, however, PageStream does not start, and I get a terminal window with the following message:-
>
> ---------------
> ./PageStream5: error while loading shared libraries: libSoftLogikDisp.so.1: cannot open shared object file: no such file or directory
> ---------------
>
> The file "libSoftLogikDisp.so.1" IS in the SoftLogik/lib directory.
>
> Has anyone encountered and solved this problem?
>
>
> Regards, Ken
>http://www3.sympatico.ca/kenprice13
>

>
>


2013-11-17 18:07:30 CT #3
Rodney Volkmar
From: United States
Registered: 2006-02-10
Posts: 60

I found Ubuntu and pages treat a pain,  works perfectly in mint 14, even 64 bit version

On Nov 17, 2013 3:04 PM, "KENNETH PRICE" <kenprice13@sympatico.ca> wrote:
 

Hi,

I recently downloaded and installed the newest PageStream5 (Linux) on a new install of Ubuntu 13.10, in it's own directory, and made the edits of required by the "ReadmeLinux" file, as I had done successfully for an older version of Linux. This time, however, PageStream does not start, and I get a terminal window with the following message:-

---------------
./PageStream5: error while loading shared libraries: libSoftLogikDisp.so.1: cannot open shared object file: no such file or directory
---------------

The file "libSoftLogikDisp.so.1" IS in the SoftLogik/lib directory.

Has anyone encountered and solved this problem?


Regards,  Ken
http://www3.sympatico.ca/kenprice13

Sign in to add a comment. Pages: 1
Index » PageStream Support » General » PGS5 not starting in ubuntu 13.10

This topic is closed due to inactivity.