On 04/09/2012 03:16 PM, George R Smith wrote:
> EXTDIR=`php -i 2> /dev/null | grep -i "extension_dir" | cut -d" " -f3`
> 
> Error message follows, what does the no mean ?
> get the directory where PHP extension are stored
> ============================================================
> You need to create the php extensions directory:
> /usr/lib/php5/20090626+lfs no
> ============================================================

There is something wrong with the cut where it is getting a 'no' from
the next line.  No time to test fixing that now but the simple fix on
your machine is this:

EXTDIR="/usr/lib/php5/20090626+lfs"

-- 
Thanks!
-Shawn
http://www.spidean.com

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

Reply via email to