Re: puzzled - net access not working

From: Henning Meier-Geinitz (hmg-ml@gmx.de)
Date: Sat Oct 28 2000 - 03:42:04 PDT

  • Next message: Oliver Rauch: "Re: puzzled - net access not working"

    Hi,

    On Sat, Oct 28, 2000 at 12:52:26AM -0700, Carlos Puchol wrote:
    > $ strace scanimage -L 2>&1 | grep open
    > open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
    > open("/etc/ld.so.cache", O_RDONLY) = 3
    > open("/opt/hpoj-0.6/lib/libptal.so.0", O_RDONLY) = 3
    > open("/usr/lib/sane/libsane.so.1", O_RDONLY) = 3

    What's the result of "cat /etc/ld.so.conf"? If there is a /usr/lib/sane/ in
    this file, try to remove it. What's the result of "ls -l /usr/lib/sane/libsane.so.1"

    > open("./v4l.conf", O_RDONLY) = -1 ENOENT (No such file or directory)
    > open("/etc/sane.d/v4l.conf", O_RDONLY) = 3

    Looks like /usr/lib/sane/libsane.so.1 is pointing to libsane-v4l.so so only
    the Video for Linux backend is loaded.

    Bye,
      Henning

    --
    Source code, list archive, and docs: http://www.mostang.com/sane/
    To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com
    



    This archive was generated by hypermail 2b29 : Sat Oct 28 2000 - 04:06:21 PDT