>>>>> On Fri, 16 Nov 2018 12:50:12 +0200, George Anchev via Bacula-users said:
> 
> and I reached the point where I got stuck with:
> 
> # nm /usr/lib/libpq.a | grep pthread_mutex_lock
> nm: '/usr/lib/libpq.a': No such file
> 
> Am I missing something and how should I do all this
> please?

The libraries might be somewhere else.  Try this to locate them:

rpm -qi postgresql | grep libpq

Also, you may only have .so files installed, in which case try:

objdump -T ...path..to..libpq.so... | grep pthread_mutex_lock

and look for something like:

0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 pthread_mutex_lock

__Martin


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to