I'm a user of RHEL5 in a HP z800 workstation and I want to use the CentOS5 repositories too.problem with RHEL5 is that yum can't find the gfortran packages in the repositories.
I've tried to use the CentOS5 repos. I've created a file in /etc/yum.repos.d called CentOS5.repo that contains:
I would need to compile some old codes with g77 (unfortunately, they doesn't compile with gfortran). The gcc44-fortran is installed on my computer but if I have well understood, there is no g77 compiler in this package... Do you think I can install gcc33-fortran without creating conflicts between the 2 packages?
Suppose I'm interested in some application. That application is included in CentOS default repo and can be installed via yum. The version number indicates that this is a rather old release. This fact in itself is okay with me. But according to the original developer's site this release contains a major security bug and should be patched immediately.
The question: is the file from CentOS repo a copy of the original release or are any patches applied?
That application is included in CentOS default repo and can be installed via yum. The version number indicates that this is a rather old release. This fact in itself is okay with me. But according to the original developer's site this release contains a major security bug and should be patched immediately. is the file from CentOS repo a copy of the original release or are any patches applied?
I use KDE but there is no login manager at all, no KDM or even GDM.I have to login from the console and startx each boot.Not especially problematic but I can't understand it. Apparently there is GDM installed but I don't know how to set it to run at bootup, as it's not a daemon (is it?).And I can't find a KDM package in any repo I have tried.
Is there an easy way to update Perl from repos or do I need to compile from source to get a newer version?
Longer version I'm trying to set-up MailScanner which requires a newer version of Perl IO than CentOS 5 appears to have in it's standard repos. I've also tried updating Perl from the rpmforge repo - but that just results in a bunch of transaction conflicts being reported by Yum. Is there another way of updating Perl from repos?
I come from ubuntu, and, although they are all linux distros, they differ in a lot of things. Well, I just install the OS and I have a 1 TB drive for storage formatted in NTFS, I identified the device with fdisk -l, but the problem is Centos doesn't understand ntfs partition out of the box. Is there any package I need to install. I tried yum install ntfs-3g, but got an error: "no such package in repos,"
I've installed RPMforge and Smart Package Manager.
I had to create my own Centos 5.5 channels to sync yum repos and smart channels.
Here's the Centos 5.5 channel file for Smart:
Just shut Smart PM down, copy this file into /etc/smart/channels, and restart smart.
Smart should then detect the new channels (repos) for Centos 5.5
Update your channels in Smart, and you should then have yum repos and smart channels both in sync, looking at the same set of packages.
Copy this to CentOS-Base.channel, and add it to the /etc/smart/channels directory.
# CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors that are updated to and
Problem to install any release of gfortran on Red Hat Enterprise Linux Client release 5.6 (Tikanga) Tried searching on the web - no result. Tried "yum install libgfortran" - no result. Tried Installing gcc-gfortran from Fedora's rpm. - got paradoxes like:
I recently installed gfortran 4.5 and it's documentation on Kubuntu 10.10; however I can't seem to run the application. The application is located in root/usr/bin/gfortran 4.5. I was using the desk manager. The application menu in Kubuntu doesn't show gfortran as an application. how do I run gfortran 4.5, from the command window? Can I run gfortran using any of the Kubuntru desktop menus? Are there any procedures (commands etc), that I can use to run gfortran? Is there any documentation (Kubuntu, GNU etc),
I have legacy fortran 77 code that used to compile seamlessly using g77 on an old machine. I've tried to recompile it on a new machine (old one is dead) using the original makefile, but the linker fails under g77, while there are persisting syntax errors using gfortran. I have two source files readmixed.f and subroutines.f. Under g77 the object files are produced using
$ f77 readmixed.o subroutines.o -o readmixed subroutines.o(.text+0x0): In function `norm1_': : multiple definition of `norm1_' readmixed.o(.text+0x3987): first defined here
The problem is strange for me, I have fresh installed openSUSE 11.3 after that my fortran codes using gfortran compiler gives different output. The same codes gives correct values in windows but I use linux for programming.
I am new to both linux and fortran programming. I am trying to read from an external file, but it gives this error message: Fortran runtime error: Bad integer for item 1 in list input Part of the code that has the problem is:
All the variables have been declared before and there is no problem with that. The problem (error message) is in the (first) line that deals with open(unit=3,file='..//').
Upon booting from DVD, i get the below error: "CentOS CD Not found in any of the media drives. Please insert CentOS CD and press OK."
I have IDE Sony DVD RW AW-G170.
BIOS Setting:
Downloaded the CentOS-5.4-i386-bin-DVD image from centos.org from DVD.torrent using bittorrent file. When booting from the DVD, it gives me the boot prompt:
Upon pressing enter, the log messages of the boot detect the media drive as: hdc: Sony DVD RW AW-G170 IDE ATAPI CD.
The below steps occur: 1) Select the keyboard type: selected us
2) Select the Language : selected us
3) Select the image: - Local CDROM - Hard Drive - NFS Image ... ... selected Local CDROM
Then the above error "CentOS CD Not found in any of the media drives. Please insert CentOS CD and press OK."
The booting steps does not ask the for media check step.
The below methods have been tried to solve the problem:
- Burnt the image in another 2 DVDs but the same error "CentOS CD Not found in any of the media drives. Please insert CentOS CD and press OK."
- Upon burning the DVD image , selected the DVD read speed: 8x. Upon burning the DVD selected 18x for burning. and then tried to boot with that DVD
- At the boot prompt entered : linux hdc=cdrom replaced hdc=hdb but the error remains.
I've recently upgraded from 8.04 to 9.10 and in the process, I've lost access to gfortran. I'm using the gfortran that came with Karmic, but when I execute the make file I get this:
Code:
ld GetNextPerigee.o -o GetNextPerigee ld: warning: cannot find entry symbol _start; defaulting to 0000000008048094 GetNextPerigee.o: In function `MAIN__': GetNextPerigee.f90:(.text+0x26): undefined reference to `_gfortran_set_options' GetNextPerigee.f90:(.text+0x2b): undefined reference to `_gfortran_iargc'
Generating avi files for movies directly from gfortran programs. I make movies from my Fortran codes using seismic unix - SU. Need to modernize this method to make avi movies or something similar. I am quite adept at generating "C" binary files from Fortran. Have not been able to find the documented definition of AVI file format.
This is my first post. I am unable to call some of the fftw3 library functions in a very simple fortran code. The code is as follows (the filename is trial.f):
In mandriva 2008 platform I have installed gcc-g77, liblapack, liblapack-devel, libblas, libblas-devel, arpack, arpack-devel and arpack-static packages. When I link *.f code and these libraries, using g77 compiler with -llapack -lblas -larpack options, everything work. Then when I replaced g77 by gfortran compiler, to be able to work with double precision complex arithmetic, I have got a number of undefined references errors:
[code].....
It looks as if I need to install f95 lapack and arpack libraries. Does anybody know if such rpm packages exist? I cannot find them in the net. If they exist, where is it possible to download them?
This will be a little long (having read Phil's 'how to ask questions' FAQ). I'm trying to get OpenVPN working between my CentOS server and some Windoze laptops running XP. There seems to be plenty of sample config files available, but to date, none of them have worked for me. Pulling out my trusty Wireshark, I've found some clues,
BACKGROUND: My local subnet (NAT'ed by my gateway router) is 192.168.52.x. My router has been configured with a conduit (port-forward) for port 1194 (the standard OpenVPN port), which points towards my CentOS server.The CentOS server is .52.112, and the supplicant is .52.110. I have tried the lient both inside and outside my local subnet, with no difference in events or outcomes.
My CentOS installation correctly recognize my video card and my monitor if I go to System->Preferences->Screen Resolution and set monitor refresh rate to 75 hz, everything works fine, but if I reboot, at startup refresh return to 60 hz.How can I save refresh rate value?
I am new to this and just got a SUN Netra 440MHz T1 105 with 512MB RAM, 2 19G SCSI drives and a IDE CDROM.I am having trouble loading Ubuntu 9.05 server iso via the CDROM. The CDROM driver does not get found and the installation aborts. The CDROM is a 24x toshiba XM-7002B.I can load the old Ubuntu server 7.10 but cannot update it. (would need some help to do that, too).