CentOS 5 :: Yum Doesn't Found Gfortran In Repos

Apr 29, 2011

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:

[CentOS5 base]
name=CentOS-5-Base
mirrorlist=http://mirrorlist.centos.org/?release=5&arch=x86_64&repo=os
#baseurl=http://mirror.centos.org/centos/5/os/x86_64/

[code]....

View 3 Replies


ADVERTISEMENT

OpenSUSE Install :: G77 11.2 - Doesn't Compile With Gfortran

Jan 21, 2010

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?

View 2 Replies View Related

CentOS 5 :: Possible To Update Repos Via Repos

Jan 22, 2010

is it possible to update repository via yum command like yum install/upgrade repositries

View 2 Replies View Related

CentOS 5 :: Are Any Patches Applied To The Software In CentOS Repos?

Dec 20, 2009

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?

View 6 Replies View Related

CentOS 5 :: Yum Repos - 5.2 ?

Sep 3, 2009

I have some production and test server with Centos 5.2, when I try any yum command I get the error message:

I can't and I wan't upgrade to 5.3. where I can find the centos 5.2 repositories? Why the 5.2 repositories are not yet online ?

View 3 Replies View Related

CentOS 5 :: Unable To Install Repos Via Yum?

Feb 24, 2011

i am using internet in my university hostel.there i am on Lan.my ip is ManuallY configured .

ip:192.168.x.x
netmast:255.255.255.0
gateway:192.168.0.1

and i am having problem while downloading repos via yum .

View 14 Replies View Related

CentOS 5 :: Are Any Patches Applied To The Software In Repos

May 12, 2011

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?

View 3 Replies View Related

CentOS 5 :: No Login Manager Installed / Or In Repos?

May 11, 2010

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.

View 3 Replies View Related

CentOS 5 :: Update Perl From Repos / Do I Need To Compile From Source To Get Newer Version?

Sep 5, 2009

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?

View 2 Replies View Related

CentOS 5 :: Mounting Ntfs Partition - Error: "no Such Package In Repos"

Aug 5, 2009

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,"

View 8 Replies View Related

CentOS 5 :: Create Channels To Sync Yum Repos And Smart Channels?

Jun 24, 2010

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

[Code].....

View 2 Replies View Related

Red Hat :: Installing GFortran On RHEL5 With X86

Jan 18, 2011

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:

[Code]...

View 6 Replies View Related

Ubuntu :: Running Gfortran 4.5 In Kubuntu?

Dec 1, 2010

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),

View 4 Replies View Related

Programming :: Can't Compile F77 Code Using Gfortran Or G77

Nov 17, 2009

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

Quote:

$ f77 -c readmixed.f -o readmixed.o
$ f77 -c subroutines.f -o subroutines.o

but the linking fails with

Quote:

$ 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

[code].....

View 2 Replies View Related

CentOS 5 :: Cx88-dvb No Longer Included In The CentOS 5 Kernels Found In Centosplus?

Jul 2, 2009

Why is cx88-dvb no longer included in the CentOS 5 kernels found in centosplus?

It is present in all 2.6.18-92.1.x versions, but not in 2.6.18-128.1.x versions.

View 3 Replies View Related

Debian Programming :: How To Debug A Gfortran Program

Oct 8, 2014

I have Windows 7==>Oracle VB==>Ubuntu==>Gfortran. How do I debug fortran programs? I would like to have a step by step debugging.

View 1 Replies View Related

General :: HERWIG Version Compatible With Gfortran

May 13, 2011

I'm using ubuntu 10.10. I need a HERWIG version compatible with gfortran.Any suggestion will be welcome.

View 1 Replies View Related

General :: Unable To Install Gcc - Gfortran 4.3.3 Compiler

Jan 20, 2010

i am not able to install gfortran compiler. i have

1)gcc-fortran-4.3.3.tar.gz.sig
2) gcc-fortran-4.3.3.tar.gz

i got the public key and verified it using coomand

[Code]....

View 12 Replies View Related

Software :: Gfortran Gives Different Output After Installation OpenSUSE 11.3

Aug 16, 2010

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.

View 2 Replies View Related

Programming :: Gfortran V4.4.1 Run In Machine Gives Runtime Error?

Sep 10, 2010

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:

open(unit=3,file=&
atrain_data/prfdata/temp_pres_cld_profile_for_CRTM2006-06-15T200163.dat',FORM='formatted')
read(3,*)bsepos
read(3,*)toppos
write(3,*)bsepos
write(3,*)toppos

[Code]...

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='..//').

View 2 Replies View Related

Red Hat :: Booting Centos 5.4 - CentOS CD Not Found In Any Of The Media Drives

Apr 7, 2010

Since RHEL is similar to CentOS posting it here.

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.

View 1 Replies View Related

Ubuntu Installation :: Gfortran Missing Some Libraries In Karmic?

Jan 26, 2010

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'

[Code]....

View 1 Replies View Related

Ubuntu :: Error While Compiling Fortran Program With Gfortran

Apr 14, 2011

I've a FORTRAN program that I would like to compile in my machine. I've gfortran installed, so I issue the command: gfortran asc2bin.f write_geogrid.o

but this error are displayed

Code:
asc2bin.f:3.72:
INTEGER isigned,i,j,endian,wordsize,nx,ny,xllcorner,yllcorner,
1
Error: Invalid character in name at (1)

[Code].....

View 1 Replies View Related

Programming :: Generating Avi Files For Movies Directly From Gfortran Programs ?

Mar 5, 2011

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.

View 1 Replies View Related

Programming :: Calling Fftw3 Library Function While Using Gfortran Compiler?

Jul 6, 2011

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):

Code:
program trial
implicit none

[code]...

View 5 Replies View Related

Software :: Link Gfortran Compiled Code With Lapack And Arpack Libraries?

Jun 27, 2009

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?

View 1 Replies View Related

CentOS 5 Networking :: OpenVPN Doesn't Work On CentOS 5.3 With Windows Client?

Jun 27, 2009

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.

[Code]...

View 2 Replies View Related

CentOS 5 Hardware :: CentOS Doesn't Save Video Refresh Infos

Dec 9, 2009

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?

View 4 Replies View Related

General :: CDROM Driver Doesn't Get Found And Installation Aborts

Jul 24, 2010

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).

View 4 Replies View Related

Debian Multimedia :: 7.8 Startx - No Screens Found > Wlan0 Doesn't Exist

Apr 17, 2015

Installed Debian 7.8 KDE next to Windows 8.1.

Installed perfect perfect (except for network part). Grub came up, I selected Linux. After start up I typed

Code: Select allstartx

And I get the

Code: Select allFatal server error: no screens found

Also when I run

Code: Select allsudo iwconfig all I get is
Code: Select alllo        no wireless extensions

eth0            no wireless extensions

Running lspci I get (vga for startx problem and network for WiFi problem)

Code: Select allVGA compatible controller: Intel Corporation  ValleyView SSA-CUnit (rev 0e)
Code: Select allNetwork controller: Atheros Comm. AR9485 Wireless network adapter (rev 01)

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved