Quote:
Originally Posted by DonAteloNow
I would like to confirm, that update went fine. Of course, after making some changes, that was suggested on reply above by Till.
Anyway, I still have one little problem. In the file INSTALL_UBUNTU_8.04.txt I found instruction
###
add to the end of the file:
###
[htscanner]
Extension = "htscanner.so"
config_file = ".htaccess"
default_docroot = "/var/www"
###
After this, I'm getting error below:
php -v
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/htscanner.so' - /usr/lib/php5/20060613/htscanner.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP 5.2.4-2ubuntu5.5 with Suhosin-Patch 0.9.6.2 (cli) (built: Feb 11 2009 20:09:11)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies
I have not file htscanner.so in directory /usr/lib/php5/20060613/. Also, I can't to find it in whole system.
So, is those lines necessary and if yes, where can I get htscanner.so file?
Thanks!
|
I too just discovered this browsing thru the logs. How can this be fixed.
Edit: I also found a version for feisty here
https://launchpad.net/~malept/+archive/ppa, I am on hardy but i installed it anyway to see what the results will be.
Thanks.