Mailing List
Home
Linux - General Red Hat Linux discussion list
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Installation - Getting started with Red Hat Linux
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 8.0 - Discussion of Red Hat Linux 8.0 (Psyche)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.1 - Discussion of Red Hat Linux 7.1 (Seawolf)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
install apache 2.0 - source or rpm?

install apache 2.0 - source or rpm?

2004-02-11       - By j.travis

 Back
Reply:     1     2     3     4     5     6     7  

> I am trying to build an apache 2.0.48 rpm for
> RedHat 9 like this:
>

One thing I have had a heck of a time with is getting Apache 2.0.48 to
jive with the default openssl packages on RedHat 9.0 . So if you will
allow me to rephrase your question into one that I have a keen interest
in...

> > > Has anyone here been able to compile a recent Apache (.0.47,0.48)
with SSL as a
shared module & with the default openssl libraries provided with RedHat
9.0? " < < <

I have actually given up on this after banging my head against it
for a while. I ended up doing this instead:

##################################################
cd /tmp
wget http://www.openssl.org/source/openssl-0.9.7c.tar.gz

tar -zxvf openssl-0.9.7c.tar.gz

cd /tmp/openssl-0.9.7c
./Configure linux-elf --prefix=/usr/local
make
make install

cd /tmp
wget http://www.apache.org/dist/httpd/httpd-2.0.48.tar.gz


tar -zxvf httpd-2.0.48.tar.gz
cd /tmp/httpd-2.0.48
vim config.layout

<Layout RedHat >
prefix: /usr
exec_prefix: ${prefix}
bindir: ${prefix}/bin
sbindir: ${prefix}/sbin
libdir: ${prefix}/lib
libexecdir: ${prefix}/lib/httpd/modules
mandir: ${prefix}/man
sysconfdir: /etc/httpd/conf
datadir: /var/www
installbuilddir: ${datadir}/build
errordir: ${datadir}/error
iconsdir: ${datadir}/icons
htdocsdir: ${datadir}/html
manualdir: ${datadir}/manual
cgidir: ${datadir}/cgi-bin
includedir: ${prefix}/include/httpd
localstatedir: /var
runtimedir: ${localstatedir}/run
logfiledir: ${localstatedir}/log/httpd
proxycachedir: ${localstatedir}/cache/httpd
</Layout >


cd /tmp/httpd-2.0.48
./configure --enable-ssl=static --with-ssl=/usr/local/bin/ \
-with-mpm=prefork --enable-layout=RedHat --enable-so \
--enable-mods-shared= "cgi info status rewrite speling usertrack
mime-magic " \
--disable-ext-filter --enable-deflate


make
make install




>
> A more basic question is, what is the preferred way
> to get the latest software into RedHat 9?
>
> Should I just compile from source and run out of
> /usr/local ?

I am in this process of slowly upgrading one package after another by
manually compiling them. Some into /usr/local but wherever possible
trying to replace the same directory structure and compile methodology
as found in the SPEC files. It 's quite a process...



--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list