Re: ORACLE 7.1.4 install errors on HP/UX

From: Robert O'Briant <robriant_at_clc.gmeds.com>
Date: 1995/04/26
Message-ID: <3nlgqh$6jq_at_flclcnsa.clc.gmeds.com>#1/1


In article <D7C9or.2xq_at_inter.NL.net>, Kees Verruijt <kees_at_redwood.nl> says:
>
>>
>> Anyone receive the following errors in the install.log file when installing
>> ORACLE 7.1.4 on a HP/UX system?
>>
>> ln osntab.c osntabst.c
>> cc -I. -O -D_HPUX_SOURCE +ESsfc +ESlit -c osntab.c
>> cc: warning 422: Unknown option "O" ignored.
>> cc: warning 422: Unknown option "s" ignored.
>> cc: warning 422: Unknown option "s" ignored.
>> cc: warning 422: Unknown option "f" ignored.
>> cc: warning 422: Unknown option "c" ignored.
>> cc: warning 422: Unknown option "s" ignored.
>> cc: warning 422: Unknown option "l" ignored.
>> cc: warning 422: Unknown option "i" ignored.
>> cc: warning 422: Unknown option "t" ignored.

For your information, we experienced the same problem when installing 7.1.4 on our HP-T500. The standard C compiler cc that came with basic HP-UX 9.04 was a subset of their standard ANSI C compiler. It's version number was A.9.19 or something in that range. We purchased the ANSI C compiler that brought us to the full C compiler. (Version A.9.61). According to the install documentation you must have at least version A.9.31? or greater. - It would be nice if Oracle told you in their requirements documentation that this version number was for their full ANSI C compiler. They don't. They let you find out the hard way then go out and purchase it after the fact. - Compiling with the new version on our T500 (an MPC server) appeared to provide better performance. (The install scripts ran faster and it resolved these warnings). We did not run the database with the old C compiler so can not state if you will have any problems.

  • If you need to find out what version of cc that you are using. Change directories to the /bin directory then type "what cc". This command provides the version number of the executable.

>>
>> Also, when installing server manager,
>> the install is looking for the wrong library files for a HP system.
>> The install is looking for the following files in the directory /usr/lib/X11:
>>
>> libXt.a and libX11.a
>>
>> On a HP/UX system the correct filenames are libXt.sl and libX11.sl.
>>
>> Any suggestions?
>

We did not have these files in our basic HP-UX install either. We obtained them from HP. I am not sure if they are free or part of the C compiler we purchased. The HP Consultant that we had on-site installed them for us.

>Regards, Kees
>kees_at_redwood.nl


*Robert O'Briant                                         *     This        *
*robriant_at_clc.gmeds.com                                  *    Space        *
**********************************************************      for        *
*All opinions expressed are mine & are not those of EDS. *     Rent        *
****************************************************************************
Received on Wed Apr 26 1995 - 00:00:00 CEST

Original text of this message