can't find libexpact.so.4

Michael Nottebrock lofi at freebsd.org
Tue Aug 2 21:30:54 GMT 2005


On Tuesday, 2. August 2005 22:49, service at fixer.com wrote:

[Please keep the mailing list CC'd.]

> The first version of apache2 was 2.0.46. It complains that it can't find
> "libexpact.so.4"
> I just downloaded apache-2.0.54
> from the FreeBSD 5.4 section from ftp1.  This time  it complains that
> "mod_ext_filter.so" can't be found.  This is the error message I received.
>
> >Syntax error on line 237 of  /usr/local/etc/apache2/httpd.conf:
> >Cannot load /usr/local/etc/apache2/mod_ext_filter.so into server:
> >Cannot open "/usr/local/etc/apche2/mod_ext_filter.so"
                               ^^^^^

That is a typo, and the complete path in there is wrong as well - apache2 
modules go into /usr/local/libexec/apache2 by default.

I have no idea what exactly you downloaded, but I have the suspicion it was 
not a binary package. Did you extract the archive yourself and did configure, 
make, make install in the dir you got? If so, you should go there again and 
do make uninstall.

The actual binary package of apache2 for FreeBSD 5.4-RELEASE is 
ftp://ftp1.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/All/apache-2.0.53_1.tbz

You can install it with pkg_add. You can also just do pkg_add -r apache2 and 
FreeBSD will automatically fetch and install a binary package of apache2 for 
you. Remember to read the instructions the package displays after 
installation.

-- 
   ,_,   | Michael Nottebrock               | lofi at freebsd.org
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20050802/7d387b39/attachment.bin


More information about the freebsd-questions mailing list