On Wednesday 01 October 2003 15:22, Eugene Lee wrote:
> Just tried installing Turck MMCache 2.4.1 on a FreeBSD box.  After
> tweaking the configure script:
>
>       ./configure --enable-mmcache=shared
> --with-php-config=/usr/local/bin/php-config --prefix=/usr/local
>
> I got it to compile and install in:
>
>       /usr/local/lib/php/extensions/no-debug-non-zts-20020429/mmcache.so
>
> But when I try to run it, I get this error (also reported in "php -m"):
>
>       PHP Warning:  Unknown(): Unable to load dynamic library './mmcache.so' -
> Cannot open "./mmcache.so" in Unknown on line 0
>
> Not a very descriptive error message.  I appreciate any suggestions!

Set your extension_dir (in php.ini) to wherever your mmcache.so (and hopefully 
all your other extensions) are stored.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
If you must work on your flight, you will experience turbulence as soon as you 
touch pen to paper
                -- Murphy's Laws for Frequent Flyers n�5
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to