dilbertone Posted October 31, 2010 Share Posted October 31, 2010 Hello Community, good evening! i am having troubles with starting PHP on linux - [running OpenSuse-Linux] Could not open input file: - suse-linux:/usr/perl # php -v PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/extensions/readline.so' - libedit.so.0: cannot open shared object file: No such file or directory in Unknown on line 0 PHP 5.3.4-dev (cli) Copyright (c) 1997-2010 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies suse-linux:/usr/perl # well what is wrong here...? Link to comment https://forums.phpfreaks.com/topic/217390-troubles-with-starting-php-on-opensuse-linux-ver-11-3/ Share on other sites More sharing options...
BlueSkyIS Posted October 31, 2010 Share Posted October 31, 2010 dynamic library readline.so is turned on in php.ini, but does not exist at the path as set in php.ini: /usr/lib/php5/extensions/readline.so either comment out that line in php.ini, or update it to point to the correct path. Link to comment https://forums.phpfreaks.com/topic/217390-troubles-with-starting-php-on-opensuse-linux-ver-11-3/#findComment-1128772 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.