FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › svn-1303 configure error id3_file_open
- This topic has 4 replies, 2 voices, and was last updated 18 years, 4 months ago by rolfie.
-
AuthorPosts
-
19/07/2006 at 1:52 AM #446rolfieParticipant
I’m trying to install mt-daapd svn-1303 on a new Linux FC5 server. I’m getting the following during configure:
checking id3tag.h usability… yes
checking id3tag.h presence… yes
checking for id3tag.h… yes
checking for id3_file_open in -lid3tag… no
no libid3tag. Try –with-id3tag=dirSo, it’s finding id3tag.h but not the imbedded fuction??? Should I be looking for another level of libid3tag?
19/07/2006 at 3:20 AM #5560rpeddeParticipant@rolfie wrote:
I’m trying to install mt-daapd svn-1303 on a new Linux FC5 server. I’m getting the following during configure:
checking id3tag.h usability… yes
checking id3tag.h presence… yes
checking for id3tag.h… yes
checking for id3_file_open in -lid3tag… no
no libid3tag. Try –with-id3tag=dirSo, it’s finding id3tag.h but not the imbedded fuction??? Should I be looking for another level of libid3tag?
No, there is something else that probably needs to be autoconfed, but isn’t.
Look at your config.log and see why the configure check failed. Probably something unrelated.
— Ron
19/07/2006 at 5:32 PM #5561rolfieParticipantThanks for the pointer to the log. I’m guessing this is the culprit, but I have no clue how to fix it myself.
configure:20229: checking for id3tag.h
configure:20236: result: yes
configure:20260: checking for id3_file_open in -lid3tag
configure:20290: gcc -o conftest -g -O2 -lz -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘ -DNOT_HAVE_SA_LEN -I/usr//include -L/usr//lib -R/usr//lib conftest.c -lid3tag -lpthread >&5
gcc: unrecognized option ‘-R/usr//lib’
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit statusWhat’s the -R option supposed to be for?
19/07/2006 at 5:50 PM #5562rpeddeParticipant@rolfie wrote:
Thanks for the pointer to the log. I’m guessing this is the culprit, but I have no clue how to fix it myself.
configure:20229: checking for id3tag.h
configure:20236: result: yes
configure:20260: checking for id3_file_open in -lid3tag
configure:20290: gcc -o conftest -g -O2 -lz -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘ -DNOT_HAVE_SA_LEN -I/usr//include -L/usr//lib -R/usr//lib conftest.c -lid3tag -lpthread >&5
gcc: unrecognized option ‘-R/usr//lib’
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit statusWhat’s the -R option supposed to be for?
It’s harmless. It’s a solaris flag.
Did you use “–with-id3tag=/usr/” ? What was your entire configure string?
Also, where is zlib? That’s the fundamental problem, it can’t find zlib.
19/07/2006 at 10:54 PM #5563rolfieParticipant“zlib” was the key. I had not yet installed the zlib-devel package. After I did that, the configure-make sequence sailed through. Thanks for the help.
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.