RE: [PHP4BETA] Can't configure "--with-swf"
[email protected] ("Mike Robinson")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
> I've downloaded PHP 4.0.0 and libswf (from reality.sgi.com) > When I configure --with-swf I get the following message: > checking for libswf support... yes > configure: error: Please reinstall libswf.a - I cannot find libswf.a > I've put libswf.a in /usr/lib and swf.h in /usr/include Well, I followed the directions and put libswf.a in /usr/local/lib, and swf.h in /usr/local/include, and on a stock redhat 6.2 box it compiled fine with '--with-swf=/usr/local/lib'. .mike