Re: [Bacula-users] version 9.0.3 bconsole looking for old libbac library

2017-08-20 Thread Kern Sibbald

  
  
Hello Jerry,
  
  About the only other explanation would be that you have a CentOS
  version of Bacula installed in addition to your build.
  
  Best regards,
  Kern
  


  

  

  Kern, et al,
  
  I would concur with you but this is a brand new install,
  on a brand new system, with centos 7.3.  Never had bacula
  installed on it before.  The only thing that came from a
  previous version is the mysqldump file.  And it upgrade
  just fine.
  

I am in the midst of rebuilding all of bacula, I will let
you know what happens.

  
  thanks,
  

jerry
  
  
On Thu, Aug 17, 2017 at 9:56 AM, Kern
  Sibbald 
  wrote:
  

  Hello,

You probably have multiple bconsoles from multiple
Bacula versions loaded.  This is most likely the cause
of your problems.  The best solution is to find and
remove all bconsoles that are not the one installed for
9.0.3.   

Best regards,
kern

  


On 17/08/2017 17:25, Jerry Lowry wrote:
  

  
  

  

  

  

  
Hi list,

I am getting ready to upgrade from 5.2.6
to 9.0.3.  I have install 9.0.3 from
source on a test system and move the
bacula database over using mysqldump.
Upgraded the database to version 16 and
set all the permissions.  Everything
looks good until I run bconsole.
  
  When I run bconsole I get the following
  error:
  bconsole: error while loading shared
  libraries: libbaccfg-5.2.13.so:
  cannot open shared object file: No such
  file or directory
  

when i look at bconsole with ldd it see
this:
    linux-vdso.so.1 => 
(0x7ffce948c000)
    libtinfo.so.5 =>
/usr/lib64/libtinfo.so.5
(0x7fea49537000)
    libbaccfg-9.0.3.so
=> /usr/lib64/libbaccfg-9.0.3.so
(0x7fea49327000)
    libbac-9.0.3.so
=> /usr/lib64/libbac-9.0.3.so
(0x7fea490c)
    libpthread.so.0 =>
/usr/lib64/libpthread.so.0
(0x7fea48ea4000)
    libdl.so.2 => /usr/lib64/libdl.so.2
(0x7fea48ca)
    libssl.so.10 =>
/usr/lib64/libssl.so.10 (0x7fea48a31000)
    libcrypto.so.10 =>
/usr/lib64/libcrypto.so.10
(0x7fea48647000)
    libstdc++.so.6 =>
/usr/lib64/libstdc++.so.6
(0x7fea4833e000)
    libm.so.6 => /usr/lib64/libm.so.6
(0x7fea4803b000)
    libgcc_s.so.1 =>
/usr/lib64/libgcc_s.so.1
(0x7fea47e25000)
    libc.so.6 => /usr/lib64/libc.so.6
(0x7fea47a64000)
    libcap.so.2 => /usr/lib64/libcap.so.2
(0x7fea4785e000)
    libz.so.1 => /usr/lib64/libz.so.1
(0x7fea47648000)
    /lib64/ld-linux-x86-64.so.2
(0x7fea49762000)
    libgssapi_krb5.so.2 =>
/usr/lib64/libgssapi_krb5.so.2
  

Re: [Bacula-users] version 9.0.3 bconsole looking for old libbac library

2017-08-17 Thread Jerry Lowry
Kern, et al,
I would concur with you but this is a brand new install, on a brand new
system, with centos 7.3.  Never had bacula installed on it before.  The
only thing that came from a previous version is the mysqldump file.  And it
upgrade just fine.

I am in the midst of rebuilding all of bacula, I will let you know what
happens.

thanks,

jerry

On Thu, Aug 17, 2017 at 9:56 AM, Kern Sibbald  wrote:

