FreeBSD 3.0-RELEASE Apache 1.3.2 problem

1999-01-15 Thread Igor Shulgin
Hi All!

I recently installed FreeBSD 3.0-RELEASE from ftp.freebsd.org and
Apache/1.3.2 (Server version: Apache/1.3.2 (Unix). Server built:   Oct 14
1998 23:19:52) from
ftp.freebsd.org/pub/FreeBSD/3.0-RELEASE/packages/www/apache-1.3.2.tgz .
After running 'pkg_add apache-1.3.2.tgz' I renamed all
/usr/local/etc/apache/*.conf.default in *.conf . Nothing other was changed.
After running /usr/local/etc/rc.d/apache.sh I see next message on screen:

Local package initialization:Syntax error on line 26 of
/usr/local/etc/apache/httpd.conf:
Cannot load /usr/local/libexec/apache/mod_mime_magic.so into server:
/usr/local/libexec/apache/mod_mime_magic.so: Undefined symbol
ap_make_sub_pool

Therefore httpd is not running. File
/usr/local/libexec/apache/mod_mime_magic.so exist with rights rwxr-xr-x.
In file /usr/local/etc/apache/httpd.conf there is line (1st line among
others LoadModule):

LoadModule mime_magic_module  libexec/apache/mod_mime_magic.so

What I have done wrong?
Is it possible to run Apache 1.3.x on FreeBSD 3.0 ?



---
  With good wishes,
Igor Shulgin
--
Phone/fax: +7 (3512) 65-49-51  | SIE Garant-Ural
E-mail: igo...@garural.chel.su |




To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: FreeBSD 3.0-RELEASE Apache 1.3.2 problem

1999-01-15 Thread John Fieber
On Fri, 15 Jan 1999, Igor Shulgin wrote:

 What I have done wrong?
 Is it possible to run Apache 1.3.x on FreeBSD 3.0 ?

Yes but you need to install a more recent port or package.  The
conversion to ELF tripped up a few things like Apache that didn't
know about ELF FreeBSD systems.  That is all fixed now.

(See the FreeBSD FAQ for more info about the ELF conversion)

-john


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message