Yahoo Groups archive

Digital BW, The Print

Index last updated: 2026-04-28 22:56 UTC

Thread

Help Installing QTR in Redhat 9

Help Installing QTR in Redhat 9

2004-04-28 by Tom Husband

Everything goes well until I get to "sh make-quadtonerip".  I press
enter and get some error messages.  I'm not sure where to look to fix
it.  The install instructions say it's usually due to a missing
cups-config but right at the start I did "locate cups-conf" and
/usr/bin/cups-config turned up on the list.  The error messages I get are:

[root@localhost share]# cd QuadToneRIP2-beta/
[root@localhost QuadToneRIP2-beta]# ls
CurveDesign          make-quadtonerip  QTR-LinuxNotes.pdf 
SourceReadMe.rtf
CurveSrc             PPDs              quad.convs
Gimp-Print-Info.pdf  Profiles          RasterSrc
install-quadtonerip  qpr               ReadMe.html
[root@localhost QuadToneRIP2-beta]# sh make-quadtonerip
cc -g -O   -c -o qline.o qline.c
make: cc: Command not found
make: *** [qline.o] Error 127
cc -g -O -I. -DQUADPATH=\"`cups-config --datadir`\"   -c -o
quadraster.o quadras
ter.c
/bin/sh: line 1: cc: command not found
make: *** [quadraster.o] Error 127
[root@localhost QuadToneRIP2-beta]#


Any help sure would be appreciated.  I'm gettin' close.

Thanks,

Tom

Re: [Digital BW] Help Installing QTR in Redhat 9

2004-04-28 by Roger L Sopher

It looks like you are missing the C compiler. When you loaded redhat did
you load the development package? If not you need to go back to the
installation media and install the C compiler. Once that is done you
should be able to complete the installation.

Roger
Show quoted textHide quoted text
On Tue, 2004-04-27 at 20:12, Tom Husband wrote:
> Everything goes well until I get to "sh make-quadtonerip".  I press
> enter and get some error messages.  I'm not sure where to look to fix
> it.  The install instructions say it's usually due to a missing
> cups-config but right at the start I did "locate cups-conf" and
> /usr/bin/cups-config turned up on the list.  The error messages I get
> are:
> 
> [root@localhost share]# cd QuadToneRIP2-beta/
> [root@localhost QuadToneRIP2-beta]# ls
> CurveDesign          make-quadtonerip  QTR-LinuxNotes.pdf 
> SourceReadMe.rtf
> CurveSrc             PPDs              quad.convs
> Gimp-Print-Info.pdf  Profiles          RasterSrc
> install-quadtonerip  qpr               ReadMe.html
> [root@localhost QuadToneRIP2-beta]# sh make-quadtonerip
> cc -g -O   -c -o qline.o qline.c
> make: cc: Command not found
> make: *** [qline.o] Error 127
> cc -g -O -I. -DQUADPATH=\"`cups-config --datadir`\"   -c -o
> quadraster.o quadras
> ter.c
> /bin/sh: line 1: cc: command not found
> make: *** [quadraster.o] Error 127
> [root@localhost QuadToneRIP2-beta]#
> 
> 
> Any help sure would be appreciated.  I'm gettin' close.
> 
> Thanks,
> 
> Tom
> 
> 
> 
> Please visit the Group Homepage to check the Files, and other
> resources as they are often being updated.
> 
> http://groups.yahoo.com/group/DigitalBlackandWhiteThePrint
> 
> If you wish to receive no emails or just a daily digest, or you wish
> to unsubscribe, please edit your Membership preferences by visiting
> this same page.
> 
> Please follow these basic guidelines:
> - As threads develop, trim off excess portions of earlier messages to
> keep them short.
> - Good manners are required at all time. No personal attacks or
> flames. Hostile, aggressive or argumentative users may be removed from
> the membership without notice.
> - Keep your posts and threads related to the group topic of digital
> B&W printing. Users who persistently make off-topic posts may be
> removed from the membership.
> - By posting on this forum you agree to abide by the group rules and
> guidelines, and to abide by the actions and decisions of the group
> Owner and Moderators. See Group Topic, Rules and Guidelines in the
> Files section:
> http://groups.yahoo.com/group/DigitalBlackandWhiteThePrint/files/
> 
> BY PARTICIPATING IN AND/OR POSTING MESSAGES TO THE DIGITAL BW, THE
> PRINT YAHOO! GROUP YOU EXPRESSLY UNDERSTAND AND AGREE THAT THE OWNER
> AND MODERATORS OF DIGITAL BW, THE PRINT YAHOO GROUP SHALL NOT BE
> LIABLE TO YOU FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
> CONSEQUENTIAL OR EXEMPLARY DAMAGES, INCLUDING BUT NOT LIMITED TO,
> DAMAGES FOR LOSS OF PROFITS, GOODWILL, USE, DATA OR OTHER INTANGIBLE
> LOSSES (EVEN IF THE  OWNER AND MODERATORS OF DIGITAL BW, THE PRINT
> YAHOO GROUP HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES),
> RESULTING FROM: (i) THE USE OR THE INABILITY TO USE THE DIGITAL BW,
> THE PRINT YAHOO GROUP; (ii) UNAUTHORIZED ACCESS TO OR ALTERATION OF
> YOUR TRANSMISSIONS OR DATA; (iii) STATEMENTS OR CONDUCT OF ANY THIRD
> PARTY ON THE DIGITAL BW, THE PRINT YAHOO GROUP; OR (iv) ANY OTHER
> MATTER RELATING TO THE DIGITAL BW, THE PRINT YAHOO GROUP.
> 
> 
> 
> 
> ______________________________________________________________________
> Yahoo! Groups Links
>       * To visit your group on the web, go to:
>         http://groups.yahoo.com/group/DigitalBlackandWhiteThePrint/
>           
>       * To unsubscribe from this group, send an email to:
>         DigitalBlackandWhiteThePrint-unsubscribe@yahoogroups.com
>           
>       * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>         Service.
>

