RE: 8.1.6.0 install problem - SOLVED! (maybe) - Follow-on

2001-03-06 Thread blair

Follow-on question :: 

The libm module is used during the make command.  Our security wonk wants to
know if we only need this during install so he can delete it from the run-time
system.  My guess is yes we only need it for install - e.g. this is not
dynamically linked at startup of either the AIX or Oracle.  Does anyone know for
sure?

..tom


 -Original Message-
 From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
 Sent: Friday, March 02, 2001 1:51 PM
 To:   Multiple recipients of list ORACLE-L
 Subject:  RE: 8.1.6.0 install problem - SOLVED! (maybe)
 
 Thanks for the help everyone.  The Oracle techrep solved the problem.  He
 asked
 me to do 
 
 lslpp -l all |grep libm
 
 after this he saw that we did not have the math library installed.
 
 thanks all,
 
 ..tom
 
 
  -Original Message-
  From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
  Sent:   Friday, March 02, 2001 11:57 AM
  To: Multiple recipients of list ORACLE-L
  Subject:RE:8.1.6.0 install problem
  
  Tom,
  
  Please set LIB_PATH (some thing like that )=/usr/lib  in your .profile
 before
  linking.LD_LIBRARY_PATH should be set to $ORACLE_HOME/lib
  
  If anybody got better idea please
  
  Chhers
  Ganti
  -- 
  Please see the official ORACLE-L FAQ: http://www.orafaq.com
  -- 
  Author: 
INET: [EMAIL PROTECTED]
  
  Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
  San Diego, California-- Public Internet access / Mailing Lists
  
  To REMOVE yourself from this mailing list, send an E-Mail message
  to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
  the message BODY, include a line containing: UNSUB ORACLE-L
  (or the name of mailing list you want to be removed from).  You may
  also send the HELP command for other information (like subscribing).
 -- 
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 -- 
 Author: 
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
 San Diego, California-- Public Internet access / Mailing Lists
 
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: 8.1.6.0 install problem

2001-03-05 Thread Trassens, Christian

You should run nm command to verify whether shr.o exists. I think that is
something like this:

/usr/ccs/bin/nm libclntsh64.a | grep shr.o

And then if it exists, you must verify whether executables are dynamically
linked with dump command.

Regards.

 -Mensaje original-
 De:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
 Enviado el:   viernes 2 de marzo de 2001 17:16
 Para: Multiple recipients of list ORACLE-L
 Asunto:   8.1.6.0 install problem
 
 I'm trying to install Oracle Enterprise server 8.1.6.0 onto our AIX 4.3.3
 64-bit
 IBM server.
 
 I'm getting a problem during the link phase.  I make sure we have 2x the
 swap
 space as main memory.  The Oracle techrep told me to run
 $ORACLE_HOME/bin/genclntsh64.  I did this but still get the same error
 messages:
 
 ld: 0706-006 Cannot find or open library file: -l m
 ld:open(): No such file or directory
 ar: No such file or directory
 ar: 0707-117 The fopen system call failed on file 
 /u01/app/oracle/product/8.1.6/lib64/shr.o.
 
 Anyone have any ideas??
 
 thanks,
 
 ..tom
 
 
 -- 
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 -- 
 Author: 
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
 San Diego, California-- Public Internet access / Mailing Lists
 
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Trassens, Christian
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: 8.1.6.0 install problem - SOLVED! (maybe)

2001-03-02 Thread blair

Thanks for the help everyone.  The Oracle techrep solved the problem.  He asked
me to do 

lslpp -l all |grep libm

after this he saw that we did not have the math library installed.

thanks all,

..tom


 -Original Message-
 From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
 Sent: Friday, March 02, 2001 11:57 AM
 To:   Multiple recipients of list ORACLE-L
 Subject:  RE:8.1.6.0 install problem
 
 Tom,
 
 Please set LIB_PATH (some thing like that )=/usr/lib  in your .profile before
 linking.LD_LIBRARY_PATH should be set to $ORACLE_HOME/lib
 
 If anybody got better idea please
 
 Chhers
 Ganti
 -- 
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 -- 
 Author: 
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
 San Diego, California-- Public Internet access / Mailing Lists
 
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).