Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Troubles installing Oracle 8.1.5 on AIX, this time 4.3.3
Hi
Please ensure that u have a C-compiler installed too!
Regards
PS: can u pls (later at leisure!) mail me the steps u followed ?
------Original Message------
From: Veronica Levin <vlevin_at_victoria.com.ni>
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
Sent: July 14, 2000 9:26:43 PM GMT
Subject: RE: Troubles installing Oracle 8.1.5 on AIX, this time 4.3.3
Thanks Sean,
The display problem is already solved. Now I am dealing with linking
problems.
It seems like I didn't intalled the make utility and all its library. I used the AIX 4.3.3 CD's to install and I can't find the missing parts in them. Do you have any idea of where I should look for this????
To be more direct:
The directories /usr/ccs/bin and /usr/ccs/lib in this test enviroments have
less than a half than the production machine.
I guess there is where my problems origin.
Any help on this would be appreciated :)
Saludos,
Ver?nica Levin Enr?ez
Administrador AIX
Compa??Cervecera de Nicaragua
Tel?no: 505-2493779
Fax: 505-2443979
Email: vlevin_at_victoria.com.ni
http://www.victoria.com.ni
-----Mensaje original-----
De: sean.hull_at_pobox.com [mailto:sean.hull_at_pobox.com]
Enviado el: Viernes 14 de Julio de 2000 12:25 PM
Para: Veronica Levin
Cc: Multiple recipients of list ORACLE-L
Asunto: RE: Troubles installing Oracle 8.1.5 on AIX, this time 4.3.3
On Fri, 14 Jul 2000, Veronica Levin wrote:
> I just tried your suggestion...didn't work. Same error.
>
> What else can I do? I still don't understand why am I getting this error.
Veronica:
Getting a program to startup under X is fairly simple. There are two things that have to be done. Sometimes these are done by default on a workstation, so when you startup a program remotely they may be new to you.
First you have to tell the program where to display. It can display on any X compatible terminal on the internet, believe it or not. You tell it by setting the DISPLAY environment variable like this:
$ export DISLAY=192.168.0.1:0.0
The 0.0 part specifies the display on that terminal, as there may be more than one (leave it to unix, nothings ever simple :-) )
Next you have to make that display ACCESSIBLE by that program. Normally on a workstation, if you're the user running the program, and the same as the user who started X, there's no problem. Otherwise you have to do some permutation like this:
$ xhost + localhost
or possibly
$ xhost + 192.168.0.1
or this
$ xhost + my.host.domain
One more important thing. This xhost command has to be run on the machine where you're going to display your prgram, *AS* the user which started X, otherwise you won't have the proper permissions (except if you're root).
I hope this helps. Let me know if you need more explanation.
Sean
-- Author: Veronica Levin INET: vlevin_at_victoria.com.ni 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: ListGuru_at_fatcity.com (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). ______________________________________________Received on Sat Jul 15 2000 - 14:57:46 CDT