[CentOS] mysql-connector-odbc i686 package

2020-07-29 Thread sthustfo
Hi all, I am looking for a i686 package (32 bit) for mysql-connector-odbc. However, I could locate only the x86-64 version on the repositories. Not much of a DB person but trying to connect to a 64bit MySQL server on remote host. Any suggestions where I can locate the i686 package? Is there a mar

[CentOS] perl Net::Interface module on CentOS 8

2020-05-03 Thread sthustfo
We have received a perl program that makes use of "Net::Interface" module which I am trying to run on CentOS 8. However, running into issues as this module is not found. use Net::Interface; I could use cpan to install the same, but currently using the rpm packages for all the needs. Any idea whic

Re: [CentOS] gcc 8/9 on CentOS 7

2020-01-09 Thread sthustfo
On Mon, Jan 6, 2020 at 11:06 PM Johnny Hughes wrote: > > > I have built the i686 devtoolset-8 items here: > > https://buildlogs.centos.org/c7-devtoolset-8.x86_64/ > > That is what we use to build items that require devtoolset for the base > OS and is not for release purposes .. but if you can use

Re: [CentOS] systemd-coredump service

2020-01-03 Thread sthustfo
I do have both those files. But I was under the wrong assumption that there is a systemd service for the same as mentioned here . Thanks for the clarification. Now how do I enable systemd to generate core files? I did

Re: [CentOS] gcc 8/9 on CentOS 7

2020-01-03 Thread sthustfo
> > You will need to use the devtoolset builds to do this: > > > There is a gcc 8 .. but not gcc 9 > > https://www.softwarecollections.org/en/scls/rhscl/devtoolset-8/ > > I did install gcc 8 from devtoolset-8 (SCL repo). However I am unable to compile 32-bit programs because devtoolset-8-libstdc++-

[CentOS] systemd-coredump service

2020-01-02 Thread sthustfo
I am unable to locate systemd-coredump service on CentOS 7.5. It is not listed under "systemctl -a" and also I'm unable to locate the associated unit file (folder /usr/lib/systemd/system/ ). Am I missing any package which installs this service? ___ CentOS

[CentOS] gcc 8/9 on CentOS 7

2019-12-27 Thread sthustfo
I am looking to make use of gcc 8/9 on CentOS 7, which is currently with gcc 4.8.5. How do I go about doing this? SCL repository provides the same as part of devtoolset8, but devtoolset8 libstdc++-devel i686 package is missing, without which I can not build 32 bit applications. Are there any repos

Re: [CentOS] devtoolset8 libstdc++-devel i686 package

2019-12-24 Thread sthustfo
I am looking for a way to run gcc 8/9 on CentOS 7.x, so SCL was an easier option that I came across. Any other methods could work out too. On Tue, Dec 24, 2019 at 6:49 PM sthustfo wrote: > Unfortunately I am still looking for a way around on this one. If the i686 > packages are not ava

Re: [CentOS] devtoolset8 libstdc++-devel i686 package

2019-12-24 Thread sthustfo
nabled me to try to build from the sources. Any pointers and suggestions would be greatly appreciated. On Mon, Dec 16, 2019 at 8:51 PM sthustfo wrote: > From SCL repository, I installed devtoolset8 packages. However I was not > able to locate devtoolset-8-libstdc++-devel.i686 package. Wit

[CentOS] devtoolset8 libstdc++-devel i686 package

2019-12-16 Thread sthustfo
>From SCL repository, I installed devtoolset8 packages. However I was not able to locate devtoolset-8-libstdc++-devel.i686 package. Without this, I am unable to compile 32 bit programs. Where can I find one? Thanks in advance. ___ CentOS mailing list Cen

[CentOS] compiling fedora srpm on CentOS

2018-12-27 Thread sthustfo
I tried installing fedora grpc srpm on CentOS and ran into following error when installing srpm. I understand fedora makes use of more recent versions of openssl, glibc etc but why should this happen when installing source rpm? Any pointers/articles on how to go about building fedora srpms on Cent

Re: [CentOS] grpc packages

2018-12-20 Thread sthustfo
1b4cf.el7.noarch.rpm > > > On Wed, Dec 19, 2018 at 11:55 PM sthustfo wrote: > > > > Is there any repository/location where we can grab prebuilt grpc packages > > for CentOS? Any pointers appreciated. > > > > Thanks. > > ___

[CentOS] grpc packages

2018-12-19 Thread sthustfo
Is there any repository/location where we can grab prebuilt grpc packages for CentOS? Any pointers appreciated. Thanks. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] core file generation

2018-12-13 Thread sthustfo
On my cent os 7 system, I can trigger a running process to dump core by sending a signal from console (kill -SIGABRT pid). However after generating some core files in this way, the system no longer generates any more core dump files. The core file pattern is set to /tmp/store/core.%h.%e.%p.%t. Is