Re: Help Installing QTR in Redhat 9

2004-04-28 by Ramin

As Roger said you are muxt be missing C compiler. One note to add 
which might be of some help later: you may also have to give the 
relative paths to these executive scripts. For me, this was the case 
at the next stage where i had to run ¨./sh install-quadtonerip¨ or 
¨sh ./install-quadtonerip¨ to have it run (i don´t remeber which 
one) while the instruction manual that comes with the software does 
not mention this possibility and without giving the relative path, i 
was getting the error ¨command not found¨. 
  Regards, Ramin 
 
--- In DigitalBlackandWhiteThePrint@yahoogroups.com, "Tom Husband" 
<thusband@s...> wrote: 
> Everything goes well until I get to "sh make-quadtonerip".  I 
press 
> enter and get some error messages.  I'm not sure where to look to 
fix 
> it.  The install instructions say it's usually due to a missing 
> cups-config but right at the start I did "locate cups-conf" and 
> /usr/bin/cups-config turned up on the list.  The error messages I 
get are: 
Show quoted textHide quoted text
>  
> [root@localhost share]# cd QuadToneRIP2-beta/ 
> [root@localhost QuadToneRIP2-beta]# ls 
> CurveDesign          make-quadtonerip  QTR-LinuxNotes.pdf  
> SourceReadMe.rtf 
> CurveSrc             PPDs              quad.convs 
> Gimp-Print-Info.pdf  Profiles          RasterSrc 
> install-quadtonerip  qpr               ReadMe.html 
> [root@localhost QuadToneRIP2-beta]# sh make-quadtonerip 
> cc -g -O   -c -o qline.o qline.c 
> make: cc: Command not found 
> make: *** [qline.o] Error 127 
> cc -g -O -I. -DQUADPATH=\"`cups-config --datadir`\"   -c -o 
> quadraster.o quadras 
> ter.c 
> /bin/sh: line 1: cc: command not found 
> make: *** [quadraster.o] Error 127 
> [root@localhost QuadToneRIP2-beta]# 
>  
>  
> Any help sure would be appreciated.  I'm gettin' close. 
>  
> Thanks, 
>  
> Tom

Re: Help Installing QTR in Redhat 9-C Compiler?

2004-04-28 by Tom Husband

--- In DigitalBlackandWhiteThePrint@yahoogroups.com, "Ramin"
<raminolta@y...> wrote:
>   As Roger said you are muxt be missing C compiler. One note to add 
> which might be of some help later: you may also have to give the 
> relative paths to these executive scripts. For me, this was the case 
> at the next stage where i had to run ¨./sh install-quadtonerip¨ or 
> ¨sh ./install-quadtonerip¨ to have it run (i don´t remeber which 
> one) while the instruction manual that comes with the software does 
> not mention this possibility and without giving the relative path, i 
> was getting the error ¨command not found¨. 
>   Regards, Ramin 

Thanks Roger and Ramin.  Back to the manuals and web sites as I
haven't a clue what the C compiler is but, heck, I didn't have a clue
about Linux a month ago so this too will be overcome.  The C compiler
would be on which of the three disks?  Do I boot up with #1 again and
look for it?  I'll keep the relative path thing in mind too.  This has
been a real learning experience.

Thanks again,

Tom

Re: Help Installing QTR in Redhat 9-C Compiler?

2004-04-28 by Ramin

On my Mandrake box, i have already installed the kernel sources 
which include all libraries/compilers to compile programs.  
I used redhat a while ago and if i remembercorrectly, the kernel 
sources were not on the first three disks. I would advise you to ask 
poeple on linux forums or rehdat-specific forums as to where to find 
the kernel sources. I would also suggest to install all of the 
kernel sources not just this paricular library as you may need them 
later for compiling other programs. 
  Alternatively, do a google search on for example for ¨where is the 
kernel source for redhat¨ or similar terms. 
  Regards, Ramin 
 
--- In DigitalBlackandWhiteThePrint@yahoogroups.com, "Tom Husband" 
<thusband@s...> wrote: 
> --- In DigitalBlackandWhiteThePrint@yahoogroups.com, "Ramin" 
> <raminolta@y...> wrote: 
> >   As Roger said you are muxt be missing C compiler. One note to 
add  
> > which might be of some help later: you may also have to give the  
> > relative paths to these executive scripts. For me, this was the 
case  
> > at the next stage where i had to run ¨./sh install-quadtonerip¨ 
or  
> > ¨sh ./install-quadtonerip¨ to have it run (i don´t remeber which  
> > one) while the instruction manual that comes with the software 
does  
> > not mention this possibility and without giving the relative 
path, i  
> > was getting the error ¨command not found¨.  
> >   Regards, Ramin  
>  
> Thanks Roger and Ramin.  Back to the manuals and web sites as I 
> haven't a clue what the C compiler is but, heck, I didn't have a 
clue 
> about Linux a month ago so this too will be overcome.  The C 
compiler 
> would be on which of the three disks?  Do I boot up with #1 again 
and 
> look for it?  I'll keep the relative path thing in mind too.  This 
has 
Show quoted textHide quoted text
> been a real learning experience. 
>  
> Thanks again, 
>  
> Tom

Re: Help Installing QTR in Redhat 9-C Compiler?

2004-04-28 by Tom Husband

--- In DigitalBlackandWhiteThePrint@yahoogroups.com, "Ramin"
<raminolta@y...> wrote:
>   On my Mandrake box, i have already installed the kernel sources 
> which include all libraries/compilers to compile programs.  
> I used redhat a while ago and if i remembercorrectly, the kernel 
> sources were not on the first three disks. I would advise you to ask 
> poeple on linux forums or rehdat-specific forums as to where to find 
> the kernel sources. I would also suggest to install all of the 
> kernel sources not just this paricular library as you may need them 
> later for compiling other programs. 
>   Alternatively, do a google search on for example for ¨where is the 
> kernel source for redhat¨ or similar terms. 
>   Regards, Ramin 

Again, thanks a lot!  I'm off to do some homework.

Tom

RE: [Digital BW] Re: Help Installing QTR in Red hat 9-C Compiler?

2004-04-28 by Roger L Sopher

Hi Tom,

I think this will get you passed the compiler problem. Either sign on as
root or su so that you have administrative privileges. On the second disk go
to red Hat and then rpms. There are a series of rpms starting with gcc
Those are elements of the c compiler.  The easiest way to install them would
be to cd to the cd rom (cd /mnt/cdrom) then run "rpm -Uvh gcc*" (leave off
the quotes) and it should load all of the gcc files. Once all of those are
in you should have a functioning c compiler and QTR should load. The problem
is that the installation of QTR is not just sticking a bunch of programs in
as is done with windows rather you are compiling the programs from their
source (written in the c language) and then installing the various elements
that have been compiled for your system. If the compiler is missing when you
run the make file it complains it can't do it.

Roger
Show quoted textHide quoted text
  -----Original Message-----
  From: Tom Husband [mailto:thusband@...]
  Sent: Tuesday, April 27, 2004 9:46 PM
  To: DigitalBlackandWhiteThePrint@yahoogroups.com
  Subject: [Digital BW] Re: Help Installing QTR in Redhat 9-C Compiler?


  --- In DigitalBlackandWhiteThePrint@yahoogroups.com, "Ramin"
  <raminolta@y...> wrote:
  >   As Roger said you are muxt be missing C compiler. One note to add
  > which might be of some help later: you may also have to give the
  > relative paths to these executive scripts. For me, this was the case
  > at the next stage where i had to run ¨./sh install-quadtonerip¨ or
  > ¨sh ./install-quadtonerip¨ to have it run (i don´t remeber which
  > one) while the instruction manual that comes with the software does
  > not mention this possibility and without giving the relative path, i
  > was getting the error ¨command not found¨.
  >   Regards, Ramin

  Thanks Roger and Ramin.  Back to the manuals and web sites as I
  haven't a clue what the C compiler is but, heck, I didn't have a clue
  about Linux a month ago so this too will be overcome.  The C compiler
  would be on which of the three disks?  Do I boot up with #1 again and
  look for it?  I'll keep the relative path thing in mind too.  This has
  been a real learning experience.

  Thanks again,

  Tom



  Please visit the Group Homepage to check the Files, and other resources as
