LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-07-2017, 08:26 AM   #1
abdmet74@gmail.com
LQ Newbie
 
Registered: Apr 2017
Location: beirut
Posts: 26

Rep: Reputation: Disabled
error link files


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
Attached Thumbnails
Click image for larger version

Name:	makefilerelink_ins_precomp_mk.jpg
Views:	25
Size:	130.9 KB
ID:	24709  
 
Old 04-07-2017, 08:46 AM   #2
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
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).
 
2 members found this post helpful.
Old 04-07-2017, 08:52 AM   #3
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,657

Rep: Reputation: 8146Reputation: 8146Reputation: 8146Reputation: 8146Reputation: 8146Reputation: 8146Reputation: 8146Reputation: 8146Reputation: 8146Reputation: 8146Reputation: 8146
Quote:
Originally Posted by abdmet74@gmail.com View Post
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.

Last edited by TB0ne; 04-07-2017 at 08:54 AM.
 
1 members found this post helpful.
Old 04-07-2017, 09:19 AM   #4
abdmet74@gmail.com
LQ Newbie
 
Registered: Apr 2017
Location: beirut
Posts: 26

Original Poster
Rep: Reputation: Disabled
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 =
Usernameracle
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).
 
Old 04-07-2017, 09:43 AM   #5
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,952
Blog Entries: 13

Rep: Reputation: 4984Reputation: 4984Reputation: 4984Reputation: 4984Reputation: 4984Reputation: 4984Reputation: 4984Reputation: 4984Reputation: 4984Reputation: 4984Reputation: 4984
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.
 
Old 04-07-2017, 10:14 AM   #6
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,657

Rep: Reputation: 8146Reputation: 8146Reputation: 8146Reputation: 8146Reputation: 8146Reputation: 8146Reputation: 8146Reputation: 8146Reputation: 8146Reputation: 8146Reputation: 8146
Quote:
Originally Posted by abdmet74@gmail.com View Post
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?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Restored files symbolically link to backup files, & can't boot using linked files mazinoz Linux Mint 1 01-31-2015 05:10 AM
how to link two separate files nagananda Linux - Newbie 3 07-30-2009 04:05 AM
link files instead of copying asmar Solaris / OpenSolaris 3 04-05-2008 11:09 AM
How do I link PHP files? rblampain Programming 9 02-16-2008 11:00 PM
link files ashley75 Linux - General 5 08-23-2004 08:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration