From owner-freebsd-questions Sat Jun 23 15:38:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id B0F9F37B401; Sat, 23 Jun 2001 15:38:40 -0700 (PDT) (envelope-from wmoran@iowna.com) Received: from iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f5NMZIs26246; Sat, 23 Jun 2001 18:35:19 -0400 (EDT) Message-ID: <3B351A42.416364A4@iowna.com> Date: Sat, 23 Jun 2001 18:37:54 -0400 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "Hartmann, O." Cc: freebsd-emulation@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Fortran compiler under Liunxulation ( WAS: no subject) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well, I'm not expert on this particular subject, but hopefully I can be of some help. "Hartmann, O." wrote: > Our main server architecture here is FreeBSD, but unluckily we need > Linux software because there are no appropriate Fortran F90 compilers > and Delphi compilers for FreeBSD. I thought you were wrong at first, but checking into it shows you are correct. Fortran77 is the latest supported. > I prepared our master server for the installation and mounted the cdrom First off, I wouldn't do anything more with the "master" server till you've got this sorted out. Set up a test server to work out the install unless you're willing to risk the "master" server having major problems! > My question is, how to get the lacking runtime images of these programs? > They are not in the linux_base port. Many of these are part of the FreeBSD distribution. You may have to simlink from the FreeBSD locations to the Linux compat directories. > And what is about a complete Linux-Installation in the /compat/linux tree? > Is it possible to install a Linux-basic distribution, like RedHat 7.1 in > the /compat/linux tree and run all Linux software by the FBSD emulation? Not sure, but if you read up on the linuxulator, it actually _is_ a RedHat install. > root: /cdrom/borpretest: cd ../ > root: /cdrom: ./setup.sh > ./setup.sh: tail: command not found Check the setup.sh script and find out where it's looking for "tail". A symlink may be all that's needed to fix this. Or a change in the PATH environ. > Checking dependencies... > Kernel version >= 2.2.0....OK > Glibc version >= 2.1.2....OK > X11 Server....FAILED Do you have X11 installed? If so, symlinking or PATH modifications may fix this. > grep: /etc/issue: No such file or directory Ooh ... I'm no linux expert, but I think this file should contain kernel version numbers or something. Check with a linux distro to see what's in this file - you may be able to just copy it. > ELF binary type "0" not known. Hmmm ... read the man page for "brandelf", although I don't know what it _should_ be or even what file it's looking for. > The setup program seems to have failed on x86/glibc-2.1 Oh ... spoke too soon. That's a little bizaar. You may have to install glibc seperately and let it think it's running under Linux. You may also be able to brand it to make the install work. Hope this was helpful, I know it's not a lot of information. Bill -- If a bird in the hand is worth two in the bush, then what can I get for two hands in the bush? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message