Tobias Oberstein wrote:

After building SAP-DB 7.4 from the current CVS sources on Debian 3.0
I'm now trying to verify/test the system.

The dbmcli seems to work OK, I could also create a test database,
but I can't start the database instance.

Probably this is a newbie thang - probably my built plainly produced
an incorrect system. Any hints how I can verify the correctness of
the built software? Is there a regression test suite? Also, what
does "Check knldiag!" mean (suppose kernel diagnosis .. some tracelog,
but where ..)?

Many thanks,
Tobias


I has built version 7.3.00.29 and had a similar problem, and it was solved by change the compilationflags like this.

Karsten Jensen

diff -urN V73_00_29.orig/DevTool/sys/src/tt/toolvars-tml.pl.tt V73_00_29/DevTool/sys/src/tt/toolvars-tml.pl.tt
--- V73_00_29.orig/DevTool/sys/src/tt/toolvars-tml.pl.tt 2002-12-15 15:57:55.000000000 +0100
+++ V73_00_29/DevTool/sys/src/tt/toolvars-tml.pl.tt 2002-12-15 15:59:17.000000000 +0100
@@ -974,7 +974,7 @@
}
&elif $OSSPEC = LINUX
if ($MACH eq "I386") {
- @OPTIMIZE = ("-O3", "-march=pentium", "-mcpu=pentiumpro");
+ @OPTIMIZE = ("-O2");
} elsif ($MACH eq "IA64") {
@OPTIMIZE = ("-O1");
} else {


_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to