Re: Script failing on extension_dir

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

 



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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux