View Single Post
Daneel's Avatar
Posts: 549 | Thanked: 698 times | Joined on Apr 2010
#6
I got lighttpd, php and mysql running separately but i can't get php to connect with mysql because i seem to be having the same problem.

Code:
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
Has anyone figured this out yet or found a alternative to run mysql, php and a web server on device that is not easy debian?

-edit-

Apparently, there is no php for maemo compiled with mysql support just now so the only working option is easy debian

-edit2-

Just install easy debian/easy chroot and this image http://talk.maemo.org/showthread.php?t=72818

It works great.

Last edited by Daneel; 2011-05-10 at 02:31.