Compile problems on Centos 4.3

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #767
    steve94564
    Guest

    I am having trouble compiling mt-daapd-0.2.4 on a Centos 4.3-64 box.
    It’s complaining about the id3tag.h file which is there but get the following the config.log file

    configure:4359: result: yes
    configure:4394: checking for id3tag.h
    configure:4401: result: yes
    configure:4423: checking for id3_file_open in -lid3tag
    configure:4453: gcc -o conftest -g -O2 -lz -g -DHOST='”x86_64-unknown-linux-gnu”‘ -DNOT_HAVE_SA_LEN -lpthread -lgdbm conftest.c -lid3tag >&5
    /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/3.4.5/../../../libid3tag.so when searching for -lid3tag
    /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/3.4.5/../../../libid3tag.a when searching for -lid3tag
    /usr/bin/ld: skipping incompatible /usr/lib/libid3tag.so when searching for -lid3tag
    /usr/bin/ld: skipping incompatible /usr/lib/libid3tag.a when searching for -lid3tag
    /usr/bin/ld: cannot find -lid3tag
    collect2: ld returned 1 exit status
    configure:4459: $? = 1

    I don’t know what this means. Can someone pls point me in the right direction.

    Thanks

    Steve

    #7257
    rpedde
    Participant

    @steve94564 wrote:

    I am having trouble compiling mt-daapd-0.2.4 on a Centos 4.3-64 box.
    It’s complaining about the id3tag.h file which is there but get the following the config.log file

    configure:4359: result: yes
    configure:4394: checking for id3tag.h
    configure:4401: result: yes
    configure:4423: checking for id3_file_open in -lid3tag
    configure:4453: gcc -o conftest -g -O2 -lz -g -DHOST='”x86_64-unknown-linux-gnu”‘ -DNOT_HAVE_SA_LEN -lpthread -lgdbm conftest.c -lid3tag >&5
    /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/3.4.5/../../../libid3tag.so when searching for -lid3tag
    /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/3.4.5/../../../libid3tag.a when searching for -lid3tag
    /usr/bin/ld: skipping incompatible /usr/lib/libid3tag.so when searching for -lid3tag
    /usr/bin/ld: skipping incompatible /usr/lib/libid3tag.a when searching for -lid3tag
    /usr/bin/ld: cannot find -lid3tag
    collect2: ld returned 1 exit status
    configure:4459: $? = 1

    I don’t know what this means. Can someone pls point me in the right direction.

    Thanks

    Steve

    Looks like the libid3tag you have isn’t one for the system you are running. Did you install it from an rpm that you found on the net somewhere?

    #7258
    steve94564
    Guest

    @rpedde wrote:

    @steve94564 wrote:

    I am having trouble compiling mt-daapd-0.2.4 on a Centos 4.3-64 box.
    It’s complaining about the id3tag.h file which is there but get the following the config.log file

    configure:4359: result: yes
    configure:4394: checking for id3tag.h
    configure:4401: result: yes
    configure:4423: checking for id3_file_open in -lid3tag
    configure:4453: gcc -o conftest -g -O2 -lz -g -DHOST='”x86_64-unknown-linux-gnu”‘ -DNOT_HAVE_SA_LEN -lpthread -lgdbm conftest.c -lid3tag >&5
    /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/3.4.5/../../../libid3tag.so when searching for -lid3tag
    /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/3.4.5/../../../libid3tag.a when searching for -lid3tag
    /usr/bin/ld: skipping incompatible /usr/lib/libid3tag.so when searching for -lid3tag
    /usr/bin/ld: skipping incompatible /usr/lib/libid3tag.a when searching for -lid3tag
    /usr/bin/ld: cannot find -lid3tag
    collect2: ld returned 1 exit status
    configure:4459: $? = 1

    I don’t know what this means. Can someone pls point me in the right direction.

    Thanks

    Steve

    Looks like the libid3tag you have isn’t one for the system you are running. Did you install it from an rpm that you found on the net somewhere?

    Yes, reinstalled libid3tag from a different rpm and it worked fine after that.

    Thanks
    Steve

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Setup Issues’ is closed to new topics and replies.