Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Problem with installation of Sugar CRM.

  1. #1
    shivhare is offline Sugar Community Member
    Join Date
    Aug 2006
    Posts
    15

    Default Problem with installation of Sugar CRM.

    Hi,
    I am trying to install and configure Sugar CRM 4.1.2 on Red Hat Linux 9.The server is already running MySQL 5.0.22.However when I start the installation by giving http://localhost/sugarcrm/install.php,I get the error that MySQL database not available.Any help on this will be appreciated.I am using this software for the first time.

    Regards..

  2. #2
    ruchida's Avatar
    ruchida is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Feb 2005
    Location
    Japan
    Posts
    1,375

    Default Re: Problem with installation of Sugar CRM.

    Hi,

    Is php-mysql installed?
    Ryuhei Uchida
    Help Forum Moderator
    Calendar 2.0
    http://blogs.itmedia.co.jp/ruchida/

  3. #3
    shivhare is offline Sugar Community Member
    Join Date
    Aug 2006
    Posts
    15

    Default Re: Problem with installation of Sugar CRM.

    [SIZE=5]Hi,
    No,it is not installed.

    Regards..

  4. #4
    ruchida's Avatar
    ruchida is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Feb 2005
    Location
    Japan
    Posts
    1,375

    Default Re: Problem with installation of Sugar CRM.

    Quote Originally Posted by shivhare
    Hi,
    No,it is not installed.

    Regards..
    You should have it. Log in as root on your server. get a command prompt. type:

    yum install php-mysql

    then restart the http server.
    Ryuhei Uchida
    Help Forum Moderator
    Calendar 2.0
    http://blogs.itmedia.co.jp/ruchida/

  5. #5
    shivhare is offline Sugar Community Member
    Join Date
    Aug 2006
    Posts
    15

    Default Re: Problem with installation of Sugar CRM.

    Hi,
    I installed php-mysql and restarted the httpd service.The problem still persists.

    Regards,
    M Shivhare.

  6. #6
    ruchida's Avatar
    ruchida is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Feb 2005
    Location
    Japan
    Posts
    1,375

    Default Re: Problem with installation of Sugar CRM.

    run a short script below and see if the mysql section is there.
    PHP Code:
    <?php phpinfo(); ?>
    Ryuhei Uchida
    Help Forum Moderator
    Calendar 2.0
    http://blogs.itmedia.co.jp/ruchida/

  7. #7
    shivhare is offline Sugar Community Member
    Join Date
    Aug 2006
    Posts
    15

    Default Re: Problem with installation of Sugar CRM.

    Hi Ruchida,
    Since I am totally new to PHP and MySQL,I am not able to figure out the mysql section.However,I have found some mysql entries in it and I guess the php is communicating with mysql.I am forwarding the output of the php script as an attachment to you.Could you please figure it out?

    Thanks&Regards,
    M. Shivhare.
    Attached Files Attached Files

  8. #8
    ruchida's Avatar
    ruchida is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Feb 2005
    Location
    Japan
    Posts
    1,375

    Default Re: Problem with installation of Sugar CRM.

    Quote Originally Posted by shivhare
    Hi Ruchida,
    Since I am totally new to PHP and MySQL,I am not able to figure out the mysql section.However,I have found some mysql entries in it and I guess the php is communicating with mysql.I am forwarding the output of the php script as an attachment to you.Could you please figure it out?

    Thanks&Regards,
    M. Shivhare.
    Hi,

    Looking at your php info, I think your httpd server (Apache) has NOT loaded php-mysql extension.

    1. Can you find /etc/php.d/mysql.ini ?
    2. Can you find mysql.so in /usr/lib/php/modules (or other area) ?

    And your PHP version (4.2.2) is very old. Type "yum info php" and see if a newer version is available or not. Sugar supports 4.3.10 or later.
    Ryuhei Uchida
    Help Forum Moderator
    Calendar 2.0
    http://blogs.itmedia.co.jp/ruchida/

  9. #9
    shivhare is offline Sugar Community Member
    Join Date
    Aug 2006
    Posts
    15

    Default Re: Problem with installation of Sugar CRM.

    Hi Ruchida,
    Yes I can find /etc/php.d/mysql.ini and also mysql.so in /usr/lib/php4.

    Shall I upgrade my current php-4.2.2-17 to php-4.3 or higher?Will it affect my current setup of Apache or MySQL?

    Thanks&Regards,
    M. Shivhare.

  10. #10
    ruchida's Avatar
    ruchida is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Feb 2005
    Location
    Japan
    Posts
    1,375

    Default Re: Problem with installation of Sugar CRM.

    Quote Originally Posted by shivhare
    Hi Ruchida,
    Yes I can find /etc/php.d/mysql.ini and also mysql.so in /usr/lib/php4.

    Shall I upgrade my current php-4.2.2-17 to php-4.3 or higher?Will it affect my current setup of Apache or MySQL?

    Thanks&Regards,
    M. Shivhare.
    Yes, you should upgrade your PHP to 4.3.10 or later, and php-mysql also. It should not affect Apache or MySQL.
    Ryuhei Uchida
    Help Forum Moderator
    Calendar 2.0
    http://blogs.itmedia.co.jp/ruchida/

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •