Hello:
We recently upgraded to RedHat ES 4 and SER 0.9.3. The upgrade went well however SER runs ok for a few hours then crashes. We have not been able to identify the source of the problem. The obvious thing would be to downgrade the OS but that is also the least desirable choice. Is there a list of packages that SER is dependent upon? I'm suspecting a MySQL problem but I cannot confirm this. Right now we have the following MySQL packages installed:
mysql-4.1.10a-2.RHEL4.1 MySQL-shared-compat-4.0.18-0 perl-DBD-MySQL-2.9004-3.1 php-mysql-4.3.9-3.6 mysql-server-4.1.10a-2.RHEL4.1
Thanks,Steve
SER does not depend on any of the packages below. It depends on mysql-client libraries, but I am not sure in which package they are included in RHEL4.1.
php-mysql is only needed for serweb.
Did you compile ser from sources ?
Jan.
On 11-07-2005 07:03, Steve Blair wrote:
Hello:
We recently upgraded to RedHat ES 4 and SER 0.9.3. The upgrade went well however SER runs ok for a few hours then crashes. We have not been able to identify the source of the problem. The obvious thing would be to downgrade the OS but that is also the least desirable choice. Is there a list of packages that SER is dependent upon? I'm suspecting a MySQL problem but I cannot confirm this. Right now we have the following MySQL packages installed:
mysql-4.1.10a-2.RHEL4.1 MySQL-shared-compat-4.0.18-0 perl-DBD-MySQL-2.9004-3.1 php-mysql-4.3.9-3.6 mysql-server-4.1.10a-2.RHEL4.1
Thanks,Steve
--
ISC Network Engineering The University of Pennsylvania 3401 Walnut Street, Suite 221A Philadelphia, PA 19104
voice: 215-573-8396
215-746-8001
fax: 215-898-9348
sip:blairs@upenn.edu
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Jan Janak wrote:
SER does not depend on any of the packages below. It depends on mysql-client libraries, but I am not sure in which package they are included in RHEL4.1.
I'm investigating this.
php-mysql is only needed for serweb.
Did you compile ser from sources ?
Yes.
Jan.
On 11-07-2005 07:03, Steve Blair wrote:
Hello:
We recently upgraded to RedHat ES 4 and SER 0.9.3. The upgrade went well however SER runs ok for a few hours then crashes. We have not been able to identify the source of the problem. The obvious thing would be to downgrade the OS but that is also the least desirable choice. Is there a list of packages that SER is dependent upon? I'm suspecting a MySQL problem but I cannot confirm this. Right now we have the following MySQL packages installed:
mysql-4.1.10a-2.RHEL4.1 MySQL-shared-compat-4.0.18-0 perl-DBD-MySQL-2.9004-3.1 php-mysql-4.3.9-3.6 mysql-server-4.1.10a-2.RHEL4.1
Thanks,Steve
--
ISC Network Engineering The University of Pennsylvania 3401 Walnut Street, Suite 221A Philadelphia, PA 19104
voice: 215-573-8396
215-746-8001
fax: 215-898-9348
sip:blairs@upenn.edu
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
On 11-07-2005 12:42, Steve Blair wrote:
Jan Janak wrote:
SER does not depend on any of the packages below. It depends on mysql-client libraries, but I am not sure in which package they are included in RHEL4.1.
I'm investigating this.
You can run ldd /usr/local/lib/ser/modules/mysql.so This will show you the libraries this module depends on. Then you can lookup the package which provides the shared library, I think it was rpm -qf command, but I am not sure.
Jan.