[OPEN-ILS-DEV] OrgTree.js created with null size
Dan Scott
denials at gmail.com
Thu May 10 16:30:13 EDT 2007
Okay, so the problem is that your libdbi-driver is not linked against
libdbi.You should have seen a line like:
libdbi.so.0 => /usr/lib/dbd/libdbi.so.0
It looks like you used an RPM that doesn't link the two together.
You're going to have to uninstall the RPM and build libdbi and
libdbi-drivers from source.
See http://open-ils.org/dokuwiki/doku.php?id=libdbi for the instructions
I would recommend trying the configure step for libdbi-drivers without
the --with-pgsql argument first. If that fails, then you'll have to
track down the correct location (probably /usr) to specify for the
argument.
Dan
On 10/05/07, Hennie Rautenbach <hennie at sabinet.co.za> wrote:
> Dan Scott wrote:
> > Hi Hennie:
> >
> > One more request:
> >
> > 1) Can you send us the results of the following commands?
> > $ locate libdbdpgsql.so
>
> opensrf at leo:~$ locate libdbdpgsql.so
> /usr/lib/dbd/libdbdpgsql.so
>
>
> > -- this will give you the location where the libdbi-driver was installed
> > $ ldd /path/to/libdbdpgsql.so
>
> /usr/lib/dbd/libdbdpgsql.so
> opensrf at leo:~$ ldd /usr/lib/dbd/libdbdpgsql.so
> linux-gate.so.1 => (0xffffe000)
> libpq.so.4 => /usr/lib/libpq.so.4 (0xb7fb6000)
> libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e84000)
> libssl.so.0.9.8 => /usr/lib/i686/cmov/libssl.so.0.9.8 (0xb7e45000)
> libcrypto.so.0.9.8 => /usr/lib/i686/cmov/libcrypto.so.0.9.8
> (0xb7d0b000)
> libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0xb7c8f000)
> libcom_err.so.2 => /lib/libcom_err.so.2 (0xb7c8c000)
> libcrypt.so.1 => /lib/tls/i686/cmov/libcrypt.so.1 (0xb7c5e000)
> libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7c4b000)
> /lib/ld-linux.so.2 (0x80000000)
> libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7c47000)
> libz.so.1 => /usr/lib/libz.so.1 (0xb7c33000)
> libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0xb7c0e000)
> libresolv.so.2 => /lib/tls/i686/cmov/libresolv.so.2 (0xb7bfb000)
> libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0xb7bf5000)
> opensrf at leo:~$
>
> > We're just trying to ensure that the driver is linked against libdbi.so
>
> Regards,
>
> Hennie
>
>
--
Dan Scott
Laurentian University
More information about the Open-ils-dev
mailing list