gmediaserver-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gmediaserver-devel] Problem on FreeBSD


From: White FrosT
Subject: Re: [gmediaserver-devel] Problem on FreeBSD
Date: Mon, 04 Sep 2006 16:59:49 +0200
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

Hello Oskar,

I started from clean sources again, applied the patch. It seems to change some for the good, but second part doesn't fix the problem (I think). I attached the configure ouput again...

Best regards,
Olaf

Oskar Liljeblad wrote:
On Monday, September 04, 2006 at 15:49, White FrosT wrote:
  
Thanks for helping. The libupnp update did the trick for compiling and 
installing the port. It will not run through the supply rc.d script though:


But it does run when run manually. However, my TG-100 can't find it. So 
it's no use.
    

Try the attached patch (patch -p0 <diff), run autoconf and the
./configure. You'll need 'autoconf' installed.

Regards,

Oskar
  

diff -u configure.ac.v0 configure.ac --- configure.ac.v0 2006-09-04 07:11:33.000000000 +0200 +++ configure.ac 2006-09-04 07:11:45.000000000 +0200 @@ -49,7 +49,7 @@ fi # - libmagic AC_CHECK_HEADERS([magic.h], [], [AC_MSG_ERROR([libmagic magic.h header file not found])]) -AC_CHECK_LIB([magic], [magic_open], [AC_SUBST([LIBMAGIC], [-lmagic])], [AC_MSG_ERROR([libmagic library or magic_open function not found])]) +AC_CHECK_LIB([magic], [magic_open], [AC_SUBST([LIBMAGIC], [-lmagic])], [AC_MSG_ERROR([libmagic library or magic_open function not found])], [-lz]) # - ID3Lib AC_LIB_ID3 diff -u m4/ac_lib_upnp.m4.v0 m4/ac_lib_upnp.m4 --- m4/ac_lib_upnp.m4.v0 2006-04-08 17:12:02.000000000 +0200 +++ m4/ac_lib_upnp.m4 2006-09-04 16:07:40.000000000 +0200 @@ -73,7 +73,7 @@ AC_DEFINE([HAVE_LIBUPNP]) foundupnp=1 $1 - ]) + ], [-lpthread]) LIBS="$saved_LIBS" ]) CPPFLAGS="$saved_CPPFLAGS"

Attachment: config.log.zip
Description: Zip compressed data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]