> Hello,
>
> You probably have multiple bconsoles from multiple Bacula versions
> loaded.  This is most likely the cause of your problems.  The best solution
> is to find and remove all bconsoles that are not the one installed for
> 9.0.3.
>
> Best regards,
> kern
>
>
>
> On 17/08/2017 17:25, Jerry Lowry wrote:
>
> Hi list,
> I am getting ready to upgrade from 5.2.6 to 9.0.3.  I have install 9.0.3
> from source on a test system and move the bacula database over using
> mysqldump. Upgraded the database to version 16 and set all the
> permissions.  Everything looks good until I run bconsole.
> When I run bconsole I get the following error:
> bconsole: error while loading shared libraries: libbaccfg-5.2.13.so:
> cannot open shared object file: No such file or directory
>
> when i look at bconsole with ldd it see this:
> linux-vdso.so.1 =>  (0x7ffce948c000)
> libtinfo.so.5 => /usr/lib64/libtinfo.so.5 (0x7fea49537000)
> *libbaccfg-9.0.3.so  *=> /usr/lib64/
> libbaccfg-9.0.3.so (0x7fea49327000)
> libbac-9.0.3.so => /usr/lib64/libbac-9.0.3.so (0x7fea490c)
> libpthread.so.0 => /usr/lib64/libpthread.so.0 (0x7fea48ea4000)
> libdl.so.2 => /usr/lib64/libdl.so.2 (0x7fea48ca)
> libssl.so.10 => /usr/lib64/libssl.so.10 (0x7fea48a31000)
> libcrypto.so.10 => /usr/lib64/libcrypto.so.10 (0x7fea48647000)
> libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x7fea4833e000)
> libm.so.6 => /usr/lib64/libm.so.6 (0x7fea4803b000)
> libgcc_s.so.1 => /usr/lib64/libgcc_s.so.1 (0x7fea47e25000)
> libc.so.6 => /usr/lib64/libc.so.6 (0x7fea47a64000)
> libcap.so.2 => /usr/lib64/libcap.so.2 (0x7fea4785e000)
> libz.so.1 => /usr/lib64/libz.so.1 (0x7fea47648000)
> /lib64/ld-linux-x86-64.so.2 (0x7fea49762000)
> libgssapi_krb5.so.2 => /usr/lib64/libgssapi_krb5.so.2
> (0x7fea473fa000)
> libkrb5.so.3 => /usr/lib64/libkrb5.so.3 (0x7fea47112000)
> libcom_err.so.2 => /usr/lib64/libcom_err.so.2 (0x7fea46f0e000)
> libk5crypto.so.3 => /usr/lib64/libk5crypto.so.3 (0x7fea46cdc000)
> libattr.so.1 => /usr/lib64/libattr.so.1 (0x7fea46ad6000)
> libkrb5support.so.0 => /usr/lib64/libkrb5support.so.0
> (0x7fea468c7000)
> libkeyutils.so.1 => /usr/lib64/libkeyutils.so.1 (0x7fea466c3000)
> libresolv.so.2 => /usr/lib64/libresolv.so.2 (0x7fea464a8000)
> libselinux.so.1 => /usr/lib64/libselinux.so.1 (0x7fea46281000)
> libpcre.so.1 => /usr/lib64/libpcre.so.1 (0x7fea4601f000)
>
> Why is bconsole looking for an older version of this library?
>
> thanks for the help!
>
> jerry
>
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>
>
>
> ___
> Bacula-users mailing 
> listBacula-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/bacula-users
>
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] version 9.0.3 bconsole looking for old libbac library

2017-08-17 Thread Kern Sibbald

  
  
Hello,
  
  You probably have multiple bconsoles from multiple Bacula versions
  loaded.  This is most likely the cause of your problems.  The best
  solution is to find and remove all bconsoles that are not the one
  installed for 9.0.3.   
  
  Best regards,
  kern
  
  
  On 17/08/2017 17:25, Jerry Lowry wrote:


  

  

  

  Hi list,
  
  I am getting ready to upgrade from 5.2.6 to 9.0.3.  I
  have install 9.0.3 from source on a test system and
  move the bacula database over using mysqldump.
  Upgraded the database to version 16 and set all the
  permissions.  Everything looks good until I run
  bconsole.

