> I have tried to putting in my .bash_profile, in /etc/profile. > I have checked my environment to make sure that the > LD_ASSUME_KERNEL environment variable has been set before > running dbmcli db_start, and it has been set.
Please be careful when setting this systemwide in /etc/profile - this will affect all programs of all users. Better solution would be to put it in the .profile (or .bash_profile) of the user, that's starting the x_server (!), not the dbmcli command for starting the database! The x_server has to be started with this parameter set too because this environment is used to start the database. Greetz, SIEGENIA-AUBI KG Informationswesen i.A. Markus D�hr SAP-CC/BC, SAPDB-DBA Tel.: +49 6503 917-152 Fax: +49 6503 917-7152 E-Mail: [EMAIL PROTECTED] Internet: http://www.siegenia-aubi.com -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
