Re: [PHP-DEV] Solaris+sed+shared, problem From: Stanislav Malyshev (stas <email protected>)
Date: 11/30/00

SM>> Solaris. The problem is that configure oftely uses lines like:
SM>>
SM>> PHP_IMAP=`echo $ac_n "$PHP_IMAP$ac_c"|sed s/^shared,//`

More on this: Solaris sh also doesn't like sed s/^shared,// - it wants sed
's/^shared,/' - with qoutes, otherwise it barfs out.

-- 
Stanislav Malyshev, Zend Products Engineer   
stas <email protected>  http://www.zend.com/ +972-3-6139665 ext.106

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>