RE: Configure Dell Powervault 110T tape drive

2003-09-25 Thread Vincent_Valdez
> -Original Message- > From: Juan Nin [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 25, 2003 9:39 AM > To: [EMAIL PROTECTED] > Subject: Configure Dell Powervault 110T tape drive > > > Hi, > > I´m trying to install an external tape drive Dell Powervault > 110T on Red Hat 9 > >

Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread Jack Bowling
On Wed, Sep 17, 2003 at 12:44:29AM +0200, [EMAIL PROTECTED] wrote: > > * and then Lists declared > > Assuming you haven't had any luck with the other suggestions regarding > > redhat-config-xfree86, some things to look at (in no specific order) > > > > 1) Does your monitor def have freq rang

Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread nick
* and then Lists declared > Assuming you haven't had any luck with the other suggestions regarding > redhat-config-xfree86, some things to look at (in no specific order) > > 1) Does your monitor def have freq ranges that would allow higher res? > Look in /usr/share/hwdata/MonitorsDB to see i

Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread Lists
Assuming you haven't had any luck with the other suggestions regarding redhat-config-xfree86, some things to look at (in no specific order) 1) Does your monitor def have freq ranges that would allow higher res? Look in /usr/share/hwdata/MonitorsDB to see if you can find the info for your monitor.

Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread nick
* and then [EMAIL PROTECTED] declared > You could always try 'redhat-config-xfree86 --reconfig', so that it > doesn't base your X configuration on your existing screwed up XF86Config > file. Yes, I've done that too. It seems that for some reason I'm locked in low rez... are there any other too

Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread redhat
You could always try 'redhat-config-xfree86 --reconfig', so that it doesn't base your X configuration on your existing screwed up XF86Config file. Chris Purcell, RHCE > > * and then Lists declared >> If that isn't available, have you tried to manually edit >> /etc/X11/XF86Config ? Try some b

Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread nick
* and then Lists declared > If that isn't available, have you tried to manually edit > /etc/X11/XF86Config ? Try some basic values for your display, i.e. > configure for a generic VGA monitor with low resolution. Once X is up, > you can run the GUI tool. Right! - I got X up by swapping modes

Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread Reuben D. Budiardja
Use the good ol' 'Xconfigurator' .. or is that not included in newer RH? I always use that. RDB On Tuesday 16 September 2003 02:56 pm, Kelerion wrote: > using "xf86config" of course.. forgot to mention that..lol > > Kel > > [EMAIL PROTECTED] wrote: > > Hi all, > > > > I can't use redhat-config-x

Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread nick
* and then Kelerion declared > using "xf86config" of course.. forgot to mention that..lol Doesn't exist in redhat 9 but I can use redhat-config-xfree86 --noui Just that question about the lowest sync rate, If I can get *anything* up and running, I can tune it -- Nick W -- redhat-list

Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread nick
* and then Kelerion declared > get it up and running first.. use the lowest sync rate listed.. get into > X.. and then you can run redhat-config-cfree86 > > thats what I did anyways when I installed RH on a new machine.. Ok, what would 'the lowest sync rate' be? This is what mine currently

Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread Lists
XFree86 used to include a utility called xf86config which was a text based tool to generate XF86Config files. Check to see if it's installed on your system. e.g. "locate xf86config" If that isn't available, have you tried to manually edit /etc/X11/XF86Config ? Try some basic values for your disp

Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread Kelerion
using "xf86config" of course.. forgot to mention that..lol Kel [EMAIL PROTECTED] wrote: Hi all, I can't use redhat-config-xfree86 as it won't start of course! I do not know the monitor sync ranges and although it worked just fine on my old RIVA 2 card, the built in S3 ProSavage KM133 is hva

Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread Kelerion
get it up and running first.. use the lowest sync rate listed.. get into X.. and then you can run redhat-config-cfree86 thats what I did anyways when I installed RH on a new machine.. hth Kel [EMAIL PROTECTED] wrote: Hi all, I can't use redhat-config-xfree86 as it won't start of course!

Re: Configure vsftp

2003-08-27 Thread Sean Estabrooks
On Wed, 27 Aug 2003 16:14:09 -0500 (CDT) "Distribution Lists" <[EMAIL PROTECTED]> wrote: > is this set in > vsftp.conf ? > > Regards > Yes, take a look at the man page for vsftpd.conf: man vsftpd.conf Cheers, Sean -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://w

Re: Configure vsftp

2003-08-27 Thread Distribution Lists
is this set in vsftp.conf ? Regards > On Wed, 27 Aug 2003 15:15:29 -0500 (CDT) > "Distribution Lists" <[EMAIL PROTECTED]> wrote: > >> I am using vsftp as an anonymous ftp, but at the same time I many users >> in >> /etc/passwd, that use the server for SMTP and POP3. >> >> However I want to open u

Re: Configure vsftp

2003-08-27 Thread Sean Estabrooks
On Wed, 27 Aug 2003 15:15:29 -0500 (CDT) "Distribution Lists" <[EMAIL PROTECTED]> wrote: > I am using vsftp as an anonymous ftp, but at the same time I many users in > /etc/passwd, that use the server for SMTP and POP3. > > However I want to open up ftp to just one user using vsftp, how can I do

Re: configure RH9 httpd RPM to use php?

2003-07-14 Thread Bill Tangren
Hardy Merrill wrote: Rick Warner [EMAIL PROTECTED] wrote: On Mon, 2003-07-14 at 11:16, Bill Tangren wrote: Is it possible to configure the httpd rpm in RH 9 to use php, or do I need to install apache from source and configure it that way? I have php and apache installed (from RPM's), but the ne

Re: configure RH9 httpd RPM to use php?

2003-07-14 Thread Hardy Merrill
Rick Warner [EMAIL PROTECTED] wrote: > On Mon, 2003-07-14 at 11:16, Bill Tangren wrote: > > Is it possible to configure the httpd rpm in RH 9 to use php, or do I > > need to install apache from source and configure it that way? I have php > > and apache installed (from RPM's), but the necessary m

Re: configure RH9 httpd RPM to use php?

2003-07-14 Thread Rick Warner
On Mon, 2003-07-14 at 11:16, Bill Tangren wrote: > Is it possible to configure the httpd rpm in RH 9 to use php, or do I > need to install apache from source and configure it that way? I have php > and apache installed (from RPM's), but the necessary modules don't seem > to have been included in

Re: configure: error: Your OpenSSL headers do not match your library

2003-07-12 Thread Ed Wilts
On Fri, Jul 11, 2003 at 06:11:54PM -0700, Al Sparks wrote: > I'm running RH 7.2. > > I'm trying to manually (via tarballs) install openssh-3.6p1. I've > already installed openssl-0.9.6j. When I configure openssh with > > ./configure \ > --prefix=/usr/local \ > --sysconfdir=/etc \

Re: Configure failure for PHP on RH9

2003-06-12 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 11 Jun 2003 08:16:04 -0500, John Nichel wrote: > > Why did you download that libXpm.3.4f-ELF.tar.gz file? > > What's wrong with libXpm as included within Red Hat's packages? > > > > XFree86-libs-4.3.0-2 > > > > /usr/X11R6/lib/libXpm.so.4

Re: Configure failure for PHP on RH9

2003-06-11 Thread John Nichel
Michael Schwendt wrote: Why did you download that libXpm.3.4f-ELF.tar.gz file? What's wrong with libXpm as included within Red Hat's packages? XFree86-libs-4.3.0-2 /usr/X11R6/lib/libXpm.so.4 /usr/X11R6/lib/libXpm.so.4.11 XFree86-devel-4.3.0-2 /usr/X11R6/lib/libXpm.a /usr/X11R6/lib/

Re: Configure failure for PHP on RH9

2003-06-11 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 10 Jun 2003 20:10:32 -0500, John Nichel wrote: >I'm trying to configure php with xpm ( --with-xpm-dir=/usr/X11R6 ), > and I keep getting this error > > configure: error: Problem with libXpm.(a|so) or libX11.(a|so). Please > check co

RE: Configure secondary mail server

2003-04-03 Thread santosh kumar
inal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zoki Sent: Wednesday, April 02, 2003 7:22 PM To: rhlist Subject: Re: Configure secondary mail server Le 01/04/2003 11:05, « santosh kumar » <[EMAIL PROTECTED]> a écrit : > Hi folks, > > Can any one tell

RE: Configure secondary mail server

2003-04-03 Thread santosh kumar
Hi, Need to configure a 2nd mail server to swich instantly in case of 1st server crashes.. Regds, santosh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zoki Sent: Wednesday, April 02, 2003 7:22 PM To: rhlist Subject: Re: Configure secondary mail server

Re: Configure secondary mail server

2003-04-02 Thread Zoki
Le 01/04/2003 11:05, « santosh kumar » <[EMAIL PROTECTED]> a écrit : > Hi folks, > > Can any one tell me how to configure secondary mail server to > fetch mail. Right now have a POP3 mail server which is configured with > fetchmail so I > want to configure another mail server as a backup , which

Re: configure amanda

2003-03-28 Thread Matthew Saltzman
On Fri, 28 Mar 2003, Jianping Zhu wrote: > Thanks for respose. > > I have redhat7.3 box r1 r2 r3. > r1 has amanda amanda-server amanda-client and tape > r2 has amanda amanda-client > r3 has amanda amanda-client > > now i want backup /home directies of all there boxes to tape. > I have not idea whe

Re: configure amanda

2003-03-28 Thread Jianping Zhu
Thanks for respose. I have redhat7.3 box r1 r2 r3. r1 has amanda amanda-server amanda-client and tape r2 has amanda amanda-client r3 has amanda amanda-client now i want backup /home directies of all there boxes to tape. I have not idea where to start. can anybody give me sone hints. and also r1

Re: configure amanda server

2003-03-28 Thread Jeff Kinz
On Fri, Mar 28, 2003 at 09:12:22AM -0500, Jianping Zhu wrote: > i have redat 7.3 > I have insall amada and amanda-server rpms in my server, but i am not > sure where to put amanda.conf and how to change the amanda.conf in the > /example directory. Can somebody give me some suggestion and give me a

Re: configure the file-roller

2002-11-07 Thread Michael Grosseck
sorry I forgot a don't. I mean I don't like quick and dirty things much :) by Michael -- redhat-list mailing list unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: configure the file-roller

2002-11-07 Thread Michael Grosseck
Hi Patrick, may we misunderstand us. I know that I can make a symlink. But I don't like this way. I like to know how I change this in general. May I want to change other things as well. i.e. I don't like the viewer for jpegs. Then I have to erase this viewer to make a symlink to the new program

Re: configure the file-roller

2002-11-07 Thread Patrick
Op donderdag 7 november 2002 21:02, schreef Michael Grosseck: just do in the directory where bzip2 is ( i don't have it on my system): ln -s ./bzip2 ./bzip this create a link from bzip2 to bzip the next time that bzip is called it goes to bzip2 > Hi Patrick, > > thanks for your quick answer.

Re: configure the file-roller

2002-11-07 Thread Michael Grosseck
Hi Patrick, thanks for your quick answer. yes this is a possibility. But I think this is quick and dirty. May I like to change some other things as well. So I need to know, how it works in general. Patrick wrote: Op donderdag 7 november 2002 18:36, schreef Michael Grosseck: what about creati

Re: configure the file-roller

2002-11-07 Thread Patrick
Op donderdag 7 november 2002 18:36, schreef Michael Grosseck: what about creating a link that called bzip ? quick and easy Patrick > Hi folks, > > how can I modify the file-roller for bzip files? Nautilus doesn't find > the bzip program because it's called bzip2 now. > > Thanks > By Michael --

Re: configure Epson Stylus C20SX

2002-10-13 Thread linux power
Cups doesent have the driver for that printer. You must download turboprint. A nice little rpm for cups that support the printer. I have exactly that printer connected to my linuxbox. --- Martín Marqués <[EMAIL PROTECTED]> skrev: > I have a RedHat 7.2 with a Epson Stylus C20SX, and I > just ca

Re: configure Epson Stylus C20SX

2002-10-13 Thread Martín Marqués
On Sáb 12 Oct 2002 00:34, linux power wrote: > Cups doesent have the driver for that printer. > You must download turboprint. A nice little rpm for > cups that support the printer. I have exactly that > printer connected to my linuxbox. The turboprint homepage says that it supports the C20UX pri

Re: configure Epson Stylus C20SX

2002-10-12 Thread linux power
Sorry. I have the UX. No I really dont know if it matter, so I would tried the turbo driver.Anyway its a little rpm that fits cups and install whitout any problems. So you can easily remove if it doesnt work. --- Martín Marqués <[EMAIL PROTECTED]> skrev: > On Sáb 12 Oct 2002 00:34, linux power

Re: Configure webalizer

2002-09-30 Thread Martin Mewes
Hello, Achmad Mardiansyah wrote: > i have some problem with my webalizer. > the traffic measurement of my web always reset every 7 days. > so, i can't analyze my web.. This is from a dummy for my users: LogFile /var/log/httpd/path.to.log.log OutputDir /home//htdocs/webalizer Repo

Re: Configure webalizer

2002-09-30 Thread k.clair
Also, when you run webalizer, you can give it the -p flag to tell it to preserve the history. kristina On Mon, Sep 30, 2002 at 12:10:14PM -0400, Mitchell Wright wrote: - Sounds like your config isn't quite right. Check this for more: - - ftp://ftp.mrunix.net/pub/webalizer/README - - Search for

Re: Configure webalizer

2002-09-30 Thread Mitchell Wright
Sounds like your config isn't quite right. Check this for more: ftp://ftp.mrunix.net/pub/webalizer/README Search for incremental. On 9/30/02 11:33 AM, "Achmad Mardiansyah" <[EMAIL PROTECTED]> wrote: > heloow guys.. > > i have some problem with my webalizer. > the traffic measurement of my web

Re: Configure options used to create RPMs

2002-06-22 Thread David McGlone
On Saturday 22 June 2002 07:29 pm, [EMAIL PROTECTED] wrote: > Does anyone know how to figure out the ./configure options that were used > to produce a binary rpm? For example, I installed apache on my RedHat 7.3 > system, and now I'd like to add some modules. I'm going to recompile > Apache, and I

Re: Configure options used to create RPMs

2002-06-22 Thread Greg Wright
*** REPLY SEPARATOR *** On 22/06/2002 at 6:29 PM [EMAIL PROTECTED] [gregausit/redhat-list] wrote: >Does anyone know how to figure out the ./configure options that were used >to produce a binary rpm? For example, I installed apache on my RedHat 7.3 >system, and now I'd like to

Re: Configure apache to use wild cards (Was: rpm freshen via http)

2002-06-21 Thread Anand Buddhdev
On Fri, Jun 21, 2002 at 05:11:42PM -0300, Martín Marqués wrote: > > Use FTP. An HTTP server cannot expand wildcards, but an FTP server can. > > Is it posible to configure apache to accept wildcards? No. HTTP was not designed for wildcarding, and even Apache, though it can do some incredible thi

Re: Configure sound on 810-815 chipset motherboard

2002-03-18 Thread bbales
Ezra, I had three identical machines with M810 MB. Tried RH 6.2, 7.0, and Mandrake 8.1. None of these seemed to have the SiS drivers needed. RH 7.2 did, but I had lots of problems installing. I used different amounts of shared memory during the install on all: 1MB on one, 4MB on one and 32M

Re: Configure sound on 810-815 chipset motherboard

2002-03-18 Thread Ezra Nugroho
I just read from Xfree86.org about sis630 support. It was supported (maybe as 2D only) in XFree86 3.3.6, but not yet in XFree 4.x I installed only 4.1. That's why I got segmentation fault. I am hopping that it will come up in XFree 4.3.0 How much shared memory did you use? How big is your AGP app

Re: Configure sound on 810-815 chipset motherboard

2002-03-17 Thread bbales
I have an M810 SiS motherboard and have good vga video, but have been working for weeks to get printing and sound working. No success, so far. Had good color printing with gimp at first , but now I have screwed that up trying to get cups and gimp-print installed. ./configure gimp-print gives

RE: Configure sound on 810-815 chipset motherboard

2002-03-16 Thread Ezra Nugroho
May I assume that you have VGA working with SIS 810 chipset? How did you do that? When I did Xconfigurator, it gives segmentation fault. Kernel 2.4.18 mentions support for sis videocard (and many other sis things) but when I compiled it with those sis support turned on, it failed when I did make b

Re: Configure sound on 810-815 chipset motherboard

2002-03-15 Thread Lewi
; From: Ashwin Khandare [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 15, 2002 11:49 AM > To: [EMAIL PROTECTED] > Subject: Re: Configure sound on 810-815 chipset motherboard > > > The sound card which i m using is comes built it in with motherboard > > - Original Message --

RE: Configure sound on 810-815 chipset motherboard

2002-03-14 Thread PRASADSL
sachin -Original Message-From: Ashwin Khandare [mailto:[EMAIL PROTECTED]]Sent: Friday, March 15, 2002 11:49 AMTo: [EMAIL PROTECTED]Subject: Re: Configure sound on 810-815 chipset motherboard The sound card which i m using is comes built it in with motherboard

Re: Configure sound on 810-815 chipset motherboard

2002-03-14 Thread Ashwin Khandare
The sound card which i m using is comes built it in with motherboard - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 5:51 PM Subject: RE: Configure sound on 810-815 chipset motherboard just stay by my

RE: Configure sound on 810-815 chipset motherboard

2002-03-13 Thread PRASADSL
just stay by my side buddy i have been trying to do that since one week...i have a compaq presario 7500 model and has a 810i chipset just watch out...i ll tell u more but first confime me your soundcard is ESS allegro or not -Original Message-From: Ashwin Khandare [m

Re: ./configure

2002-01-29 Thread Jesus Ortega (a.k.a. Nitebirdz)
On Tue, 29 Jan 2002, [EMAIL PROTECTED] wrote: > Sorry, RH newbie: > > I downloaded a distribution, expanded the archive, and then I was (according > to directions) supposed to do a "./configure" command, then a "make" command > then a "make install". When I did the "./configure" I got- "bash: co

Re: ./configure

2002-01-29 Thread Cameron Simpson
On 13:22 29 Jan 2002, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: | I downloaded a distribution, expanded the archive, and then I was (according | to directions) supposed to do a "./configure" command, then a "make" command | then a "make install". When I did the "./configure" I got- "bash: confi

Re: ./configure

2002-01-29 Thread Francisco Neira
ut I didn't see it. Is it possible that upon > expanding the file that it did the "configure" automatically? And once > "./configure" is run does this then remove "configure" from a directory? > > Mark > > -- > >From: "Francisco Ne

Re: ./configure

2002-01-29 Thread Statux
ancisco Neira" <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > >Subject: Re: ./configure > >Date: Tue, Jan 29, 2002, 1:21 PM > > > > > ./configure means "execute configure that exists in this d

Re: ./configure

2002-01-29 Thread [EMAIL PROTECTED]
"configure" from a directory? Mark -- >From: "Francisco Neira" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: Re: ./configure >Date: Tue, Jan 29, 2002, 1:21 PM > > ./configure means "execute config

Re: ./configure

2002-01-29 Thread Francisco Neira
./configure means "execute configure that exists in this directory". Make sure you are positioned in the directory that actualy contains "configure". Hope this helps Francisco ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.

Re: Configure samba for public access

2001-11-27 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 27 Nov 2001, Reuben D Budiardja wrote: >I want to share my file using samba so that it's accessible for public (read >only) without password. I've searched and looked documentation, but nothing >really works. Could someone help me on how to

Re: Configure samba for public access

2001-11-27 Thread Reuben D Budiardja
The OS won't allow me to create user with no passwd, i guess. The only guest definition I have in global is guest account = nobody And yes, I can access the box using my own password. I can mount it as smbmount from another machine using my passwd. But I want is so that anyone can mount that

Re: Configure samba for public access

2001-11-27 Thread mike
On Wed, 2001-11-28 at 01:38, Reuben D Budiardja wrote: > On Tuesday 27 November 2001 08:07 pm, you wrote: > > Couple of points > > > > In what way doesn't it work - ie what feedback do you get? > > It's still asking for password. My user passwd to be exact. I am the only > user in the machine. >

Re: Configure samba for public access

2001-11-27 Thread mike
On Wed, 2001-11-28 at 01:38, Reuben D Budiardja wrote: > On Tuesday 27 November 2001 08:07 pm, you wrote: > > Couple of points > > > > In what way doesn't it work - ie what feedback do you get? > > It's still asking for password. My user passwd to be exact. I am the only > user in the machine. Y

Re: Configure samba for public access

2001-11-27 Thread Reuben D Budiardja
On Tuesday 27 November 2001 08:07 pm, you wrote: > Couple of points > > In what way doesn't it work - ie what feedback do you get? It's still asking for password. My user passwd to be exact. I am the only user in the machine. > What unix permissions are on the drive to be shared permission 755

Re: Configure samba for public access

2001-11-27 Thread mike
Couple of points In what way doesn't it work - ie what feedback do you get? What unix permissions are on the drive to be shared What permissions are on the share What is the status of guest Have you got adduser script On Wed, 2001-11-28 at 00:14, Reuben D Budiardja wrote: > > Hi, > I want to s

Re: Configure a NIS server

2001-03-21 Thread Daouda LO
"Alejandro J. Gallegos" <[EMAIL PROTECTED]> writes: > Hi: > do you know if RPC is necessary to configure a NIS server? when i try > to compile the Makefile file the system advice me that the RPC program > isn't registered and i don't know how to solve this problem. launch portmap

Re: Configure a DNS server

2000-08-01 Thread Greg Wright
*** REPLY SEPARATOR *** On 1/08/00 at 11:27 Duncan Hill wrote: >On Tue, 1 Aug 2000, James Montz wrote: > >> Id suggesty using the Webmin Web Interface progarm. >> It makes quick work of DNS entries. >> >> Webmin can be found at http://www.webmin.com >> >> Then I would make m

Re: Configure a DNS server

2000-08-01 Thread Duncan Hill
On Tue, 1 Aug 2000, James Montz wrote: > Id suggesty using the Webmin Web Interface progarm. > It makes quick work of DNS entries. > > Webmin can be found at http://www.webmin.com > > Then I would make myself familiar with the DNS How-To > > http://www.redhat.com/mirrors/LDP/HOWTO/DNS-HOWTO.ht

Re: Configure a DNS server

2000-08-01 Thread James Montz
Id suggesty using the Webmin Web Interface progarm. It makes quick work of DNS entries. Webmin can be found at http://www.webmin.com Then I would make myself familiar with the DNS How-To http://www.redhat.com/mirrors/LDP/HOWTO/DNS-HOWTO.html James C. Montz RHCE Systems En

Re: ./configure problems

2000-03-10 Thread Danny
Yes you can look for the actual gcc RPMS in the Redhat 6.1 CD if you want. On Sat, 11 Mar 2000, Thomas Ribbrock \(Design/DEG\) wrote: > On Sat, Mar 11, 2000 at 12:33:47PM +1100, Danny wrote: > > and if you don't select "everything" in the custom install it won't > > install the C Compiler for y

Re: ./configure problems

2000-03-10 Thread Rodrigo Moya
"Thomas Ribbrock (Design/DEG)" wrote: > On Sat, Mar 11, 2000 at 12:33:47PM +1100, Danny wrote: > > and if you don't select "everything" in the custom install it won't > > install the C Compiler for you. > > > > Solution to your problem :- > > > > Goto www.rpmfind.net and get the RPM for cc or gcc

Re: ./configure problems

2000-03-10 Thread Thomas Ribbrock \(Design/DEG\)
On Sat, Mar 11, 2000 at 12:33:47PM +1100, Danny wrote: > and if you don't select "everything" in the custom install it won't > install the C Compiler for you. > > Solution to your problem :- > > Goto www.rpmfind.net and get the RPM for cc or gcc. I haven't looked at a 6.1 CD yet - but shouldn't

Re: ./configure problems

2000-03-09 Thread Avista Tech Support
Danny, Thanks for your help. I am running RedHat 6.1, and yes I did a custom install. Therefore, I suspect you are right in that I didn't install the compiliers. Those are probably in the development tools which I didn't select. I will give er a shot, thank you! Trevor Hellman (part b

Re: ./configure problems

2000-03-09 Thread Danny
Hello, in order for me to assist you I need to know the answers to the following question :- 1) What version of Redhat are you running? 2) Did you perform workstation, server, custom install? I suspect :- the problem is you ran the custom installation of linux. (Server, Workstation used to tra

Re: Configure

1998-06-09 Thread Clemens Adler
What is configure supposed to do?? clemens > Can anyone help me figure out how to run 'configure' > It always tells me command not found, so if it is not installed by default > where can I find the program? > Thanks > > > -- > PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST

Re: Configure

1998-06-09 Thread Matt Housh
If you're referring to a configure program/script from some package that you've just downloaded and untarred, try './configure', as the current directory is most likely not in your path. --- Matt Housh email:

Re: ./configure compiling WindowMaker .63 in Redhat 5.0

1998-04-22 Thread Paul Fontenot
You are going to need the xpm-3.4j-1.i386.rpm and the xpm-development-3.4j-1.i386.rpm. I'm running Windowmaker-0.14-1. Compiled from src, slick as can be. Any questions about Windowmaker just ask. -Paul On Wed, 22 Apr 1998, Mccorkle Joe wrote: > I'm still having problems with ./configu

Re: ./configure compiling WindowMaker .63 in Redhat 5.0

1998-04-22 Thread Pete Toscano
Joe, Try Windowmaker-0.14.1. Despite the fact that 0.6.3 is called the latest "stable" version, many other people and I find that 0.14.1 is the more stable of the two. Also, I think the build is a lot easier for the newer one. Check it out and let me know if you're still having problems.

RE: Configure of an Internal Tape Drive?

1998-03-21 Thread Dave Wreski
On 21-Mar-98 Dave Watts wrote: > Hi, > > I am trying to figure out how to configure the Conner Internal Tape Drive > I have on my system. Being some what new at this I'm not exactly sure where > to > start. I do know the tape drive is using I/O port 3f0 and IRQ 6. Is there a > HOW > TO that rel