Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi!
I just setup the ligthhttpd with php and mysql.
Everythings works fine except the mysql extension of php.
i got the following Errors:
root@Server4:/mnt/HD/HD_a2/ffp/home/root# php -i|grep mysqli
PHP Warning: PHP Startup: Unable to load dynamic library '/ffp/lib/php/extensions/no-debug-non-zts-20060613/mysql.so' - File not found in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/ffp/lib/php/extensions/no-debug-non-zts-20060613/pdo_mysql.so' - File not found in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/ffp/lib/php/extensions/no-debug-non-zts-20060613/mysqli.so' - File not found in Unknown on line 0
The extensions are active in php.ini and the files are @ the right locations.
I installed the Server with Ulis Tutorial.
Anyone can help me?
Regards
Volker
Offline
Maybe on or more dependencies are lacking? You can test that by
ldd /ffp/lib/php/extensions/no-debug-non-zts-20060613/mysql.so
Offline
Hi, looks like there is the Problem:
root@Server4:/mnt/HD/HD_a2# ldd /ffp/lib/php/extensions/no-debug-non-zts-20060613/mysql.so
checking sub-depends for 'not found'
checking sub-depends for '/ffp/lib/libc.so.0'
libmysqlclient.so.16 => not found (0x00000000)
libc.so.0 => /ffp/lib/libc.so.0 (0x00000000)
/ffp/lib/ld-uClibc.so.0 => /ffp/lib/ld-uClibc.so.0 (0x00000000)
Hm, it says "not found". But mysql.so is in that directory.
Testet the dependencies with calendar.so, also in the same directory:
root@Server4:/mnt/HD/HD_a2# ldd /ffp/lib/php/extensions/no-debug-non-zts-20060613/calendar.so
checking sub-depends for '/ffp/lib/libc.so.0'
libc.so.0 => /ffp/lib/libc.so.0 (0x00000000)
/ffp/lib/ld-uClibc.so.0 => /ffp/lib/ld-uClibc.so.0 (0x00000000)
root@Server4:/mnt/HD/HD_a2#
Looks ok.
Do you have a suggestion?
Regards and TY!
Volker
Last edited by SerpensAlatus (2011-11-13 15:36:36)
Offline
libmysqlclient.so.16 => not found (0x00000000)
Do you have that file?
Offline
No, i dont.
But if you read the first entry:
ldd /ffp/lib/php/extensions/no-debug-non-zts-20060613/mysql.so
checking sub-depends for 'not found'
The system does not find the mysql.so itself?
Last edited by SerpensAlatus (2011-11-13 16:25:58)
Offline
No, it cannot find one of it's dependencies. I don't know why it doesn't know it's name.
Offline
Okey, where can i get this file? I installed everything from fun_plug incl. the additionals from Uli.
Offline
I reinstalled fun_plug.
Now its working!
TY for your help!
Regards
Volker
Offline