Re: [SLE] error compiling cyrus-imap on s390

From: Steve Graegert (graegerts_at_gmail.com)
Date: 10/17/05

  • Next message: Sid Boyce: "Re: [SLE] How to answer questions was Re: [SLE] Watching DVD on SuSE 10"
    Date: Mon, 17 Oct 2005 15:20:29 +0200
    To: Fernando Estrela <festrela@yahoo.com.br>
    
    

    On 10/17/05, Fernando Estrela <festrela@yahoo.com.br> wrote:
    > Hello All,
    >
    > I have a server with SLES 9 running on IBM s390 ZVM
    > partition. I need to compile the cyrus-imap package
    > with ldap support but I keep getting the following
    > error:
    >
    > /usr/lib64/gcc-lib/s390x-suse-linux/3.3.3/../../../../s390x-suse-linux/bin/ld:
    > skipping incompatible /usr/lib/libcrypt.so when
    > searching for -lcrypt
    > /usr/lib64/gcc-lib/s390x-suse-linux/3.3.3/../../../../s390x-suse-linux/bin/ld:
    > skipping incompatible /usr/lib/libcrypt.a when
    > searching for -lcrypt
    > /usr/lib64/gcc-lib/s390x-suse-linux/3.3.3/../../../../s390x-suse-linux/bin/ld:
    > skipping incompatible /usr/lib/libresolv.so when
    > searching for -lresolv
    > /usr/lib64/gcc-lib/s390x-suse-linux/3.3.3/../../../../s390x-suse-linux/bin/ld:
    > skipping incompatible /usr/lib/libresolv.a when
    > searching for -lresolv
    > /usr/lib64/gcc-lib/s390x-suse-linux/3.3.3/../../../../s390x-suse-linux/bin/ld:
    > skipping incompatible /usr/lib/libc.so when searching
    > for -lc
    > /usr/lib64/gcc-lib/s390x-suse-linux/3.3.3/../../../../s390x-suse-linux/bin/ld:
    > skipping incompatible /usr/lib/libc.a when searching
    > for -lc

    Looks like the Makfile(s) try to link against the wrong (32-bit) glibc.

    First of all, did you install the glibc-devel-64bit package mandatory
    for compiling? It will be found in /usr/lib64/. If it's already
    there, you may have to manually edit the Makefiles to accomodate the
    path of the 64-bit version of glibc-devel. See, if it's hardcoded or
    not discovered correctly. Will try to think about something more
    helpful

            \Steve

    -- 
    Check the headers for your unsubscription address
    For additional commands send e-mail to suse-linux-e-help@suse.com
    Also check the archives at http://lists.suse.com
    Please read the FAQs: suse-linux-e-faq@suse.com
    

  • Next message: Sid Boyce: "Re: [SLE] How to answer questions was Re: [SLE] Watching DVD on SuSE 10"

    Relevant Pages

    • [SLE] error compiling cyrus-imap on s390
      ... I need to compile the cyrus-imap package ... with ldap support but I keep getting the following ... searching for -lcrypt ...
      (SuSE)
    • Re: [kde] kdebase comile error
      ... Googling and searching bugs.kde.org should ... I thought it was pretty obvious here, I was using konstruct build tool, ... anywhere on which package to compile in the proper order. ...
      (KDE)
    • Re: Video Capture - How To?
      ... > begin doing this in my SuSE system. ... I did some searching and found a dearth ... You can also install vnc2swf... ... You have to compile it from source, ...
      (alt.os.linux.suse)
    • Re: String search vs regexp search
      ... > The regular expression code has a startup penalty since it has to compile ... Both regular expression searching and string.find will do searching ...
      (comp.lang.python)