they are often being updated.

  http://groups.yahoo.com/group/DigitalBlackandWhiteThePrint

  If you wish to receive no emails or just a daily digest, or you wish to
unsubscribe, please edit your Membership preferences by visiting this same
page.

  Please follow these basic guidelines:
  - As threads develop, trim off excess portions of earlier messages to keep
them short.
  - Good manners are required at all time. No personal attacks or flames.
Hostile, aggressive or argumentative users may be removed from the
membership without notice.
  - Keep your posts and threads related to the group topic of digital B&W
printing. Users who persistently make off-topic posts may be removed from
the membership.
  - By posting on this forum you agree to abide by the group rules and
guidelines, and to abide by the actions and decisions of the group Owner and
Moderators. See “Group Topic, Rules and Guidelines” in the Files section:
  http://groups.yahoo.com/group/DigitalBlackandWhiteThePrint/files/

  BY PARTICIPATING IN AND/OR POSTING MESSAGES TO THE DIGITAL BW, THE PRINT
YAHOO! GROUP YOU EXPRESSLY UNDERSTAND AND AGREE THAT THE “OWNER” AND
“MODERATORS” OF DIGITAL BW, THE PRINT YAHOO GROUP SHALL NOT BE LIABLE TO YOU
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY
DAMAGES, INCLUDING BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS,
GOODWILL, USE, DATA OR OTHER INTANGIBLE LOSSES (EVEN IF THE  “OWNER” AND
“MODERATORS” OF DIGITAL BW, THE PRINT YAHOO GROUP HAVE BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES), RESULTING FROM: (i) THE USE OR THE INABILITY
TO USE THE DIGITAL BW, THE PRINT YAHOO GROUP; (ii) UNAUTHORIZED ACCESS TO OR
ALTERATION OF YOUR TRANSMISSIONS OR DATA; (iii) STATEMENTS OR CONDUCT OF ANY
THIRD PARTY ON THE DIGITAL BW, THE PRINT YAHOO GROUP; OR (iv) ANY OTHER
MATTER RELATING TO THE DIGITAL BW, THE PRINT YAHOO GROUP.




----------------------------------------------------------------------------
--
  Yahoo! Groups Links

    a.. To visit your group on the web, go to:
    http://groups.yahoo.com/group/DigitalBlackandWhiteThePrint/

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

    c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



[Non-text portions of this message have been removed]

[Digital BW] Re: Help Installing QTR in Redhat 9-C Compiler?

2004-04-28 by Tom Husband

--- In DigitalBlackandWhiteThePrint@yahoogroups.com, "Roger L Sopher" 
<rlsopher@c...> wrote:
> Hi Tom,
> 
> I think this will get you passed the compiler problem. Either sign 
on as
> root or su so that you have administrative privileges. On the 
second disk go
> to red Hat and then rpms. There are a series of rpms starting with 
gcc
> Those are elements of the c compiler.  The easiest way to install 
them would
> be to cd to the cd rom (cd /mnt/cdrom) then run "rpm -Uvh gcc*" 
(leave off
> the quotes) and it should load all of the gcc files. Once all of 
those are
> in you should have a functioning c compiler and QTR should load. 
The problem
> is that the installation of QTR is not just sticking a bunch of 
programs in
> as is done with windows rather you are compiling the programs from 
their
> source (written in the c language) and then installing the various 
elements
> that have been compiled for your system. If the compiler is missing 
when you
> run the make file it complains it can't do it.
> 
> Roger

Thanks, again, Roger!  It's making some sense.  I wonder why the 
compiler wasn't loaded when I installed Linux?  The RH9 CDs aren't 
from Redhat, I burned an ISO image from the net (linuxiso.org).  
Would that have anything to do with it?  In any case I'll try your 
suggestion tonight.

I really appreciate your help.

Tom

RE: [Digital BW] Re: Help Installing QTR in Redhat 9-C Compiler?

