From owner-freebsd-questions Sun Jan 7 13:52: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.thpoon.com (cr103675-a.bloor1.on.wave.home.com [24.42.106.79]) by hub.freebsd.org (Postfix) with SMTP id 540CA37B402 for ; Sun, 7 Jan 2001 13:51:43 -0800 (PST) Received: (qmail 70939 invoked from network); 7 Jan 2001 21:51:42 -0000 Received: from unknown (HELO tea.thpoon.com) (mail@192.168.1.2) by cr103675-a.bloor1.on.wave.home.com with SMTP; 7 Jan 2001 21:51:42 -0000 Received: from antipode by tea.thpoon.com with local (Exim 3.12 #1 (Debian)) id 14FNj3-00032W-00; Sun, 07 Jan 2001 16:51:41 -0500 To: php-general@lists.php.net Cc: questions@freebsd.org Subject: Compiling PHP with SWF support under FreeBSD From: Arcady Genkin X-Face: 0=A/O5-+sE[Tf%X>rYr?Y5LD4,:^'jaJ!4jC&UR*ZrrK2>^`g22Qeb]!:d;}2YJ|Hq"LHdF OX`jWX|AT-WVFQ(TPhFVak)0nt$aEdlOq=1~D,:\z5QlVOrZ2(H,mKg=Xr|'VlHA="r Organization: thpoon.com Mail-Copies-To: never Date: 07 Jan 2001 16:51:41 -0500 Message-ID: <87d7dz3uaa.fsf@tea.thpoon.com> Lines: 26 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Channel Islands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've downloaded the libswf from http://reality.sgi.com/grafica/flash/ and placed the .a and .h files into /usr/local/libswf/lib and /usr/local/libswf/include. When compiling php 4.0.4 with --with-swf=/usr/local/libswf the compilation gives me: *** Warning: This library needs some functionality provided by -lswf. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: This library needs some functionality provided by -lswf. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** The inter-library dependencies that have been dropped here will be *** automatically added whenever a program is linked with this library *** or is declared to -dlopen it. What exactly does this mean in simpler terms? What is the solution to the problem? Could it be because the library is compiled for FreeBSD 2.2.8, and I'm running 4.2-STABLE? Many thanks, -- Arcady Genkin Don't read everything you believe. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message