Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

how to install php on Ubuntu?

 
   Database Help (Home) -> PHP SQL RSS
Next:  Forum Script  
Author Message
Ed

External


Since: May 01, 2008
Posts: 2



(Msg. 1) Posted: Thu May 01, 2008 6:53 pm
Post subject: how to install php on Ubuntu?
Archived from groups: alt>php>sql (more info?)

I tried

ed@ed-desktop:~$ sudo apt-get install libapache-mod-php4 php4-mysql php4-
gd
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libapache-mod-php4 is not available, but is referred to by
another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libapache-mod-php4 has no installation candidate
ed@ed-desktop:~$

It does not work. Does anyone know the correct command?

thanks, Ed


--

 >> Stay informed about: how to install php on Ubuntu? 
Back to top
Login to vote
Ed

External


Since: May 01, 2008
Posts: 2



(Msg. 2) Posted: Thu May 01, 2008 7:24 pm
Post subject: Re: how to install php on Ubuntu? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 01 May 2008 20:58:03 +0200, J.O. Aho wrote:

> Ed wrote:
>> I tried
>>
>> ed@ed-desktop:~$ sudo apt-get install libapache-mod-php4 php4-mysql
>> php4- gd
>> Reading package lists... Done
>> Building dependency tree
>> Reading state information... Done
>> Package libapache-mod-php4 is not available, but is referred to by
>> another package.
>> This may mean that the package is missing, has been obsoleted, or is
>> only available from another source E: Package libapache-mod-php4 has no
>> installation candidate ed@ed-desktop:~$
>>
>> It does not work. Does anyone know the correct command?
>
> sudo apt-get install apache2 mysql php5-mysql php5-gd

+++++++++ thanks, that works. Ed +++++++++++++++++




--

 >> Stay informed about: how to install php on Ubuntu? 
Back to top
Login to vote
J.O. Aho

External


Since: Dec 01, 2003
Posts: 190



(Msg. 3) Posted: Thu May 01, 2008 8:58 pm
Post subject: Re: how to install php on Ubuntu? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Ed wrote:
> I tried
>
> ed@ed-desktop:~$ sudo apt-get install libapache-mod-php4 php4-mysql php4-
> gd
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Package libapache-mod-php4 is not available, but is referred to by
> another package.
> This may mean that the package is missing, has been obsoleted, or
> is only available from another source
> E: Package libapache-mod-php4 has no installation candidate
> ed@ed-desktop:~$
>
> It does not work. Does anyone know the correct command?

sudo apt-get install apache2 mysql php5-mysql php5-gd

--

//Aho
 >> Stay informed about: how to install php on Ubuntu? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
PHPtriad v2.2.1 removal - When I fist started using apache/php/mysql I used phptriad [a wonderful piece of kit] to get me up and running. I've used this ever since. I'm think inow of 'upgrading' to laters versions of all three applications, and have found various tutorials/Ho...

MySQL regular expression to match a imploded item - Hello I need to use MySQL's REGEXP (POSIX compliant) to search registries where one field is an imploded set of integer values separated with pipes "|". I need to match one of these imploded values directly on a sql select. $sql = "SELECT...

Weird mysql_connect problem - Hello. My mysql_connect just started to give me following error today, Fatal error: Call to undefined function: mysql_connect() in ..../database_functions/db_functions.inc.php on line 11. So it seems that my php no longer finds php-mysql module...

MySQL - question about displaying data - I am working an some pages that have database content on them. I'm sorry that I don't have any versions of it online yet, but it isn't hard to explain. The site lists restaurants with contact information. All of the information is kept in a MySQL..

How can i Optimize sql Query ? - Hi, I'd like to optimize this query: Code: SELECT * FROM `links` WHERE active = "1" AND mainweight != 0 ORDER BY Rand()*(1/mainweight) LIMIT 5 I have a database of links wich has 3 000 rows. I'd like to select weighted random links from ...
   Database Help (Home) -> PHP SQL All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]