Hello, I tried installing SAPDB 7.3.0.21-1 from both the redhat rpms and the .tar.gz file.
When I try installing from the RPMs I get the error: # rpm -i sapdb-ind-7.3.0.21-1.i386.rpm error: failed dependencies: libstdc++-libc6.1-1.so.2 is needed by sapdb-ind-7.3.0.21-1 Of course I already have libstdc installed: # rpm -i libstdc++-2.95.1_2.10.0-3.i386.rpm package libstdc++-2.96-85 (which is newer than libstdc++-2.95.1_2.10.0-3) is already installed I never like forcing an rpm install and I would like to make sure I do everything right because this is for a production machine. I have tried making a symbolic link for the libstdc that the rpm was compiled with but rpm still shows the dependency error. I have been able to get the .tar.gz installed but I have a problem when trying to run the test. First I couldn't get the test to work as a non root user so I made a slight change to the script to allow root to run the script: #if [ "$id" = "0" ]; then # echo "dont start script as root " 1>&2 # exit 1 #fi So I run the script and I get the error: [root misc]# ./create_demo_db-2.sh create database TST... set parameters for TST... start TST... start TST failed: ERR -24994,ERR_RTE: runtime environment error 1,Kernel died before reaching COLD state I have seen others in the list talking about their Redhat 7.2 installs, any suggestions are appreciated. I have considered installing the source but would rather use a binary install if reasonably possible. Thanks for any assistance, Dan _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