When I run bconsole I get the following error:
bconsole: error while loading shared libraries: libbaccfg-5.2.13.so: cannot
open shared object file: No such file or directory

  
  when i look at bconsole with ldd it see this:
      linux-vdso.so.1 =>  (0x7ffce948c000)
      libtinfo.so.5 => /usr/lib64/libtinfo.so.5
  (0x7fea49537000)
      libbaccfg-9.0.3.so =>
  /usr/lib64/libbaccfg-9.0.3.so
  (0x7fea49327000)
      libbac-9.0.3.so =>
  /usr/lib64/libbac-9.0.3.so
  (0x7fea490c)
      libpthread.so.0 => /usr/lib64/libpthread.so.0
  (0x7fea48ea4000)
      libdl.so.2 => /usr/lib64/libdl.so.2
  (0x7fea48ca)
      libssl.so.10 => /usr/lib64/libssl.so.10
  (0x7fea48a31000)
      libcrypto.so.10 => /usr/lib64/libcrypto.so.10
  (0x7fea48647000)
      libstdc++.so.6 => /usr/lib64/libstdc++.so.6
  (0x7fea4833e000)
      libm.so.6 => /usr/lib64/libm.so.6
  (0x7fea4803b000)
      libgcc_s.so.1 => /usr/lib64/libgcc_s.so.1
  (0x7fea47e25000)
      libc.so.6 => /usr/lib64/libc.so.6
  (0x7fea47a64000)
      libcap.so.2 => /usr/lib64/libcap.so.2
  (0x7fea4785e000)
      libz.so.1 => /usr/lib64/libz.so.1
  (0x7fea47648000)
      /lib64/ld-linux-x86-64.so.2 (0x7fea49762000)
      libgssapi_krb5.so.2 =>
  /usr/lib64/libgssapi_krb5.so.2 (0x7fea473fa000)
      libkrb5.so.3 => /usr/lib64/libkrb5.so.3
  (0x7fea47112000)
      libcom_err.so.2 => /usr/lib64/libcom_err.so.2
  (0x7fea46f0e000)
      libk5crypto.so.3 => /usr/lib64/libk5crypto.so.3
  (0x7fea46cdc000)
      libattr.so.1 => /usr/lib64/libattr.so.1
  (0x7fea46ad6000)
      libkrb5support.so.0 =>
  /usr/lib64/libkrb5support.so.0 (0x7fea468c7000)
      libkeyutils.so.1 => /usr/lib64/libkeyutils.so.1
  (0x7fea466c3000)
      libresolv.so.2 => /usr/lib64/libresolv.so.2
  (0x7fea464a8000)
      libselinux.so.1 => /usr/lib64/libselinux.so.1
  (0x7fea46281000)
      libpcre.so.1 => /usr/lib64/libpcre.so.1
  (0x7fea4601f000)
  

Why is bconsole looking for an older version of this
library?

  
  thanks for the help!
  

jerry

  


  

  
  
  
  
  --
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
  
  
  
  ___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users




  


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] version 9.0.3 bconsole looking for old libbac library

2017-08-17 Thread Phil Stracchino
On 08/17/17 11:25, Jerry Lowry wrote:
> Hi list,
> I am getting ready to upgrade from 5.2.6 to 9.0.3.  I have install 9.0.3
> from source on a test system and move the bacula database over using
> mysqldump. Upgraded the database to version 16 and set all the
> permissions.  Everything looks good until I run bconsole.
> When I run bconsole I get the following error:
> bconsole: error while loading shared libraries: libbaccfg-5.2.13.so
> : cannot open shared object file: No such
> file or directory
> 
> when i look at bconsole with ldd it see this:
> linux-vdso.so.1 =>  (0x7ffce948c000)
> libtinfo.so.5 => /usr/lib64/libtinfo.so.5 (0x7fea49537000)
> *libbaccfg-9.0.3.so  *=>
> /usr/lib64/libbaccfg-9.0.3.so 
> (0x7fea49327000)
> libbac-9.0.3.so  =>
> /usr/lib64/libbac-9.0.3.so  (0x7fea490c)
> libpthread.so.0 => /usr/lib64/libpthread.so.0 (0x7fea48ea4000)
> libdl.so.2 => /usr/lib64/libdl.so.2 (0x7fea48ca)
> libssl.so.10 => /usr/lib64/libssl.so.10 (0x7fea48a31000)
> libcrypto.so.10 => /usr/lib64/libcrypto.so.10 (0x7fea48647000)
> libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x7fea4833e000)
> libm.so.6 => /usr/lib64/libm.so.6 (0x7fea4803b000)
> libgcc_s.so.1 => /usr/lib64/libgcc_s.so.1 (0x7fea47e25000)
> libc.so.6 => /usr/lib64/libc.so.6 (0x7fea47a64000)
> libcap.so.2 => /usr/lib64/libcap.so.2 (0x7fea4785e000)
> libz.so.1 => /usr/lib64/libz.so.1 (0x7fea47648000)
> /lib64/ld-linux-x86-64.so.2 (0x7fea49762000)
> libgssapi_krb5.so.2 => /usr/lib64/libgssapi_krb5.so.2
> (0x7fea473fa000)
> libkrb5.so.3 => /usr/lib64/libkrb5.so.3 (0x7fea47112000)
> libcom_err.so.2 => /usr/lib64/libcom_err.so.2 (0x7fea46f0e000)
> libk5crypto.so.3 => /usr/lib64/libk5crypto.so.3 (0x7fea46cdc000)
> libattr.so.1 => /usr/lib64/libattr.so.1 (0x7fea46ad6000)
> libkrb5support.so.0 => /usr/lib64/libkrb5support.so.0
> (0x7fea468c7000)
> libkeyutils.so.1 => /usr/lib64/libkeyutils.so.1 (0x7fea466c3000)
> libresolv.so.2 => /usr/lib64/libresolv.so.2 (0x7fea464a8000)
> libselinux.so.1 => /usr/lib64/libselinux.so.1 (0x7fea46281000)
> libpcre.so.1 => /usr/lib64/libpcre.so.1 (0x7fea4601f000)
> 
> Why is bconsole looking for an older version of this library?
> 
> thanks for the help!


