Hello together,
I have a TL-WR1043ND with OpenWRT and a mounted USB stick.
I installed everything on the USB stick with opkg, so i have all the time to link all needed files from usb like /mnt/shares/usr/lib to the real /usr/lib.
I want to use PHPMyAdmin with my installed Apache (is working). So I installed all needed package like php5-mod-mysql ... .
If I want to visit my webserver in the browser, but then he tells me in the apache log, that he can't find the mysql.o file.
But the path is right, because he can use other extensions like session.so and the permissions of mysql.o are the same like session.so.
I see the imported extensions in phpinfo(). The mysql-server is running.
I think that mysql.o need some libs, but it does'nt tell it to me somewhere. Or is there a problem with the php-cgi?
Thank you guys.