2004-04-28 by Roger L Sopher

The discs you burned from the iso's are pretty much the same as you would
have found in a boxed set. When you install redhat you have three or four
choices. Desktop, server something else I don't remember and custom. The
desktop setting is default and loads a graphical system without a lot of the
power tools. It is pretty much designed to provide an office type system
with word processing etc. but doesn't provide c, perl and a number of other
things that can be useful. The custom setting lets you load pretty much what
you want from the distribution disks and includes a segment called
development - that is what contains the c compiler and a number of other
things.

Roger

  Thanks, again, Roger!  It's making some sense.  I wonder why the
  compiler wasn't loaded when I installed Linux?  The RH9 CDs aren't
  from Redhat, I burned an ISO image from the net (linuxiso.org).
  Would that have anything to do with it?  In any case I'll try your
  suggestion tonight.

  I really appreciate your help.

  Tom




[Non-text portions of this message have been removed]

Re: Help Installing QTR in Redhat 9-C Compiler?

2004-04-28 by myriad_one

Tom,

I got the C compiler and other development tools, by installing 
Redhat Linux 9 with the "Developer tools" option.  As I recall there 
are 3 or 4 options for doing the install.  And you need the one with 
the developer tools because it has the C compiler and other stuff 
you need.

PS> despite successfully building QTR, I never did get it to print 
correctly.  I never got it to print through QTCups-- clicking on 
print just never produced any output to the printer.  I finally got 
it to print by using an lpr command line script someone on this 
forum wrote, but the output I got was completely messed up.  
Something was very wrong-- The print was a strange color of green 
and had lots of banding on it.  For now I've given up on QTR and I 
am trying the demo version of ImagePrint.  Too bad, I spent a lot of 
time on QTR and people on this forum helped me (which I 
appreciate!).  I also appreciate peoples' efforts in building a tool 
like QTR and releasing it to the public.  But I never got it to work 
properly despite their help.  I hope that you have better luck!

-North Krimsly

--- In DigitalBlackandWhiteThePrint@yahoogroups.com, "Tom Husband" 
<thusband@s...> wrote:
> --- In DigitalBlackandWhiteThePrint@yahoogroups.com, "Ramin"
> <raminolta@y...> wrote:
> >   On my Mandrake box, i have already installed the kernel 
sources 
> > which include all libraries/compilers to compile programs.  
> > I used redhat a while ago and if i remembercorrectly, the kernel 
> > sources were not on the first three disks. I would advise you to 
ask 
> > poeple on linux forums or rehdat-specific forums as to where to 
find 
> > the kernel sources. I would also suggest to install all of the 
> > kernel sources not just this paricular library as you may need 
them 
> > later for compiling other programs. 
> >   Alternatively, do a google search on for example for ¨where is 
the 
Show quoted textHide quoted text
> > kernel source for redhat¨ or similar terms. 
> >   Regards, Ramin 
> 
> Again, thanks a lot!  I'm off to do some homework.
> 
> Tom

Re: Help Installing QTR in Redhat 9..Think I'll Call It a Day

2004-04-29 by Tom Husband

I really appreciate everyones help but I'm about to call it quits on
installing QTR in my Redhat 9.  I've followed all the suggestions and
am still getting errors when I do "sh make-quadtonerip".  I tried
running "rpm -Uvh gcc*" to solve the compiler problem but got a bunch
of dependancies.  I tried running all the rpm files and some loaded
but still others had dependancy errors.

I think I went wrong when I didn't install everything right at the
beginning.  I went with the desktop choice or something like that.  I
guess I could delete everything and reload RH9 but, truthfully, I'm
not sure I'm up to it.

Thanks, again, for the help.

Tom

Re: Help Installing QTR and "Linux Newbie Administrator Guide"

2004-04-29 by michaeljthorpe

Tom,
It can be frustrating to get this going, for me it has been worth 
it.  I think the QTR2 prints look great.  I am running QTR2 in 
Redhat 9 on a 2200 with UC inks.  The full install plan will work 
well if you have the disk space.  When I get into a Linux jam I 
often find what I need in the "Linux Newbie Administrator
Guide" at http://linux-newbie.sunsite.dk/ .  Lots of good info,
and not too long (great black and white image on the cover too ;).  
Chapter 5 is especially helpful.  

Good Luck!
Mike

--- In DigitalBlackandWhiteThePrint@yahoogroups.com, "Tom Husband" 
<thusband@s...> wrote:
> I really appreciate everyones help but I'm about to call it quits 
on
> installing QTR in my Redhat 9.

