On Thu, Aug 13, 2009 at 11:53 AM, maSnun<[email protected]> wrote:
> After re-installation, when I am visiting the localhost, I am getting a
> prompt to download a PHTML file that includes the PHP and HTML source of the
> requested file.
>
> When I'm launching php-cli, I get the following error message:
>
>
> mas...@ubuntu:~$ php masnun
> PHP Warning:  PHP Startup: Unable to load dynamic library
> '/usr/lib/php5/20060613+lfs/gd.so' - /usr/lib/php5/20060613+lfs/gd.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/mcrypt.so' -
> /usr/lib/php5/20060613+lfs/mcrypt.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/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_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
> Could not open input file: masnun
> mas...@ubuntu:~$
>
>
> --
First check if those files really exists.
I think they dont exist. Otherwise OS would not have reported "No such
file or directory"

now do
$ find /etc/php5 -iname '*.ini'

You'll get all the configuration file (*.ini) files.
Open each of them and remove the missing *.so entry.

Suppose,
you open /etc/php5/conf.d/mysqli.ini. It contains
# configuration for php MySQL module
extension=mysqli.so

But your os doesnt have this file.
So remove this line
extension=mysqli.so

If this is the only line. Remove the entire mysqli.ini file.


-- 
A K M Mokaddim
http://talk.cmyweb.net
http://twitter.com/shiplu
Stop Top Posting !!
বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল
Sent from Dhaka, Bangladesh

-- 
Ubuntu Bangladesh | http://ubuntu-bd.org
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd

Reply via email to