Re: [CentOS] failing to install LibreOffice 6.3.0.4

2019-08-11 Thread Bill Maidment





Since my posting, I've remembered that the last time I installed LO
I had the same problem and my "solution" was to use rpm -ivh *.rpm
instead of yum. that workaround works fine.


Perhaps having moved over to the dark-side (rpm) you will be stuck using 
that, until redeemed by CentOS 8 with dnf :-)


--
Cheers
Bill
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] another bizarre thing...

2019-08-11 Thread Fred Smith
On Mon, Aug 12, 2019 at 10:16:35AM +1000, Jobst Schmalenbach wrote:
> On Mon, Aug 05, 2019 at 08:57:45PM -0400, Fred Smith 
> (fre...@fcshome.stoneham.ma.us) wrote:
> > Hi all!
> > 
> > I'm stuck on something really bizarre that is happening to a product
> > I "own" at work. It's a C program, built on CentOS, runs on CentOs or
> > RHEL, has been in circulation since the early 00's, is in use at
> > hundreds of sites.
> > 
> > recently, at multiple customer sites it has started just going away.
> > no core file (yes, ulimit is configured), nothing in any of its
> > (several) log files. it's just gone.
> > 
> 
> Late to the thread but since it has not been suggested: Have you tried to 
> statically link all libs?

I doubt modern Linux systems will produce a fully-static binary, since
many of the system libs come only as .so files. 

> 
> Then use Frank Cox's suggestion to use printf's at location thoughout the 
> source code.
> 
> I know it will be big (depending on the number of libs)
> But this way you are sure that the compile is against a known (yours) set of 
> libs!
> 
> 
> Also have you recompiled it and given the new binaries to the customers?

Yes, every time there's a new RHEL/CentOS version released it gets
completely rebuilt on that new release. I don't depend on compatibility
between releases. Not to mention as maintenance and feeping-creaturism*
strikes.

* for those not in the know: feeping-creaturism ==> creeping featurism

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
   Show me your ways, O LORD, teach me your paths;
 Guide me in your truth and teach me,
 for you are God my Savior,
And my hope is in you all day long.
-- Psalm 25:4-5 (NIV) 
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] failing to install LibreOffice 6.3.0.4

2019-08-11 Thread Fred Smith
On Sun, Aug 11, 2019 at 01:51:21PM +1000, Bill Maidment wrote:
> On 11/08/2019 1:25 pm, Frank Cox wrote:
> >On Sat, 10 Aug 2019 22:37:13 -0400
> >Fred Smith wrote:
> >
> >>unpack all the rpm files, type "yum install *.rpm", or "yum
> >>localinstall
> >>*.rpm" and yum spews the list of filenames (with the word
> >>"examining" in front
> >>of each file) then says "nothing to do".
> >
> >Do you have anu version of libreoffice already installed?
> 
> Hi Fred
> I'm running SL6 and SL7 and I have just installed LibreOffice
> 6.3.0.4 OK in both. It should be just the same in CentOS.
> It's best to do yum remove libreoffice* first to get rid of any
> earlier version, then go to the folder where you have all the new
> rpms and do yum install *.rpm

in answer to you and the several other responses to my posting:

I removed the distro-provided LO, excluded it so yum won't try
to reinstall it, some time ago.

I've been installing the latest from LOo periodically since then.

Since my posting, I've remembered that the last time I installed LO
I had the same problem and my "solution" was to use rpm -ivh *.rpm
instead of yum. that workaround works fine.

To the poster who commented that "we" don't distribute later versions
of LO, see above where I tell where I got it.

I don't understand why yum refuses to install it, while rpm will.

Thanks for all your responses!

Fred

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
"Not everyone who says to me, 'Lord, Lord,' will enter the kingdom of
 heaven, but only he who does the will of my Father who is in heaven."
-- Matthew 7:21 (niv) -
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] another bizarre thing...

2019-08-11 Thread Jobst Schmalenbach
On Mon, Aug 05, 2019 at 08:57:45PM -0400, Fred Smith 
(fre...@fcshome.stoneham.ma.us) wrote:
> Hi all!
> 
> I'm stuck on something really bizarre that is happening to a product
> I "own" at work. It's a C program, built on CentOS, runs on CentOs or
> RHEL, has been in circulation since the early 00's, is in use at
> hundreds of sites.
> 
> recently, at multiple customer sites it has started just going away.
> no core file (yes, ulimit is configured), nothing in any of its
> (several) log files. it's just gone.
> 

Late to the thread but since it has not been suggested: Have you tried to 
statically link all libs?

Then use Frank Cox's suggestion to use printf's at location thoughout the 
source code.

I know it will be big (depending on the number of libs)
But this way you are sure that the compile is against a known (yours) set of 
libs!


Also have you recompiled it and given the new binaries to the customers?


Just an idea ..






-- 

Jobst Schmalenbach

Nice computers don't go down.

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos