Date: Tue, 07 Mar 2006 14:41:43 +0100 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= <gabor.kovesdan@t-hosting.hu> To: ports@FreeBSD.Org Subject: apache 2.2 + mod_ruby? Message-ID: <440D8D97.5060805@t-hosting.hu>
next in thread | raw e-mail | index | archive | help
Hello, I try to set up mod_ruby with apache 2.2, but I get this when I want to install mod_ruby: [root@server /usr/ports/www/mod_ruby]# make ===> mod_ruby-1.2.5 depends on file: /usr/local/bin/ruby18 - found ===> mod_ruby-1.2.5 depends on file: /usr/local/sbin/apxs - found ===> mod_ruby-1.2.5 depends on file: /usr/local/sbin/apxs - found ===> mod_ruby-1.2.5 depends on shared library: eruby.10 - found ===> Configuring for mod_ruby-1.2.5 checking for a BSD compatible install... /usr/bin/install -c checking whether we are using gcc... yes checking Ruby version... 1.8.4 checking for static Apache module support... no checking for dynamic Apache module support... /libexec/ld-elf.so.1: Shared object "libsqlite3.so.8" not found, required by "httpd" apxs:Error: Sorry, no shared object support for Apache. apxs:Error: available under your platform. Make sure. apxs:Error: the Apache module mod_so is compiled into. apxs:Error: your server binary `/usr/local/sbin/httpd'.. /libexec/ld-elf.so.1: Shared object "libsqlite3.so.8" not found, required by "httpd" apxs:Error: Sorry, no shared object support for Apache. apxs:Error: available under your platform. Make sure. apxs:Error: the Apache module mod_so is compiled into. apxs:Error: your server binary `/usr/local/sbin/httpd'.. configure.rb: error: failed to exec /usr/local/sbin/apxs *** Error code 1 I wonder why this happens, since I got both libsqlite3.so.8, both apxs. I also ran ldconfig -m /usr/local/lib, but didn't hepl to recognize libsqlite3.so.8. Cheers, Gabor Kovesdan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?440D8D97.5060805>