Re: [Digital BW] Re: Help Installing QTR in Redhat 9..Think I'll Call It a Day

2004-04-29 by Roger L Sopher

Hey Tom,

Let me preach a bit.

You can do a reinstall in less than an hour. It will be worth the time
and trouble. This time choose custom and make sure you load the
development module. Once you get that done QTR will go in like butter. 

When I was putting together my pretty lame how to I reinstalled the damn
thing more times than I care to remember in order to try to find the
problem spots. I obviously forgot to mention the need to load the
development module.The end result though is a print engine that sings.

On the other hand I tried Fedora and could never get the 2200 to work.
My 860 worked fine and the 2200 didn't. I moved back to RH 9 and it just
fell together.

Put it aside for a day and let the frustration subside then make it
work.It still is a lot easier than fighting windows....

Consider that using wine you can load photoshop into linux and print
using QTR - almost as easy as with a mac. There are a few windows aps I
still need to use but for the majority of what I do my linux box is the
system.

No question, if I were starting from scratch I would go with a mac but
for more compute power and a very similar operating system and a lot
less money linux is a reasonable substitute.

Roger

Re: Help Installing QTR in Redhat 9..Think I'll Call It a Day

2004-04-29 by Ramin

I would suggest you to try Mandrake. It has an improved rpm 
software installer that checks the dependencies automaticly. 
It is called urpmi. Mandrake has a free download version as well 
though i don´t know if it contains the kernel sources, however i 
believe you can find it as well since if i understand correctly, all 
linux distros are obliged to provide the sources for free according 
to GNU public licence. 
  On version 9.2, i have successfully installed QuadTOneRIP, but 
since i haven´t still purchased the printer(!), i can not say for 
sure that every thing will work as it should. Let´s just hope. 
  Regards, Ramin 
 
--- In DigitalBlackandWhiteThePrint@yahoogroups.com, "Tom Husband" 
<thusband@s...> wrote: 
> I really appreciate everyones help but I'm about to call it quits 
on 
> installing QTR in my Redhat 9.  I've followed all the suggestions 
and 
> am still getting errors when I do "sh make-quadtonerip".  I tried 
> running "rpm -Uvh gcc*" to solve the compiler problem but got a 
bunch 
> of dependancies.  I tried running all the rpm files and some 
loaded 
> but still others had dependancy errors. 
>  
> I think I went wrong when I didn't install everything right at the 
> beginning.  I went with the desktop choice or something like that.  
I 
> guess I could delete everything and reload RH9 but, truthfully, 
I'm 
Show quoted textHide quoted text
> not sure I'm up to it. 
>  
> Thanks, again, for the help. 
>  
> Tom

Re: Help Installing QTR in Redhat 9..Think I'll Call It a Day

2004-04-29 by Tom Husband

--- In DigitalBlackandWhiteThePrint@yahoogroups.com, "Ramin"
<raminolta@y...> wrote:
>   I would suggest you to try Mandrake. It has an improved rpm 
> software installer that checks the dependencies automaticly. 
> It is called urpmi. Mandrake has a free download version as well 
> though i don´t know if it contains the kernel sources, however i 
> believe you can find it as well since if i understand correctly, all 
> linux distros are obliged to provide the sources for free according 
> to GNU public licence. 
>   On version 9.2, i have successfully installed QuadTOneRIP, but 
> since i haven´t still purchased the printer(!), i can not say for 
> sure that every thing will work as it should. Let´s just hope. 
>   Regards, Ramin 

You know, I just couldn't give up.  I reinstalled Redhat 9 and chose
everything except the server stuff.  I'll attempt another QTR
installation so we'll see what happens.

I've heard good things about Mandrake.  Did QTR install the same as
Redhat?  What printer are you thinking of buying?

Tom

[Digital BW] Re: Help Installing QTR in Redhat 9..Think I'll Call It a Day

2004-04-29 by Tom Husband

--- In DigitalBlackandWhiteThePrint@yahoogroups.com, Roger L Sopher
<rlsopher@c...> wrote:
> Hey Tom,
> 
> Let me preach a bit.
> 
> You can do a reinstall in less than an hour. It will be worth the time
> and trouble. This time choose custom and make sure you load the
> development module. Once you get that done QTR will go in like butter. 
> 
> When I was putting together my pretty lame how to I reinstalled the damn
> thing more times than I care to remember in order to try to find the
> problem spots. I obviously forgot to mention the need to load the
> development module.The end result though is a print engine that sings.
> 
> On the other hand I tried Fedora and could never get the 2200 to work.
> My 860 worked fine and the 2200 didn't. I moved back to RH 9 and it just
> fell together.
> 
> Put it aside for a day and let the frustration subside then make it
> work.It still is a lot easier than fighting windows....
> 
> Consider that using wine you can load photoshop into linux and print
> using QTR - almost as easy as with a mac. There are a few windows aps I
> still need to use but for the majority of what I do my linux box is the
> system.
> 
> No question, if I were starting from scratch I would go with a mac but
> for more compute power and a very similar operating system and a lot
> less money linux is a reasonable substitute.
> 
> Roger

