I went through the Perfect Server CentOS 5.2 tutorial but when I got to the mod_ruby installation step (12.2) I had this trouble:
Code:
[root@viktor mod_ruby-1.2.6]# ./configure.rb --with-apr-includes=/usr/include/apr-1
checking for a BSD compatible install... /usr/bin/install -c
checking whether we are using gcc... yes
checking Ruby version... 1.8.5
checking for static Apache module support... no
checking for dynamic Apache module support... cannot open /httpd/build/config_vars.mk: No such file or directory at /usr/sbin/apxs line 201.
cannot open /httpd/build/config_vars.mk: No such file or directory at /usr/sbin/apxs line 201.
configure.rb: error: failed to exec /usr/sbin/apxs
yeah, apxs is what's having the problem. Apxs tries to look for some make rules files under /httpd/build/ instead of /usr/lib64/httpd/build/ or /usr/lib/httpd/build/. I made a symbolic link /httpd to /usr/lib64/httpd just to see what would happen but then the compile failed, Although the configure seemed to run fine.
Recent comments
21 hours 16 min ago
1 day 2 hours ago
1 day 3 hours ago
1 day 4 hours ago
1 day 6 hours ago
1 day 10 hours ago
1 day 11 hours ago
1 day 13 hours ago
2 days 2 hours ago
2 days 4 hours ago