First hypothesis:  Your build did not complete successfully and you
missed an error message somewhere in the middle.


-- 
  Phil Stracchino
  Babylon Communications
  ph...@caerllewys.net
  p...@co.ordinate.org
  Landline: +1.603.293.8485
  Mobile:   +1.603.998.6958

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] version 9.0.3 bconsole looking for old libbac library

2017-08-17 Thread Jerry Lowry
Hi list,
I am getting ready to upgrade from 5.2.6 to 9.0.3.  I have install 9.0.3
from source on a test system and move the bacula database over using
mysqldump. Upgraded the database to version 16 and set all the
permissions.  Everything looks good until I run bconsole.
When I run bconsole I get the following error:
bconsole: error while loading shared libraries: libbaccfg-5.2.13.so: cannot
open shared object file: No such file or directory

when i look at bconsole with ldd it see this:
linux-vdso.so.1 =>  (0x7ffce948c000)
libtinfo.so.5 => /usr/lib64/libtinfo.so.5 (0x7fea49537000)
*libbaccfg-9.0.3.so  *=> /usr/lib64/
libbaccfg-9.0.3.so (0x7fea49327000)
libbac-9.0.3.so => /usr/lib64/libbac-9.0.3.so (0x7fea490c)
libpthread.so.0 => /usr/lib64/libpthread.so.0 (0x7fea48ea4000)
libdl.so.2 => /usr/lib64/libdl.so.2 (0x7fea48ca)
libssl.so.10 => /usr/lib64/libssl.so.10 (0x7fea48a31000)
libcrypto.so.10 => /usr/lib64/libcrypto.so.10 (0x7fea48647000)
libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x7fea4833e000)
libm.so.6 => /usr/lib64/libm.so.6 (0x7fea4803b000)
libgcc_s.so.1 => /usr/lib64/libgcc_s.so.1 (0x7fea47e25000)
libc.so.6 => /usr/lib64/libc.so.6 (0x7fea47a64000)
libcap.so.2 => /usr/lib64/libcap.so.2 (0x7fea4785e000)
libz.so.1 => /usr/lib64/libz.so.1 (0x7fea47648000)
/lib64/ld-linux-x86-64.so.2 (0x7fea49762000)
libgssapi_krb5.so.2 => /usr/lib64/libgssapi_krb5.so.2
(0x7fea473fa000)
libkrb5.so.3 => /usr/lib64/libkrb5.so.3 (0x7fea47112000)
libcom_err.so.2 => /usr/lib64/libcom_err.so.2 (0x7fea46f0e000)
libk5crypto.so.3 => /usr/lib64/libk5crypto.so.3 (0x7fea46cdc000)
libattr.so.1 => /usr/lib64/libattr.so.1 (0x7fea46ad6000)
libkrb5support.so.0 => /usr/lib64/libkrb5support.so.0
(0x7fea468c7000)
libkeyutils.so.1 => /usr/lib64/libkeyutils.so.1 (0x7fea466c3000)
libresolv.so.2 => /usr/lib64/libresolv.so.2 (0x7fea464a8000)
libselinux.so.1 => /usr/lib64/libselinux.so.1 (0x7fea46281000)
libpcre.so.1 => /usr/lib64/libpcre.so.1 (0x7fea4601f000)

Why is bconsole looking for an older version of this library?

thanks for the help!

jerry
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users