Comment 3 for bug 993841

Revision history for this message
Angus Frinc (angus-frinc) wrote : Re: [Bug 993841] Re: problem with libctl3

Le 07/juil. - 12:01, Thorsten Alteholz a écrit :
> This seems to be an Ubuntu specific bug. The Debian version is running
> fine without any problem.

Yes, I'm agree, Debian works well, Ubuntu not.

> What ist the output of:
> strings /usr/bin/mpb|sort -u|grep include

ubuntu-12.04 $ apt-cache policy mpb libctl3
mpb:
  Installed: 1.4.2-17
  Candidate: 1.4.2-17
  Version table:
 *** 1.4.2-17 0
        500 http://fr.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
        100 /var/lib/dpkg/status
libctl3:
  Installed: 3.1.0-5
  Candidate: 3.1.0-5
  Version table:
 *** 3.1.0-5 0
        500 http://fr.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
        100 /var/lib/dpkg/status
ubuntu-12.04 $ strings /usr/bin/mpb | sort -u | grep include
ctl_include
/usr/share/libctl3/base/include.scm
ubuntu-12.04 $ dpkg -L libctl3 | grep include.scm
/usr/share/libctl/base/include.scm

Regards,