![]() |
2010-11-27
, 19:44
|
Posts: 992 |
Thanked: 738 times |
Joined on Jun 2010
@ Low Earth Orbit
|
#2
|
php-pear 5.2.6-6maemo5 PEAR - PHP Extension and Application Repository php5 5.2.6-6maemo5 server-side, HTML-embedded scripting language (metapackage) php5-cgi 5.2.6-6maemo5 server-side, HTML-embedded scripting language (CGI binary) php5-cli 5.2.6-6maemo5 command-line interpreter for the php5 scripting language php5-common 5.2.6-6maemo5 Common files for packages built from the php5 source php5-gd 5.2.6-6maemo5 GD module for php5 php5-mysql 5.2.6-6maemo5 MySQL module for php5 php5-sqlite 5.2.6-6maemo5 SQLite module for php5
/. /etc /etc/php5 /etc/php5/conf.d /etc/php5/conf.d/sqlite.ini /etc/php5/conf.d/pdo_sqlite.ini /usr /usr/share /usr/share/doc /usr/share/doc/php5-sqlite
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/gd.so' - /usr/lib/php5/20060613+lfs/gd.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/mysql.so' - /usr/lib/php5/20060613+lfs/mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/mysqli.so' - /usr/lib/php5/20060613+lfs/mysqli.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/pdo.so' - /usr/lib/php5/20060613+lfs/pdo.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/pdo_mysql.so' - /usr/lib/php5/20060613+lfs/pdo_mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/pdo_sqlite.so' - /usr/lib/php5/20060613+lfs/pdo_sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/sqlite.so' - /usr/lib/php5/20060613+lfs/sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0
The Following User Says Thank You to kureyon For This Useful Post: | ||
![]() |
2010-11-27
, 19:50
|
|
Posts: 172 |
Thanked: 160 times |
Joined on Jan 2010
@ Sweden
|
#3
|
![]() |
2010-11-28
, 12:31
|
Posts: 992 |
Thanked: 738 times |
Joined on Jun 2010
@ Low Earth Orbit
|
#4
|
![]() |
2010-12-02
, 06:02
|
Posts: 44 |
Thanked: 11 times |
Joined on Oct 2009
@ UK, Manchester
|
#5
|
@antezz from what I can see your fix simply addresses the that fact that lighttpd is looking in the "wrong" place for the php executable. It does not address the fact that the sqlite, mysql, etc modules are missing
![]() |
2011-05-09
, 03:03
|
|
Posts: 549 |
Thanked: 698 times |
Joined on Apr 2010
|
#6
|
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/mysql.so' - /usr/lib/php5/20060613+lfs/mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/mysqli.so' - /usr/lib/php5/20060613+lfs/mysqli.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/pdo.so' - /usr/lib/php5/20060613+lfs/pdo.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/pdo_mysql.so' - /usr/lib/php5/20060613+lfs/pdo_mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP 5.2.6-6maemo5 with Suhosin-Patch 0.9.6.2 (cgi-fcgi) (built: Jul 6 2010 10:35:13) Copyright (c) 1997-2008 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
pdo.so does not seem to be installed and so i've downloaded php5-dev
and the source for pdo with a view that i would make it.
however my phpize is a sym link to a alternatives phpize which is another symlink to phpize5 which does not exit.
i think phpize is just a shell script but cannot find it anywhere.
any help would be gretfully appreciated.