Operating System - Linux
1753447 Members
4930 Online
108794 Solutions
New Discussion юеВ

mysql PHP libraries not installed ..What to do??

 
SOLVED
Go to solution
debian111
Regular Advisor

mysql PHP libraries not installed ..What to do??

Hi,

I am tryng to install AMP (Asterisk Management Portal) on my Debian Sarge based machine.I am trying to do it for 7 days and many nights i did not sleep because of it. I think I solve it mostly but now I got a error message which say:

mysql PHP libraries not installed

But before i installed php4, php4-cli, php4-pear
I did it using apt-get install.
i do not know what to do next, does anybody know what to install to solve above mentioned error.
My OS is Debian Sarge 3.1,

Thank you in advance
6 REPLIES 6
Muthukumar_5
Honored Contributor

Re: mysql PHP libraries not installed ..What to do??

Is mysql installed? check that. php has to build with mysql also.

hth.
Easy to suggest when don't know about the problem!
Steven E. Protter
Exalted Contributor

Re: mysql PHP libraries not installed ..What to do??

I would try apt-get install on the specific things that are missing.

If you can't get them, you may wish to download the rprm's from mysql.org or update your apt-get configuration to look at more complete repositories.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
debian111
Regular Advisor

Re: mysql PHP libraries not installed ..What to do??

I installed mysql server and it works fine..
but I am not able to sole this problem in my own, it is too difficult for me, I do not what to do else,
I installed every package I know..
What else is necessary for mysql to work correctly?
Thank you
Muthukumar_5
Honored Contributor

Re: mysql PHP libraries not installed ..What to do??

Are you able to run mysql in command line. I hope mysql is not needing any dependencies to run. Execute as,

# mysql

Is it starting.

hth.
Easy to suggest when don't know about the problem!
Volker Spies
Trusted Contributor
Solution

Re: mysql PHP libraries not installed ..What to do??

Hello debian111,

this should be the rigth package:

apt-get install php4-mysql

Regards and good luck. Keep trying!

Volker
debian111
Regular Advisor

Re: mysql PHP libraries not installed ..What to do??

thank you very much all of you, especially Volker,
You helped me a lot