Right Roger.  Like a said to Ramin, I had to try again.  Thanks for
the sermon.  Photoshop in linux?  Full blown with all the functions? 
Now that would be cool.  The workflow going from windows to linux is a
pain.

Tom

Re: [Digital BW] Re: Help Installing QTR in Redhat 9..Think I'll Call It a Day

2004-04-29 by Roger L Sopher

> Right Roger.  Like a said to Ramin, I had to try again.  Thanks for
> the sermon.  Photoshop in linux?  Full blown with all the functions? 
> Now that would be cool.  The workflow going from windows to linux is a
> pain.
> 
> Tom
> 
> 

Hi Tom,

I run Photoshop 7.0 with a number of Andromeda plug ins as as well as
the pixelGenius package - in linux. There is one bug that is easily
worked around if you want to print directly from pshop but it is
actually easier to use a command line script - much like going through
the mac print routine.

Roger

RE: [Digital BW] Re: Help Installing QTR in Redhat 9..Think I'llCall It a Day

2004-04-29 by Daniel Staver

I've been experimenting some more with coLinux lately, and basically
it's up and running with networking enabled and functional. It doesn't
have USB support though, so I plan to network the printer from windows
to linux. That means you will print to the virtual linux machine which
will rip the print job and then send the result back to windows for
printing. I had this setup working in VMware once, so I think I should
be able to get it working again.

coLinux seems to be able to distribute a completely preconfigured linux
image, and hopefully this will ease the installation problems for new
QTR users considerably, and let you work in a familiar windows
environment.

The only thing that will need to be configured for each user is
networking, since this setup will vary from computer to computer.

--
Daniel Staver
http://daniel.staver.no

Re: [Digital BW] Re: Help Installing QTR in Redhat 9..Think I'll Call It a Day

2004-04-29 by Glenn Barry

The beauty of the *nix OS'es is that unlke windows you don't have to totally
re-isntall the OS, if you missed something then install it in addition.
Linux, Unix, Irix etc do need more work to be setup, but once done
maintenance is much less and things usually work as they should.

I'm surprised to hear hat you had dependencies problems as using the
interactive RPM management usually outlines/identifies the dependencies and
helps you to locate them. I've got much more experience with SGI Irix, but
both it's gui based "software manager" and console based "inst" software
installer lists the dependencies.

The limited recent experience (over 8 months ago) I have with Redhat 8.0 RPM
manager seemed to work well also in this regard. It's not like windows where
when thing go belly up and they recommend a complete re-install. Stick with
your current install and add what you need. Reading docs also helps heaps as
the OS gives you much more control, you just need to take the bull by the
horns. Rememer you've been on a really steep learning curve and should be
really inpressed with what you've achieved thus far. You will be surprised
sometimes with te number of dependencies you encounter, this is normal and
can only get distressing if disk space is starting to become an issue.

Glenn
----- Original Message ----- 
From: "Tom Husband" <thusband@...>
To: <DigitalBlackandWhiteThePrint@yahoogroups.com>
Sent: Thursday, April 29, 2004 11:13 AM
Subject: [Digital BW] Re: Help Installing QTR in Redhat 9..Think I'll Call
It a Day


