Index » PageStream Support » Linux » Re: getting Pagestream running
Sign in to add a comment. Pages: 1
2003-07-06 10:58:14 CT #1
Bo Najdrovsky
From: Unknown
Registered: 2003-04-10
Posts: 5

PageStreamLinuxBeta@yahoogroups.com wrote:

>>and see where that points. The shell commands are for bash (as opposed to,
>>say, csh). If /bin/sh points to some other shell you could try putting
>>
>>#!/bin/bash
>>
>>
>
>did that in my executable pagestream.sh file.
>no change. does nothing when clicked on.
>Pagetream4.exe stills says "can't find Pagestream4" when clicked on.
>
>thanks for the help
>ken
>
>

Try it this way (assuming the locations of files you provided in your
previous email):

#!/bin/bash
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/SoftLogik/lib
export PGSDIR=/usr/pagestream41
export PATH=$PATH:$PGSDIR
cd $PGSDIR
exec PageStream4


2003-07-07 16:38:53 CT #2
ken
From: Unknown
Registered: 2003-05-14
Posts: 28
OK, I did that
(just for the heck of it)
nothing changed, as I had been running pagestream.sh from within the directory also
that is, using bash I would cd to the Pagestream41 directory, and type pagestream
or pagestream.sh
the answer is always that "command not found"
sounds like it is not reading the pagestream.sh file
ken

Bo Najdrovsky wrote:
PageStreamLinuxBeta@yahoogroups.com wrote:

  
and see where that points. The shell commands are for bash (as opposed to,
say, csh). If /bin/sh points to some other shell you could try putting

#!/bin/bash
   

      
did that in my executable pagestream.sh file.
no change. does nothing when clicked on.
Pagetream4.exe stills says "can't find Pagestream4" when clicked on.

thanks for the help
ken
 

    

Try it this way (assuming the locations of files you provided in your 
previous email):

#!/bin/bash
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/SoftLogik/lib
export PGSDIR=/usr/pagestream41
export PATH=$PATH:$PGSDIR
cd $PGSDIR
exec PageStream4






------------------------ Yahoo! Groups Sponsor ---------------------~-->
Inkjet cartridges up to 80% off. HP, Epson, Lexmark--we have your brand.
Free shipping on every order to the U.S. and Canada! Excellent service.
http://www.c1tracking.com/l.asp?cid=5510
http://us.click.yahoo.com/QWB0QC/.eUGAA/ySSFAA/dV_rlB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
PageStreamLinuxBeta-unsubscribe@yahoogroups.com

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



  

2003-07-07 16:42:28 CT #3
ken
From: Unknown
Registered: 2003-05-14
Posts: 28
jsut for the heck of it I tried clicking on pagestream.sh file and the PageStream4 file
in KDE's file manager
clicking on pagestream.sh says pagestream.sh not found
clicking on PageStream4 says PageStream4 not found
should I be setting up some variables somewhere??
ken

Bo Najdrovsky wrote:
PageStreamLinuxBeta@yahoogroups.com wrote:

  
and see where that points. The shell commands are for bash (as opposed to,
say, csh). If /bin/sh points to some other shell you could try putting

#!/bin/bash
   

      
did that in my executable pagestream.sh file.
no change. does nothing when clicked on.
Pagetream4.exe stills says "can't find Pagestream4" when clicked on.

thanks for the help
ken
 

    

Try it this way (assuming the locations of files you provided in your 
previous email):

#!/bin/bash
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/SoftLogik/lib
export PGSDIR=/usr/pagestream41
export PATH=$PATH:$PGSDIR
cd $PGSDIR
exec PageStream4






------------------------ Yahoo! Groups Sponsor ---------------------~-->
Inkjet cartridges up to 80% off. HP, Epson, Lexmark--we have your brand.
Free shipping on every order to the U.S. and Canada! Excellent service.
http://www.c1tracking.com/l.asp?cid=5510
http://us.click.yahoo.com/QWB0QC/.eUGAA/ySSFAA/dV_rlB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
PageStreamLinuxBeta-unsubscribe@yahoogroups.com

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



  

2003-07-07 17:19:44 CT #4
Tim Doty
From: United States
Registered: 2006-02-06
Posts: 2939

Okay, I tried to replicate your setup and what I found is that PgS silently
fails if Softlogik is not in the pagestream directory. Try keeping them as
they extract from the archive and put the whole thing where ever you want and
it should work.

Tim Doty

On Monday 07 July 2003 18:42, Ken Maconald wrote:
> jsut for the heck of it I tried clicking on pagestream.sh file and the
> PageStream4 file
> in KDE's file manager
> clicking on pagestream.sh says pagestream.sh not found
> clicking on PageStream4 says PageStream4 not found
> should I be setting up some variables somewhere??
> ken
>
> Bo Najdrovsky wrote:
> >PageStreamLinuxBeta@yahoogroups.com wrote:
> >>>and see where that points. The shell commands are for bash (as opposed
> >>> to, say, csh). If /bin/sh points to some other shell you could try
> >>> putting
> >>>
> >>>#!/bin/bash
> >>
> >>did that in my executable pagestream.sh file.
> >>no change. does nothing when clicked on.
> >>Pagetream4.exe stills says "can't find Pagestream4" when clicked on.
> >>
> >>thanks for the help
> >>ken
> >
> >Try it this way (assuming the locations of files you provided in your
> >previous email):
> >
> >#!/bin/bash
> >export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/SoftLogik/lib
> >export PGSDIR=/usr/pagestream41
> >export PATH=$PATH:$PGSDIR
> >cd $PGSDIR
> >exec PageStream4
> >
> >
> >
> >
> >
> >
> >
> >To unsubscribe from this group, send an email to:
> >PageStreamLinuxBeta-unsubscribe@yahoogroups.com
> >
> >
> >
> >Your use of Yahoo! Groups is subject tohttp://docs.yahoo.com/info/terms/


