I had this working on lucid then I upgraded and now it doesn't work
--
php5 install does not work
https://bugs.launchpad.net/bugs/245015
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubunt
yes, it came originally on the first install.. see output of dpkg-l
below. I did not change anything later, except to install PHP which
did not work because of this little glitch which I fixed manually.
dpkg -l|grep apache
ii apache22.2.8-1ubuntu0.3
did you installed apache2-common?
--
php5 install does not work
https://bugs.launchpad.net/bugs/245015
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mai
I had Apache installed first, then PHP. Might that be a source of
problem? In my setup I tried most of the day before fixing it
manually...
> I can't reproduce the issue.
> Steps i do to try to reproduce it:
> 1. install php5 (it installs apache2 as dependency)
> 2. place a file in /var/www as the
I can't reproduce the issue.
Steps i do to try to reproduce it:
1. install php5 (it installs apache2 as dependency)
2. place a file in /var/www as the follow:
[buster:/var/www] nxvl$ cat index.php
3. Open a browser and point it to http://127.0.0.1/index.php
Result: It shows the php information r