Re: [imp] version conflict : resolved

2001-03-19 Thread Abid Ghufran

The conflict was due to the version reason only. I installed the correct 
version of those rpms and evrything is working fine. This is something new 
and exciting for me. The conflict was due to the incorrect and mismathced 
version of mysql.sock file which was being used to connect with the mysql 
session database.

Thank you all for your assistance and guidance which helped me to resolve 
this problem.

Abid Ghufran.


Original Message Follows
From: "Anil Madhavapeddy" [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [imp] version conflict
Date: Mon, 19 Mar 2001 08:23:13 -



  I am using mysqlclient9-3.23.22-3, mysql-server-3.23.22-6 and
  mysql-3.23.22-6.
 
  The recommended were mysql-server-3.23.24-1 and mysql-3.23.24-1. Could
this
  be the reason that i am unable to establish a horde-phplib session.

No, these should work fine (I'm using that version of MySQL).

 
  I believe that the following files are the ones which need to be
configured
  for correct functioning of horde-phplib session database and preferences:
 

Those are the right files.  Without more information, we can't really help
any more ...

Anil


--
IMP mailing list: http://horde.org/imp/
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]


_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




having problems with the Linux/IMP/Horde/Apache/PHP and MySql setup

2001-03-16 Thread Abid Ghufran

Dear All,

I am trying to build up a web based email setup on RedHat linux platform. 
And for that purpose I am using a solution comprising of 
IMP2.2/Horde1.2/PHP4/Sendmail/Apache Server and MySql. The problem is that 
although the MySql server is running, the PHP script cant connect to the 
server. When i tried to figure out the problem i came to know that the 
fuction "mysql_pconnect" cant seem to connect.

Wonder what might be wrong.

Abid Ghufran.
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Error with mysql configuration.

2001-03-16 Thread Abid Ghufran

Dear All,

I am trying to setup a web based email setup on RedHat Linux 7 platform. I 
am using Horde 2.2, Imp 1.2, Php 4, Apache 1.3 alongwith the following rpms 
required for the MySql setup: (I am running the entire setup on my single 
host for test purposes)

1) mysqlclient9-3.23.22-3
2) php-mysql-4.0.3pl1-1
3) mysql-server-3.23.22-6
4) horde-mysql-1.2.4-1rh7
5) mysql-3.23.22-6

Although the required version was 3.23.24 for mysql and mysql-server, these 
are not available at all the three ftp sites within my reach and mentioned 
in the "horde-latest.README": (ftp.horde.org, ftp.sunsite.org.net and 
ftp.sourceforge.net)

Now the problem is as follows:

When i try to check the test.php3 i get the following status of the 
installed modules (alongwith other information):

  IMAP Support: Yes.
  LDAP Support: No.
  MySql Support: Yes.
  PostgreSQL Support: No.

  (I have not yet configured LDAP and PostgreSQL.)

But when i access "Click here to test PHPLIB for Horde" link i get this 
warning:

Warning: Cant connect to local MySql server through socket 
'/var/lib/mysql/mysql.sock' (111) in /var/www/horde-phplib/db_mysql.inc on 
line 73

I checked this code (at line 73) and found mysql_pconnect() thus i assume 
(on the basis of my limited knowledge) that the problem might be with the 
database server connection. The mysql.sock file exists. MySql server is 
running. I have also checked the error log file and there i found nothing 
except the usual start/stop entires. But I am unable to trace the update and 
binary log files.

Imp: I have yet to configure the Imp setup through the setup.php3 file at my 
web site.

I have all the db tables for the horde-phplib and imp (thru the 
mysql_create.sql command).

I have intentionally put this much detail in this mail to give u a hint of 
the setup.

All kind of thoughts are appreciated and anticapted.

I am grateful to you for your concern and time.

Thank you.

Abid Ghufran.
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




error with mysql configuration.

2001-03-16 Thread Abid Ghufran

Dear All,

I am trying to setup a web based email setup on RedHat Linux 7 platform. I 
am using Horde 2.2, Imp 1.2, Php 4, Apache 1.3 alongwith the following rpms 
required for the MySql setup: (I am running the entire setup on my single 
host for test purposes)

1) mysqlclient9-3.23.22-3
2) php-mysql-4.0.3pl1-1
3) mysql-server-3.23.22-6
4) horde-mysql-1.2.4-1rh7
5) mysql-3.23.22-6

Although the required version was 3.23.24 for mysql and mysql-server, these 
are not available at all the three ftp sites within my reach and mentioned 
in the "horde-latest.README": (ftp.horde.org, ftp.sunsite.org.net and 
ftp.sourceforge.net)

Now the problem is as follows:

1) When i try to check the test.php3 i get the following status of the 
installed modules (alongwith other information):
  IMAP Support: Yes.
  LDAP Support: No.
  MySql Support: Yes.
  PostgreSQL Support: No.

  (I have not yet configured LDAP and PostgreSQL.)

But when i access "Click here to test PHPLIB for Horde" link i get this 
warning:

Warning: Cant connect to local MySql server through socket 
'/var/lib/mysql/mysql.sock' (111) in /var/www/horde-phplib/db_mysql.inc on 
line 73

I checked this code (at line 73) and found mysql_pconnect() thus i assume 
(on the basis of my limited knowledge) that the problem might be with the 
database server connection.

The MySql server is running. File mysql.sock exists. The database for the 
horde-phplib and imp is created. The command "mysql  mysql_create.sql" 
runs. I have the entire setup on a single machine for test purposes (i.e. 
MySql server, Apache Server and etc.). I have yet to run the cinfiguration 
file "setup.php3" on the horde directory of my web site.

When i run "mysqladmin version" in the output i get that the localhost is 
connected via   Unix sock, and when i run "mysqladmin -h `hostname` version 
variables" i get that the localhost is connected via TCP/IP port. I think 
that either the socket or the TCP/PI port should have been used, as given 
with the mysql configuration.

I have given  all the details intentionally to give you an idea of the the 
entire setup.

All kind of thoughts are appreciated and anticipated.

Thank you very much.

Abid Ghufran.
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php