php && mysql?

Ray Auge yellowdog-general@lists.terrasoftsolutions.com
Thu Feb 12 12:34:01 2004


On Thu, 2004-02-12 at 13:45, peter weber wrote:
> i also heartily recommend that you do something like
> # yum list > yum_list_output
> 

yes exactly, I've long been doing: yum list > /tmp/yum.ca; 

I really think that yum should do this on it's own, something like

if(new_headers){
	dump_list_to_cache
}
read_list_from_cache


> and then grep for packages in the file, which is much faster if you are 
> going to search for more than one package.
> 
> On Wed, 11 Feb 2004 11:09pm, Ray Auge wrote:
> > do this:
> >
> > # yum list | grep php
> >
> > this will give a list of all php packages not installed on your 
> > machine.
> > In all likely hood, php-mysql is in that list. Just do
> >
> > # yum install [package_name]*
> >
> > to get all those from that list installed
> >
> >
> > On Wed, 2004-02-11 at 21:05, Rolando Abarca wrote:
> >>  thanks to all who answered my last question.
> >>  Now I can finally start working with my PB, but I found that the 
> >> distro of
> >>  php that comes with YDL does not have support for mysql? is that so, 
> >> or
> >>  I'm doing something wrong?
> >>  I haven't changed anything, just made a simple script to test the
> >>  connection, and it fails with the following error:
> >>
> >>  Fatal error: Call to undefined function: mysql_connect() in
> >>  /home/admin/public_html/simple.php on line 18
> >>
> >>  Any ideas?? thanks a lot!
> >>
> >>  regards,
> >>  ra./
> >>  _______________________________________________
> >>  yellowdog-general mailing list
> >>  yellowdog-general@lists.terrasoftsolutions.com
> >>  http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general
> >
> > _______________________________________________
> > yellowdog-general mailing list
> > yellowdog-general@lists.terrasoftsolutions.com
> > http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general
> 
> falc at mac dot com
> _______________________________________________
> yellowdog-general mailing list
> yellowdog-general@lists.terrasoftsolutions.com
> http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general