LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   error link files (https://www.linuxquestions.org/questions/linux-newbie-8/error-link-files-4175603383/)

abdmet74@gmail.com 04-07-2017 08:26 AM

error link files
 
1 Attachment(s)
while i am isntalling Oracle10g developer for linux i am getting the following error related to link of make file
ins_precomp.mk as mentined in the attached figure.


any help plz

MensaWater 04-07-2017 08:46 AM

Did you review the log file it told you to "See"? If so what did it say?

Oracle re-linking relies on various libraries being available and will often fail if it can't find them. Specific messages in the log should give you error codes you can lookup online and/or detailed messages telling you what failed.

It isn't unusual to have to install various packages to provide libraries and/or create symbolic links from one .so version to another as Oracle looks for specific ones (e.g. it might want billybob.so.1.1 and you have billybob.so.2.0.) Often making a symbolic link from one version of the library to another (e.g. billybob.so.2.0 to billybob.so.1.1) will solve the issue but then again it might not depending on how different the 2 versions of the library are and/or what Oracle is using within the library).

TB0ne 04-07-2017 08:52 AM

Quote:

Originally Posted by abdmet74@gmail.com (Post 5693803)
while i am isntalling Oracle10g developer for linux i am getting the following error related to link of make file
ins_precomp.mk as mentined in the attached figure.

any help plz

Don't use text-speak; see the LQ Rules please. And this sounds very much like a continuation of your OTHER two threads about installing Oracle:

http://www.linuxquestions.org/questi...er-4175603150/
http://www.linuxquestions.org/questi...ar-4175603311/

Again, as has been suggested to you before, you really should contact Oracle support. You seem to be having a LOT of problems doing very basic installation steps, and they can easily walk you through things far faster than we can here. Is there a reason you haven't contacted Oracle as of yet?

The image you posted tells you to look at a log file...have you? What's IN that log file? What are the error(s)/message(s)/details??? The log file is where such things are, and can give you hints/details on how to solve your problems.

abdmet74@gmail.com 04-07-2017 09:19 AM

in fact i checked the logfile here it is:

Using paramFile: /u01/app/dev10g/Disk1/install/oraparam.ini


Checking installer requirements...

Checking operating system version: must be redhat-2.1, redhat-3, redhat-4, SuSE-8, SuSE-9 or UnitedLinux-1.0
Passed


All installer requirements met.

Checking Temp space: must be greater than 400 MB. Actual 41398 MB Passed
Checking swap space: must be greater than 1536 MB. Actual 1806MB Passed
Checking monitor: must be configured to display at least 256 colors Failed <<<<
>>> Could not execute auto check for display colors using command /usr/X11R6/bin/xdpyinfo. Check if the DISPLAY variable is set.
Checking if CPU speed is above 450 MHz. Actual 2394 MHz Passed

>>> Ignoring optional pre-requisite failures. Continuing...

Environment Variables:
ORACLE_HOME =
PATH = /usr/bin:/usr/ccs/bin:/bin:/u01/app/dev10g/Disk1/install:/u01/app/oracle/product/11.2.0.4/db_1/bin:/usr/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/oracle/bin
CLASSPATH =
Username:oracle
Only Binary inventory exists for the Home :2
Synchronizing components in home: oracleas3
Unable to read /u01/app/oracle/OraHome_3/inventory/ContentsXML/comps.xml. Some inventory information may be lost.
Synchronizing component: Sun JDK extensions 10.1.2.0.0
Error in synchronizing component Sun JDK extensions 10.1.2.0.0 : /u01/app/oraInventory/Components/oracle.java.j2ee.core/10.1.2.0.0/1/context.ser (No such file or directory).
Synchronizing component: Sun JDK 1.4.2.0.6
Error in synchronizing component Sun JDK 1.4.2.0.6 : /u01/app/oraInventory/Components/oracle.jdk/1.4.2.0.6/1/context.ser (No such file or directory).

rtmistler 04-07-2017 09:43 AM

abdmet74 you are showing a tendency to start the threads all related to the same problem, but you are also not following up on advice given by LQ members entirely. It does seem to make sense given the progress you are not making, for you to contact Oracle support with your questions.

Please refrain from this repeated behavior.

TB0ne 04-07-2017 10:14 AM

Quote:

Originally Posted by abdmet74@gmail.com (Post 5693825)
in fact i checked the logfile here it is:

Great, but please know that we cannot know if you checked the log file, nor what it says, unless you post it here and tell us. And use CODE tags when posting such things, since it makes things much easier to read
Quote:

Code:

Using paramFile: /u01/app/dev10g/Disk1/install/oraparam.ini

Checking installer requirements...
Checking operating system version: must be redhat-2.1, redhat-3, redhat-4, SuSE-8, SuSE-9 or UnitedLinux-1.0    Passed

All installer requirements met.

Checking Temp space: must be greater than 400 MB.  Actual 41398 MB    Passed
Checking swap space: must be greater than 1536 MB.  Actual 1806MB    Passed
Checking monitor: must be configured to display at least 256 colors    Failed <<<<
    >>> Could not execute auto check for display colors using command /usr/X11R6/bin/xdpyinfo. Check if the DISPLAY variable is set.
Checking if CPU speed is above 450 MHz.    Actual 2394 MHz    Passed

>>> Ignoring optional pre-requisite failures. Continuing...

Environment Variables:
        ORACLE_HOME =
        PATH = /usr/bin:/usr/ccs/bin:/bin:/u01/app/dev10g/Disk1/install:/u01/app/oracle/product/11.2.0.4/db_1/bin:/usr/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/oracle/bin
        CLASSPATH =
Username:oracle
Only Binary inventory exists for the Home :2
Synchronizing components in home: oracleas3
Unable to read /u01/app/oracle/OraHome_3/inventory/ContentsXML/comps.xml. Some inventory information may be lost.
Synchronizing component: Sun JDK extensions 10.1.2.0.0
Error in synchronizing component Sun JDK extensions 10.1.2.0.0  : /u01/app/oraInventory/Components/oracle.java.j2ee.core/10.1.2.0.0/1/context.ser (No such file or directory).
Synchronizing component: Sun JDK 1.4.2.0.6
Error in synchronizing component Sun JDK 1.4.2.0.6  : /u01/app/oraInventory/Components/oracle.jdk/1.4.2.0.6/1/context.ser (No such file or directory).


There are two lines in the log file that are very obvious, and I've bolded them above. It's telling you it can't find those files/directories, so either they don't exist, or can't be read. Have you actually confirmed they're present?


All times are GMT -5. The time now is 04:55 AM.