vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Would someone be able to tell me how to go about installing J2SDK 1.3.1 on OpenBSD 3.3 ?? I am getting as far as accepting the licensing agreement, then it begins check summing ... then it spits out: 0 0 Abort. And I'm back to shell ... |
| |||
| On 19 Aug 2003, Aaron wrote: > Would someone be able to tell me how to go about installing J2SDK > 1.3.1 on OpenBSD 3.3 ?? are you using ports? just drop the right bin file in distfiles, type make install, and it works. -- "The contagious people of Washington have stood firm against diversity during this long period of increment weather." - M. Barry, Mayor of Washington, DC |
| |||
| Ted Unangst <tedu@stanford.edu> wrote in message news:<Pine.GSO.4.44.0308191515490.27584-100000@saga13.Stanford.EDU>... > On 19 Aug 2003, Aaron wrote: > > > Would someone be able to tell me how to go about installing J2SDK > > 1.3.1 on OpenBSD 3.3 ?? > > are you using ports? just drop the right bin file in distfiles, type make > install, and it works. I do not think I'm using hte ported version, I just DL'd the .BIN for linux from Sun's site. Is there an alternative file I should be using? Any more detail about the 'right bin file' and 'distfiles' ? Thanks! |
| |||
| On 20 Aug 2003, Aaron wrote: > > are you using ports? just drop the right bin file in distfiles, type make > > install, and it works. > > I do not think I'm using hte ported version, I just DL'd the .BIN for > linux from Sun's site. Is there an alternative file I should be using? > > Any more detail about the 'right bin file' and 'distfiles' ? take the bin file you downloaded, stick it in ports/distfiles, cd ports/devel/jdk/1.3-linux, and make install. ports is usually under /usr/ports, see ports.html. you also need the redhat libraries, get the package from an ftp site. -- "The contagious people of Washington have stood firm against diversity during this long period of increment weather." - M. Barry, Mayor of Washington, DC |
| |||
| Ted Unangst wrote: > On 20 Aug 2003, Aaron wrote: > > >>>are you using ports? just drop the right bin file in distfiles, type make >>>install, and it works. >> >>I do not think I'm using hte ported version, I just DL'd the .BIN for >>linux from Sun's site. Is there an alternative file I should be using? >> >>Any more detail about the 'right bin file' and 'distfiles' ? > > > take the bin file you downloaded, stick it in ports/distfiles, cd > ports/devel/jdk/1.3-linux, and make install. ports is usually under > /usr/ports, see ports.html. > > you also need the redhat libraries, get the package from an ftp site. > when i did this, make install I'm pretty sure it went and got the redhat binaries for me, unless i already had them. But I did an install from floppy and java was the first thing I got running. (although I remember running make install twice not sure what went wrong) I've only been running openBSD for a week, so follow Teds advice, if not sure. Although I would be interested in if that did get the binaries automatically. Joe |
| |||
| On 20 Aug 2003, it was written: > > you also need the redhat libraries, get the package from an ftp site. > > > > when i did this, make install I'm pretty sure it went and got the redhat > binaries for me, unless i already had them. But I did an install from > floppy and java was the first thing I got running. (although I remember > running make install twice not sure what went wrong) it should get them for you. if he hasn't heard of ports though, i thought it likely he hadn't installed libraries which would cause the java install to fail. -- "The laws in this city are clearly racist. All laws are racist. The law of gravity is racist." - M. Barry, Mayor of Washington, DC |
| |||
| Ted Unangst wrote: > On 20 Aug 2003, it was written: > > >>>you also need the redhat libraries, get the package from an ftp site. >>> >> >>when i did this, make install I'm pretty sure it went and got the redhat >>binaries for me, unless i already had them. But I did an install from >>floppy and java was the first thing I got running. (although I remember >>running make install twice not sure what went wrong) > > > it should get them for you. if he hasn't heard of ports though, i thought > it likely he hadn't installed libraries which would cause the java install > to fail. > > good idea |
| |||
| "@(none).adelphia.net" <""jgreenaw\"@(none).adelphia.net"> wrote in message news:<3f43f308$0$94430$45beb828@newscene.com>... > Ted Unangst wrote: > > On 20 Aug 2003, it was written: > > > > > >>>you also need the redhat libraries, get the package from an ftp site. > >>> > >> > >>when i did this, make install I'm pretty sure it went and got the redhat > >>binaries for me, unless i already had them. But I did an install from > >>floppy and java was the first thing I got running. (although I remember > >>running make install twice not sure what went wrong) > > > > > > it should get them for you. if he hasn't heard of ports though, i thought > > it likely he hadn't installed libraries which would cause the java install > > to fail. > > > > > good idea Where can I find said libraries? |
| ||||
| "@(none).adelphia.net" <""jgreenaw\"@(none).adelphia.net"> wrote in message news:<3f43f308$0$94430$45beb828@newscene.com>... > Ted Unangst wrote: > > On 20 Aug 2003, it was written: > > > > > >>>you also need the redhat libraries, get the package from an ftp site. > >>> > >> > >>when i did this, make install I'm pretty sure it went and got the redhat > >>binaries for me, unless i already had them. But I did an install from > >>floppy and java was the first thing I got running. (although I remember > >>running make install twice not sure what went wrong) > > > > > > it should get them for you. if he hasn't heard of ports though, i thought > > it likely he hadn't installed libraries which would cause the java install > > to fail. > > > > > good idea OK, here is my solution: 1. Hit my local OpenBSD FTP server and grabbed ports.tar.gz 2. Uncompressed that into the /usr/ 3. CD /usr/ports/devel/jdk/jdk1.3-linux/ 4. make 5. make install Seems to be working fine now ... thanks |