FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › Compile problems on Centos 4.3
- This topic has 2 replies, 2 voices, and was last updated 18 years ago by steve94564.
-
AuthorPosts
-
11/11/2006 at 10:20 AM #767steve94564Guest
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 fileconfigure: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: $? = 1I don’t know what this means. Can someone pls point me in the right direction.
Thanks
Steve
11/11/2006 at 9:18 PM #7257rpeddeParticipant@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 fileconfigure: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: $? = 1I 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?
12/11/2006 at 10:27 AM #7258steve94564Guest@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 fileconfigure: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: $? = 1I 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 -
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.