> I really appreciate everyones help but I'm about to call it quits on
> installing QTR in my Redhat 9.  I've followed all the suggestions and
> am still getting errors when I do "sh make-quadtonerip".  I tried
> running "rpm -Uvh gcc*" to solve the compiler problem but got a bunch
> of dependancies.  I tried running all the rpm files and some loaded
> but still others had dependancy errors.
>
> I think I went wrong when I didn't install everything right at the
> beginning.  I went with the desktop choice or something like that.  I
> guess I could delete everything and reload RH9 but, truthfully, I'm
> not sure I'm up to it.
>
> Thanks, again, for the help.
>
> Tom
>
>
>
>
> Please visit the Group Homepage to check the Files, and other resources as
they are often being updated.
>
> http://groups.yahoo.com/group/DigitalBlackandWhiteThePrint
>
> If you wish to receive no emails or just a daily digest, or you wish to
unsubscribe, please edit your Membership preferences by visiting this same
page.
>
> Please follow these basic guidelines:
> - As threads develop, trim off excess portions of earlier messages to keep
them short.
> - Good manners are required at all time. No personal attacks or flames.
Hostile, aggressive or argumentative users may be removed from the
membership without notice.
> - Keep your posts and threads related to the group topic of digital B&W
printing. Users who persistently make off-topic posts may be removed from
the membership.
> - By posting on this forum you agree to abide by the group rules and
guidelines, and to abide by the actions and decisions of the group Owner and
Moderators. See "Group Topic, Rules and Guidelines" in the Files section:
> http://groups.yahoo.com/group/DigitalBlackandWhiteThePrint/files/
>
> BY PARTICIPATING IN AND/OR POSTING MESSAGES TO THE DIGITAL BW, THE PRINT
YAHOO! GROUP YOU EXPRESSLY UNDERSTAND AND AGREE THAT THE "OWNER" AND
"MODERATORS" OF DIGITAL BW, THE PRINT YAHOO GROUP SHALL NOT BE LIABLE TO YOU
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY
DAMAGES, INCLUDING BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS,
GOODWILL, USE, DATA OR OTHER INTANGIBLE LOSSES (EVEN IF THE  "OWNER" AND
"MODERATORS" OF DIGITAL BW, THE PRINT YAHOO GROUP HAVE BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES), RESULTING FROM: (i) THE USE OR THE INABILITY
TO USE THE DIGITAL BW, THE PRINT YAHOO GROUP; (ii) UNAUTHORIZED ACCESS TO OR
ALTERATION OF YOUR TRANSMISSIONS OR DATA; (iii) STATEMENTS OR CONDUCT OF ANY
THIRD PARTY ON THE DIGITAL BW, THE PRINT YAHOO GROUP; OR (iv) ANY OTHER
MATTER RELATING TO THE DIGITAL BW, THE PRINT YAHOO GROUP.
Show quoted textHide quoted text
>
> Yahoo! Groups Links
>
>
>
>
>
>

Mandrake 9.2 and QTR

2004-04-29 by Roger L Sopher

Hi Ramin,

Just for the fun of it I downloaded mandrake 9.2 and installed it. It seems
to me that the problem I have had with Mandrake all along as a distro for
QTR hasn't been solved. That is, it doesn't have cups-config. In going
through the rpms there is no cups-devel package. The net result is that the
install of QTR doesn't work correctly. Am I missing something? I certainly
am not very familiar with Mandrake and could easily have overlooked
something.

Roger
Show quoted textHide quoted text
  -----Original Message-----
  From: Ramin [mailto:raminolta@...]
  Sent: Wednesday, April 28, 2004 9:26 PM
  To: DigitalBlackandWhiteThePrint@yahoogroups.com
  Subject: [Digital BW] Re: Help Installing QTR in Redhat 9..Think I'll Call
It a Day


    I would suggest you to try Mandrake. It has an improved rpm
  software installer that checks the dependencies automaticly.
  It is called urpmi. Mandrake has a free download version as well
  though i don´t know if it contains the kernel sources, however i
  believe you can find it as well since if i understand correctly, all
  linux distros are obliged to provide the sources for free according
  to GNU public licence.
    On version 9.2, i have successfully installed QuadTOneRIP, but
  since i haven´t still purchased the printer(!), i can not say for
  sure that every thing will work as it should. Let´s just hope.
    Regards, Ramin



[Non-text portions of this message have been removed]

Re: Mandrake 9.2 and QTR

2004-04-30 by Ramin

Hi Roger,  
  A quick google search for ¨libcups2-devel mandrake 9.2¨ 
provided me with 
http://rpmfind.rediris.es/rpm2html/mandrake-9.2/libcups2-devel-1.1.19-10mdk=
.i586.html 
   
Enjoy it!  Ramin 
 
--- In DigitalBlackandWhiteThePrint@yahoogroups.com, "Roger L 
Sopher" <rlsopher@c...> wrote: 
> Hi Ramin, 
>  
> Just for the fun of it I downloaded mandrake 9.2 and installed it. 
It seems 
> to me that the problem I have had with Mandrake all along as a 
distro for 
> QTR hasn't been solved. That is, it doesn't have cups-config. In 
going 
> through the rpms there is no cups-devel package. The net result is 
that the 
> install of QTR doesn't work correctly. Am I missing something? I 
certainly 
> am not very familiar with Mandrake and could easily have 
overlooked 
Show quoted textHide quoted text
> something. 
>  
> Roger

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.