Date: Fri, 22 Sep 2000 00:25:03 +0100 From: "Steve H" <steve@yossarian.demon.co.uk> To: <greg@greg.rim.or.jp> Cc: <ports@FreeBSD.org> Subject: FreeBSD Port: apache-jserv-1.1.2 Message-ID: <NCBBJJHCFKMDHAFFPHNIKEAFCEAA.steve@yossarian.demon.co.uk>
next in thread | raw e-mail | index | archive | help
Hi, I installed the jserv port recently. However, I got a file format error when trying to loadmodule mod_jserv.so when starting apache. On closer inspection, I looked at the file format of mod_jserv.so, and found it to be an archive library file. So I ran: mkdir tmp mv mod_jserv.so tmp ; cd tmp ar x mod_jserv.so cc -shared *.o -o mod_jserv.so mv mod_jserv.so .. This time when I started apache, all worked correctly. Any ideas, thoughts, reasons for the mod_jserv.so file being installed as an archive library file? Rgds, Steve Huckle Yossarian Computing Ltd. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NCBBJJHCFKMDHAFFPHNIKEAFCEAA.steve>