[BlueOnyx:27349] Re: CUPS
Michael Stauber
mstauber at blueonyx.it
Tue Nov 19 12:00:47 -05 2024
Hi Colin,
> Will any of these cause a problem?
>
> Example Red Hat/CentOS Prerequisites installation
> -------------------------------------------------
> sudo yum install cups
> sudo yum install automake
> sudo yum install autoconf
> sudo yum install gcc
> sudo yum install ghostscript
> sudo yum install poppler-utils
> sudo yum install netpbm
> sudo yum install netpbm-progs
> sudo yum install glibc-devel
>
> Additional for 64 bit Red Hat/CentOS
> -------------------------------------------------
> sudo yum install glibc-devel.i686
That's fine. But if you really want to compile something, make sure you
have the whole tool-chain. So do this:
yum install sausalito-devel-tools
That should get most the tools and development libraries you need to
compile something.
Then install the rest and it'll fetch what's still missing:
yum install cups automake autoconf gcc ghostscript poppler-utils netpbm
netpbm-progs glibc-devel glibc-devel.i686
From the looks of it you may also need "cups-devel", so I'd suggest to
add it to the list.
--
With best regards
Michael Stauber
More information about the Blueonyx
mailing list