Automatic Bug reporting Tool Crashed [ Solved ]

Issues related to applications and software problems
hemanthbitra
Posts: 207
Joined: 2015/11/11 13:52:53
Location: Hyderbad,Telangana,India
Contact:

Re: Automatic Bug reporting Tool Crashed

Post by hemanthbitra » 2017/05/06 07:46:19

TrevorH wrote:
/lib64/libkrb5.so.3: symbol krb5int_labeled_open, version krb5support_0_MIT not defined in file libkrb5support.so.0 with link time reference
So /lib64/libkrb5.so.3 is shipped by krb5-libs.x86_64 and so is /lib64/libkrb5support.so.0 and yet you say that rpm -V krb5-libs.x86_64 returns no output which means that the files it ships are OK. So the only remaining option that I can think of that something has supplied a copy of libkrb5support.so.0 that isn't in /lib64/ and is being picked up in preference to the CentOS supplied one that is in /lib64/. I've verifed that my copy of /lib64/libkrb5support.so.0 contains the string krb5support_0_MIT so the foreign copy of the lib sounds like the most likely to me. Check in e.g. /usr/local/lib to see if you have a copy there. Failing that I'd try find / -type f -name "libkrb5support.so.0" and sit back and get a cup of coffee while it runs.
When i ran the below script

Code: Select all

$sudo find / -type f -name "libkrb5support.so.0"
Output:

Code: Select all

find: ‘/run/user/1000/gvfs’: Permission denied
/tmp/.pem-agent-f92db4876b/lib/libkrb5support.so.0
/tmp/.pem-agent-d4a8244457/lib/libkrb5support.so.0
/tmp/.pem-agent-92297e3106/lib/libkrb5support.so.0
/tmp/.pem-agent-7a895e3b07/lib/libkrb5support.so.0
/opt/PostgreSQL/9.6/lib/libkrb5support.so.0
/opt/PostgreSQL/9.5/lib/libkrb5support.so.0
/opt/PostgreSQL/EnterpriseDB-xDBReplicationServer/lib/xdb/libkrb5support.so.0
/opt/PostgreSQL/psqlODBC/lib/libkrb5support.so.0
/opt/PEM/agent/lib/libkrb5support.so.0
/opt/pgAgent/lib/libkrb5support.so.0
i have check in /lib path
i found some module like libkrb5.so.3

Code: Select all


$ pwd
/lib
$ ls  -la libkrb5*
lrwxrwxrwx. 1 root root     14 Mar  8 11:42 libkrb5.so.3 -> libkrb5.so.3.3
-rwxr-xr-x. 1 root root 876072 Dec  6 22:57 libkrb5.so.3.3
lrwxrwxrwx. 1 root root     21 Mar  8 11:42 libkrb5support.so.0 -> libkrb5support.so.0.1
-rwxr-xr-x. 1 root root  57376 Dec  6 22:57 libkrb5support.so.0.1

When i search for MIT in libkrb5.so.3

below is the result :

Code: Select all

strings /lib/libkrb5.so.3 | grep MIT
krb5_3_MIT
k5crypto_3_MIT
krb5support_0_MIT

hemanthbitra
Posts: 207
Joined: 2015/11/11 13:52:53
Location: Hyderbad,Telangana,India
Contact:

Re: Automatic Bug reporting Tool Crashed

Post by hemanthbitra » 2017/05/06 13:38:52

if i uninstall and install the python application.

Will it work.

hemanthbitra
Posts: 207
Joined: 2015/11/11 13:52:53
Location: Hyderbad,Telangana,India
Contact:

Re: Automatic Bug reporting Tool Crashed

Post by hemanthbitra » 2017/05/07 17:11:24

Hi,

Is it possible to repair the installed package.

Like repair option in windows

hemanthbitra
Posts: 207
Joined: 2015/11/11 13:52:53
Location: Hyderbad,Telangana,India
Contact:

Re: Automatic Bug reporting Tool Crashed

Post by hemanthbitra » 2017/05/09 13:47:05