2003-07-07 21:41:02 CT #5
Patrick Smith
From: United States
Registered: 2006-07-24
Posts: 52

On Mon, 07 Jul 2003 16:38:53 -0700
Ken Maconald <kenmacseumas@sympatico.ca> wrote:

> OK, I did that
> (just for the heck of it)
> nothing changed, as I had been running pagestream.sh from within the
> directory also
> that is, using bash I would cd to the Pagestream41 directory, and type
>
> pagestream
> or pagestream.sh
> the answer is always that "command not found"
> sounds like it is not reading the pagestream.sh file
> ken
>
>===============

Ken,
Refresh my memory, what distro are you running? Do you have all the
Gnome2 stuff installed that you need?

Patrick
--
---SuSE Linux v8.2 Pro---
Registered Linux User #225206
"Life's a garden, Dig It!" --Joe Dirt

2003-07-08 10:01:17 CT #6
ken
From: Unknown
Registered: 2003-05-14
Posts: 28

I have Lindows Smile it is debian linux, woody.
Do I have all the Gnome2 stuff I need?
I don't know, no instructions mention Gnome2.
I have downloaded some Gnome2 stuff from Lindows
do you know exactly what I need?
ken

----- Original Message -----
From: "Patrick" <magicpage91@earthlink.net>
To: <PageStreamLinuxBeta@yahoogroups.com>
Sent: Monday, July 07, 2003 9:41 PM
Subject: Re: [PageStreamLinuxBeta] Re: getting Pagestream running


> On Mon, 07 Jul 2003 16:38:53 -0700
> Ken Maconald <kenmacseumas@sympatico.ca> wrote:
>
> > OK, I did that
> > (just for the heck of it)
> > nothing changed, as I had been running pagestream.sh from within the
> > directory also
> > that is, using bash I would cd to the Pagestream41 directory, and type
> >
> > pagestream
> > or pagestream.sh
> > the answer is always that "command not found"
> > sounds like it is not reading the pagestream.sh file
> > ken
> >
> >===============
>
> Ken,
> Refresh my memory, what distro are you running? Do you have all the
> Gnome2 stuff installed that you need?
>
> Patrick
> --
> ---SuSE Linux v8.2 Pro---
> Registered Linux User #225206
> "Life's a garden, Dig It!" --Joe Dirt
>
>
>
>
> To unsubscribe from this group, send an email to:
> PageStreamLinuxBeta-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject tohttp://docs.yahoo.com/info/terms/
>
>
>


2003-07-08 17:21:09 CT #7
Tim Doty
From: United States
Registered: 2006-02-06
Posts: 2939

for rpm-based distros it is libgnomeui. And, as I mentioned in another thread,
PgS fails silently here when the SoftLogik directory is separated from the
rest of PgS as you indicated your setup as being. If you keep the archive
structure intact after extracting it should work (and if you don't have
libgnomeui it will give an error).

Tim Doty

On Tuesday 08 July 2003 09:01, ken macseumas wrote:
> I have Lindows Smile it is debian linux, woody.
> Do I have all the Gnome2 stuff I need?
> I don't know, no instructions mention Gnome2.
> I have downloaded some Gnome2 stuff from Lindows
> do you know exactly what I need?
> ken
>
> ----- Original Message -----
> From: "Patrick" <magicpage91@earthlink.net>
> To: <PageStreamLinuxBeta@yahoogroups.com>
> Sent: Monday, July 07, 2003 9:41 PM
> Subject: Re: [PageStreamLinuxBeta] Re: getting Pagestream running
>
> > On Mon, 07 Jul 2003 16:38:53 -0700
> >
> > Ken Maconald <kenmacseumas@sympatico.ca> wrote:
> > > OK, I did that
> > > (just for the heck of it)
> > > nothing changed, as I had been running pagestream.sh from within the
> > > directory also
> > > that is, using bash I would cd to the Pagestream41 directory, and type
> > >
> > > pagestream
> > > or pagestream.sh
> > > the answer is always that "command not found"
> > > sounds like it is not reading the pagestream.sh file
> > > ken
> > >
> > >===============
> >
> > Ken,
> > Refresh my memory, what distro are you running? Do you have all the
> > Gnome2 stuff installed that you need?
> >
> > Patrick
> > --
> > ---SuSE Linux v8.2 Pro---
> > Registered Linux User #225206
> > "Life's a garden, Dig It!" --Joe Dirt
> >
> >
> >
> >
> > To unsubscribe from this group, send an email to:
> > PageStreamLinuxBeta-unsubscribe@yahoogroups.com
> >
> >
> >
> > Your use of Yahoo! Groups is subject tohttp://docs.yahoo.com/info/terms/
>
>
To unsubscribe from this group, send an email to:
> PageStreamLinuxBeta-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject tohttp://docs.yahoo.com/info/terms/


Sign in to add a comment. Pages: 1
Index » PageStream Support » Linux » Re: getting Pagestream running

This topic is closed due to inactivity.