Re: compiling apache on RH7

2000-12-20 Thread Chuck Mead
On Tue, 19 Dec 2000, David Talkington spewed into the bitstream: DT> DT>Hi folks -- DT> DT>I searched the archives, and didn't find any mention of this issue, so DT>I'm posting my findings in case it saves someone else some grief. My DT>apologies if it's a known issue that I've missed. DT> DT>I

compiling apache on RH7

2000-12-20 Thread David Talkington
Hi folks -- I searched the archives, and didn't find any mention of this issue, so I'm posting my findings in case it saves someone else some grief. My apologies if it's a known issue that I've missed. I discovered that Apache 1.3.14 refused to compile on my new Red Hat 7 system, using the sam

Re: errors compiling apache.

2000-07-14 Thread Simons
do you have the symbolic link /usr/include/linux -> /usr/usrc/linux/include/linux ? - Original Message - ±H¥óªÌ: "Ajay Sharma" <[EMAIL PROTECTED]> ¦¬¥óªÌ: <[EMAIL PROTECTED]> ¶Ç°e¤é´Á: 2000¦~7¤ë15¤é AM 06:40 ¥D¦®: errors compiling apache. > > I'm ge

errors compiling apache.

2000-07-14 Thread Ajay Sharma
I'm getting errors compiling Apache 1.3.12 on my Redhat 6.1 box. I'm running 2.2.16-3 and I installed the kernel-source rpm too. Here's the error (my "./configure" line is below): [root@drazi apache_1.3.12]# make ===> src make[1]: Entering directory `/opt/src/apac

Re: error compiling apache

1998-06-14 Thread Igmar Palsenberg
>Hi All >I tried to compile apache-1.2.5 on a Redhat5.0 system. >I get a n error almost at the end of compiling the program which >won't allow it to finish. >The error is >mod_auth.o: In function `authenticate-basic_user': >mod_auth.o: (.text+02d0): undefined reference to `crypt` >make: *** [ht

Re: error compiling apache

1998-06-14 Thread Mauricio Teixeira
On Sun, 14 Jun 1998, Michael Hatchard wrote: > I tried to compile apache-1.2.5 on a Redhat5.0 system. > I get a n error almost at the end of compiling the program which won't allow it to >finish. Try to put "-lcrypt" to CFLAGS on your Makefile. _

Re: error compiling apache

1998-06-14 Thread Rita Meng
I get this each time I install apache on my 486 machine. Configure calls GuessOS in /helpers to determine your machine type. It returns linux2 for my computer. If you look at the CASE "$PLAT" set of statements in Configure there is no LIBS="$LIBS -lcrypt" command in the linux2 set of comman

RE: error compiling apache

1998-06-14 Thread Hoe-Teck Wee
Hello!! Just some ideas. Try adding the flag -lcrypt to your compiler flags; it's some RedHat 5 idiosyncrary that caused the trouble, I think. Anyway, why don't you just download the apache-1.2.6 RPMs (most stable release for 1.2.x) instead from ftp.redhat.com or its mirrors instead? I also belie

error compiling apache

1998-06-14 Thread Michael Hatchard
Hi All I tried to compile apache-1.2.5 on a Redhat5.0 system. I get a n error almost at the end of compiling the program which won't allow it to finish. The error is mod_auth.o: In function `authenticate-basic_user': mod_auth.o: (.text+02d0): undefined reference to `crypt` make: *** [httpd] er

RE: Compiling Apache

1998-05-02 Thread Hoe-Teck Wee
Hello there. > regex/libregex.a -lcrypt -ldbm ld: cannot open -ldbm: No such file or > directory make: *** [httpd] Error 1 > > Could anybody tell me where I'm making the mistake? I believe RH 5 does not use dbm anymore, it uses gdbm instead. So u'd have to change the Makefile to amend the flags

Compiling Apache

1998-05-01 Thread J. Carlos Cristobal
Hello: I have apache 1.2.6 on a RH5.0, and I need to recompile it, but I'm having a problem, it ends with a message like this: ... gcc -c -Iregex -O2 -DLINUX=2 mod_auth_db.c gcc -c -Iregex -O2 -DLINUX=2 mod_auth_dbm.c gcc -c -Iregex -O2 -DLINUX=2 mod_browser.c gcc-o httpd alloc.o