Date: Fri, 2 Mar 2001 12:09:43 -0500 From: Eric Brown <brownej@locust.cns.vt.edu> To: Ben Hacker Jr <strbenjr@yahoo.com> Cc: list DC-FBSD <fug-washdc@Sytex.Net>, questions FBSD <freebsd-questions@FreeBSD.ORG>, Stable FBSD <freebsd-stable@FreeBSD.ORG> Subject: Re: Oracle816 install Message-ID: <20010302120943.A8195@locust.cns.vt.edu> In-Reply-To: <20010302144026.23627.qmail@web4503.mail.yahoo.com>; from strbenjr@yahoo.com on Fri, Mar 02, 2001 at 06:40:26AM -0800 References: <20010302144026.23627.qmail@web4503.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I tried this when I was running a 4.1.1 Release system. I got farther than you but still failed. Here's what I did. 1) Copy the install CD to the harddrive. tar cvf - -C /cdrom . | tar xpf - -C /usr/cdrom 2) remove JRE from the CD copy and link to installed JDK1.1.8 cd /usr/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/\ Datafiles/Expanded/ rm -rf linux ln -s /usr/local/jre1.1.8/ linux 3) At this point I had to add a few other links for differences in the binary names. You'll have to look through the linux rooted directory under /usr/cdrom and compare to files rooted under /usr/local/jre1.1.8/ 4) Multiple files must brandelf'd to run properly. 5) At this point I was able to start the installer, but it failed to find some files after a few pages into the install. I'm not very knowledgeable about Java so I couldn't take this any further. I suspect the problems would become obvious if the java were running under a debugger. Hope this helps. If anyone figures how to go further please send info as I'm interested in making this work eventually. --Eric Brown On Fri, Mar 02, 2001 at 06:40:26AM -0800, Ben Hacker Jr wrote: > > I have been attempting to get Oracle816 for Linux > installed on my FreeBSD v42stable box. > > I am failing! > > I cannot get the Oracle installer to run. > > I installed the Freebsd JDK1.1.8 > > Instructions on "www.scc.nl/~marcel" website are > not quite enough help. Has anyone gotten this > to work?? Could you point me to other helps > please. > > Also... the instructions say I need Linux_Base > and Linux_Devtools. I cannot find the "Devtools" > in the ports or packages anywhere. > > Please help. > > ===== > -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- > Ben Hacker Jr Technical Specialist > Computer Sciences Corporation > (703) 289-3477 MC 291 > bhacker1@csc.com 3170 Fairview Park Drive > strben@altavista.com Falls Church, VA 22304 > -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- > > __________________________________________________ > Do You Yahoo!? > Get email at your own domain with Yahoo! Mail. > http://personal.mail.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010302120943.A8195>