I am in the process of installing SAP Netweaver CI and DB Instances on a FC3 Machine with 160 GB HDD, 1GB RAM, 6GB Swap space.
I have performed the CI installation with no errors. The DB Instance installation has generated the following error:
ERROR 2005-07-19 11:38:01
MUT-02044 The following paths expected but not found in the library
path environment variable
(LD_LIBRARY_PATH) /oracle/G7A/920_32/lib/:/sapmnt/G7A/exe/.
I have tried the following to correct the issue:
#LD_LIBRARY_PATH=/oracle/G7A/920_32/lib/:/sapmnt/G7A/exe/
#export LD_LIBRARY_PATH
#SAPSYSTEMNAME=G7A
#export SAPSYSTEMNAME
#PATH=$PATH:$LD_LIBRARY_PATH
#export $PATH
Error: bash: export: `/usr/kerberos/sbin:/oracle/G7A/920_32/bin:.:/home/g7aadm:/usr/sap/G7A/SYS/exe/runU:/usr/sap/G7A/SYS/exe/run:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/oracle/G7A/920_32/lib/:/sapmnt/G7A/exe/': not a valid identifier
I am runing the installation as the SIDADM and have all the required DVD's
Please Help