Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Apr 2001 18:53:51 -0500
From:      Mike Meyer <mwm@mired.org>
To:        "Ben Hyatt" <benjaminhyatt@hotmail.com>
Cc:        questions@freebsd.org
Subject:   Re: linux apache module
Message-ID:  <15082.1679.152351.941370@guru.mired.org>
In-Reply-To: <118023721@toto.iv>

next in thread | previous in thread | raw e-mail | index | archive | help
Ben Hyatt <benjaminhyatt@hotmail.com> types:
> I've got a linux apache module (bea weblogic proxy plugin) that
> I am trying to get working on freebsd/apache.
> 
> Apache 1.3.12
> 
> Linux compatability enabled
> 
> benh-freebsd# ./apachectl start
> Syntax error on line 238 of /usr/local/apache/conf/httpd.conf:
> Cannot load /usr/local/apache/libexec/mod_wl.so into server: Shared object
> "libc.so.6" not found
> ./apachectl start: httpd could not be started
> 
> libc.so.6 exists in /usr/compat/linux/lib
> 
> any ideas?

Just to verify - you installed apache from the ports tree, right? So
your apache binary is a FreeBSD binary. In which case, it's not going
to get the file translations that the linux ABI layer offers, so you
won't find libc.so.6.

If your apache binary is a linux binary, then you're having config
problems in linux. You might try starting /compat/linux/bin/sh, and
seeing if you can get things working from there.

	<mike
--
Mike Meyer <mwm@mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15082.1679.152351.941370>