Page 1 of 2
Warnings in greyhole
Posted: Fri Oct 05, 2012 5:29 am
by guerilla
When I run greyhole from the terminal im getting warnings about PHP. Not knowing what they mean I dont know if they are important (I assume not as everything is functioning fine).
Code: Select all
greyhole -s
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626/pdo_sqlite.so' - /usr/lib/php5/20090626/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/20090626/sqlite3.so' - /usr/lib/php5/20090626/sqlite3.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/20090626/xsl.so' - /usr/lib/php5/20090626/xsl.so: cannot open shared object file: No such file or directory in Unknown on line 0
Can anyone shed any light on this?
Re: Warnings in greyhole
Posted: Fri Oct 05, 2012 10:16 am
by bigfoot65
There should not be any warnings. Have to run Ubuntu updates? Might need to check the status of that file. Is it possible it was inadvertently removed?
Re: Warnings in greyhole
Posted: Mon Oct 08, 2012 6:21 am
by guerilla
Code: Select all
ls /usr/lib/php5/20090626/
intl.so mcrypt.so mysqli.so mysql.so pdo_mysql.so pdo.so
So it looks like the files are not there, I don't remember removing them for any reason either. Just ran update and upgrade and the problem persists.
Re: Warnings in greyhole
Posted: Mon Oct 08, 2012 6:23 am
by bigfoot65
Is this a new install? Please check the hda install log in the root folder. I wonder if your initial install did not complete successfully.
Another option would be to try and reinstall that file. You may need to search the internet to determine which package is required.
Re: Warnings in greyhole
Posted: Mon Oct 08, 2012 6:38 am
by guerilla
this si not a new install, it was performed a bit after the release of amahi on ubuntu.
My log is here
http://paste.ubuntu.com/1267401/
Re: Warnings in greyhole
Posted: Mon Oct 08, 2012 6:44 am
by bigfoot65
I do not see any errors in the log. Interesting that this warning is showing as we use MySQL or the database and not SQLite.
Have you tried installing pdo_sqlite? You might want to check the greyhole.conf file and ensure it reflects MySQL. It should not have been changed since we have always used MySQL with Ubuntu and Amahi.
Re: Warnings in greyhole
Posted: Mon Oct 08, 2012 6:52 am
by guerilla
greyhole.conf
http://paste.ubuntu.com/1267416/
looks like it is using MySql.
Re: Warnings in greyhole
Posted: Mon Oct 08, 2012 7:05 am
by bigfoot65
Yep. Have you tried reinstalling pdo_sqlite?
Re: Warnings in greyhole
Posted: Mon Oct 08, 2012 7:12 am
by guerilla
no, im just googling how that would be done. my knowledge isn't much better than apt-get *filename*
Re: Warnings in greyhole
Posted: Mon Oct 08, 2012 7:16 am
by guerilla
after running
Code: Select all
sudo apt-get install --reinstall php5-sqlite
I seem to be progressing somewhat as now when running a greyhole command I have the following
Code: Select all
greyhole -s
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626/xsl.so' - /usr/lib/php5/20090626/xsl.so: cannot open shared object file: No such file or directory in Unknown on line 0