Hello all,

Any help on this issue please.

Thanks and regards,
Hemanth.

hemanthbitra
Posts: 207
Joined: 2015/11/11 13:52:53
Location: Hyderbad,Telangana,India
Contact:

Re: Automatic Bug reporting Tool Crashed

Post by hemanthbitra » 2017/05/13 11:41:43

Hello all,

Any solution on this error.
Is this issue can be solved or else i have to format the os.

Regards,
Hemanth

hemanthbitra
Posts: 207
Joined: 2015/11/11 13:52:53
Location: Hyderbad,Telangana,India
Contact:

Re: Automatic Bug reporting Tool Crashed

Post by hemanthbitra » 2017/05/14 08:36:44

hemanthbitra wrote:Hello all,

Any solution on this error.
Is this issue can be solved or else i have to format the os.

Regards,
Hemanth

Hello TrevorH,

Any help on this issue.

Regards,
Hemanth

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Automatic Bug reporting Tool Crashed

Post by TrevorH » 2017/05/14 11:44:16

So the only remaining option that I can think of that something has supplied a copy of libkrb5support.so.0 that isn't in /lib64/ and is being picked up in preference to the CentOS supplied one that is in /lib64/. I've verifed that my copy of /lib64/libkrb5support.so.0 contains the string krb5support_0_MIT so the foreign copy of the lib sounds like the most likely to me. Check in e.g. /usr/local/lib to see if you have a copy there. Failing that I'd try find / -type f -name "libkrb5support.so.0" and sit back and get a cup of coffee while it runs.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

hemanthbitra
Posts: 207
Joined: 2015/11/11 13:52:53
Location: Hyderbad,Telangana,India
Contact:

Re: Automatic Bug reporting Tool Crashed

Post by hemanthbitra » 2017/05/14 17:11:02

I found file in lib64 file

Code: Select all

[/lib64]$strings libkrb5support.so.0 | grep MIT
krb5support_0_MIT
[/lib64]$strings libkrb5.so.3 | grep MIT
krb5_3_MIT
k5crypto_3_MIT
krb5support_0_MIT
In /usr/local/lib
there is no file with libkrb5support.so.0

From give query i got below output

Code: Select all

$sudo find / -type f -name "libkrb5support.so.0"

find: ‘/run/user/1000/gvfs’: Permission denied
/tmp/.pem-agent-f92db4876b/lib/libkrb5support.so.0
/tmp/.pem-agent-d4a8244457/lib/libkrb5support.so.0
/tmp/.pem-agent-92297e3106/lib/libkrb5support.so.0
/tmp/.pem-agent-7a895e3b07/lib/libkrb5support.so.0
/opt/PostgreSQL/9.6/lib/libkrb5support.so.0
/opt/PostgreSQL/9.5/lib/libkrb5support.so.0
/opt/PostgreSQL/EnterpriseDB-xDBReplicationServer/lib/xdb/libkrb5support.so.0
/opt/PostgreSQL/psqlODBC/lib/libkrb5support.so.0
/opt/PEM/agent/lib/libkrb5support.so.0
/opt/pgAgent/lib/libkrb5support.so.0
after installing the postgres edb i am facing this issue.

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Automatic Bug reporting Tool Crashed

Post by TrevorH » 2017/05/15 00:57:27

/opt/PostgreSQL/9.6/lib/libkrb5support.so.0
So there is your problem. You've not only installed a package that supplies a foreign copy of this but you've also managed to make it the default one for the system to look at.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

hemanthbitra
Posts: 207
Joined: 2015/11/11 13:52:53
Location: Hyderbad,Telangana,India
Contact:

Re: Automatic Bug reporting Tool Crashed

Post by hemanthbitra » 2017/05/15 05:11:51

TrevorH wrote:
/opt/PostgreSQL/9.6/lib/libkrb5support.so.0
So there is your problem. You've not only installed a package that supplies a foreign copy of this but you've also managed to make it the default one for the system to look at.
If i remove the postgres will the issue resolve.

Post Reply