Git Product home page Git Product logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
[deleted comment]

from s3backer.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
The problem seems to be in the environment.

I compiled s3backer 1.3.1 in Mint 9 and 1.3.3 in Ubuntu 12.04.
I tried to compile s3backer 1.3.3 in Mint 9 and then the mounting worked.

Here's the ldd output from Ubuntu 12.04:
    linux-vdso.so.1 =>  (0x00007fff7efe6000)
    libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fd98d59b000)
    libfuse.so.2 => /lib/libfuse.so.2 (0x00007fd98d366000)
    libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007fd98d13b000)
    libcrypto.so.1.0.0 => /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007fd98cd73000)
    libcurl.so.4 => /usr/lib/x86_64-linux-gnu/libcurl.so.4 (0x00007fd98cb16000)
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fd98c8f8000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fd98c53b000)
    librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fd98c333000)
    libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fd98c12e000)
    libidn.so.11 => /usr/lib/x86_64-linux-gnu/libidn.so.11 (0x00007fd98befb000)
    liblber-2.4.so.2 => /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2 (0x00007fd98bced000)
    libldap_r-2.4.so.2 => /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2 (0x00007fd98ba9d000)
    libgssapi_krb5.so.2 => /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2 (0x00007fd98b85f000)
    libssl.so.1.0.0 => /lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x00007fd98b603000)
    librtmp.so.0 => /usr/lib/x86_64-linux-gnu/librtmp.so.0 (0x00007fd98b3e8000)
    /lib64/ld-linux-x86-64.so.2 (0x00007fd98d7ce000)
    libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007fd98b1cc000)
    libsasl2.so.2 => /usr/lib/x86_64-linux-gnu/libsasl2.so.2 (0x00007fd98afb0000)
    libgssapi.so.3 => /usr/lib/x86_64-linux-gnu/libgssapi.so.3 (0x00007fd98ad72000)
    libgnutls.so.26 => /usr/lib/x86_64-linux-gnu/libgnutls.so.26 (0x00007fd98aab6000)
    libgcrypt.so.11 => /lib/x86_64-linux-gnu/libgcrypt.so.11 (0x00007fd98a837000)
    libkrb5.so.3 => /usr/lib/x86_64-linux-gnu/libkrb5.so.3 (0x00007fd98a569000)
    libk5crypto.so.3 => /usr/lib/x86_64-linux-gnu/libk5crypto.so.3 (0x00007fd98a341000)
    libcom_err.so.2 => /lib/x86_64-linux-gnu/libcom_err.so.2 (0x00007fd98a13c000)
    libkrb5support.so.0 => /usr/lib/x86_64-linux-gnu/libkrb5support.so.0 (0x00007fd989f34000)
    libheimntlm.so.0 => /usr/lib/x86_64-linux-gnu/libheimntlm.so.0 (0x00007fd989d2c000)
    libkrb5.so.26 => /usr/lib/x86_64-linux-gnu/libkrb5.so.26 (0x00007fd989aa6000)
    libasn1.so.8 => /usr/lib/x86_64-linux-gnu/libasn1.so.8 (0x00007fd989806000)
    libhcrypto.so.4 => /usr/lib/x86_64-linux-gnu/libhcrypto.so.4 (0x00007fd9895d2000)
    libroken.so.18 => /usr/lib/x86_64-linux-gnu/libroken.so.18 (0x00007fd9893bc000)
    libtasn1.so.3 => /usr/lib/x86_64-linux-gnu/libtasn1.so.3 (0x00007fd9891ab000)
    libp11-kit.so.0 => /usr/lib/x86_64-linux-gnu/libp11-kit.so.0 (0x00007fd988f99000)
    libgpg-error.so.0 => /lib/x86_64-linux-gnu/libgpg-error.so.0 (0x00007fd988d94000)
    libkeyutils.so.1 => /lib/x86_64-linux-gnu/libkeyutils.so.1 (0x00007fd988b90000)
    libwind.so.0 => /usr/lib/x86_64-linux-gnu/libwind.so.0 (0x00007fd988966000)
    libheimbase.so.1 => /usr/lib/x86_64-linux-gnu/libheimbase.so.1 (0x00007fd988757000)
    libhx509.so.5 => /usr/lib/x86_64-linux-gnu/libhx509.so.5 (0x00007fd98850d000)
    libsqlite3.so.0 => /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 (0x00007fd988269000)
    libcrypt.so.1 => /lib/x86_64-linux-gnu/libcrypt.so.1 (0x00007fd988030000)


And here the output from Mint 9:
    linux-vdso.so.1 =>  (0x00007fff46f38000)
    libfuse.so.2 => /lib/libfuse.so.2 (0x00007fed0665e000)
    librt.so.1 => /lib/librt.so.1 (0x00007fed06456000)
    libdl.so.2 => /lib/libdl.so.2 (0x00007fed06251000)
    libz.so.1 => /lib/libz.so.1 (0x00007fed0603a000)
    libexpat.so.1 => /lib/libexpat.so.1 (0x00007fed05e11000)
    libcrypto.so.0.9.8 => /lib/libcrypto.so.0.9.8 (0x00007fed05a80000)
    libcurl.so.4 => /usr/lib/libcurl.so.4 (0x00007fed05838000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00007fed0561b000)
    libc.so.6 => /lib/libc.so.6 (0x00007fed05297000)
    /lib64/ld-linux-x86-64.so.2 (0x00007fed068b3000)
    libidn.so.11 => /usr/lib/libidn.so.11 (0x00007fed05064000)
    liblber-2.4.so.2 => /usr/lib/liblber-2.4.so.2 (0x00007fed04e56000)
    libldap_r-2.4.so.2 => /usr/lib/libldap_r-2.4.so.2 (0x00007fed04c09000)
    libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x00007fed049d5000)
    libssl.so.0.9.8 => /lib/libssl.so.0.9.8 (0x00007fed04785000)
    libresolv.so.2 => /lib/libresolv.so.2 (0x00007fed0456b000)
    libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x00007fed04351000)
    libgnutls.so.26 => /usr/lib/libgnutls.so.26 (0x00007fed040af000)
    libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x00007fed03dea000)
    libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x00007fed03bc4000)
    libcom_err.so.2 => /lib/libcom_err.so.2 (0x00007fed039c0000)
    libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0x00007fed037b7000)
    libkeyutils.so.1 => /lib/libkeyutils.so.1 (0x00007fed035b4000)
    libtasn1.so.3 => /usr/lib/libtasn1.so.3 (0x00007fed033a3000)
    libgcrypt.so.11 => /lib/libgcrypt.so.11 (0x00007fed0312a000)
    libgpg-error.so.0 => /lib/libgpg-error.so.0 (0x00007fed02f26000)

Original comment by [email protected] on 8 Jun 2012 at 8:36

from s3backer.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 14, 2024
Thanks for the info. If you figure out specifically what the problem was please 
update this issue.

I don't have use/access to Ubuntu so can't debug this directly myself.

There may however be some people on the mailing list who could help, etc.

Original comment by [email protected] on 8 Jun 2012 at 3:20

  • Changed state: WontFix

from s3backer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.