I manually copied mod_perl.so into the right directory (probably not the best approach). Now the server is up and running again, but I still get the error:
[Tue Mar 06 10:31:56 2012] [error] [client 127.0.0.1] failed to resolv
+e handler `ModPerl::Registry': Can't locate ModPerl/Registry.pm in @I
+NC (@INC contains: /home/rianne/perl5/perlbrew/perls/perl-5.14.2/lib/
+site_perl/5.14.2/x86_64-linux-thread-multi /home/rianne/perl5/perlbre
+w/perls/perl-5.14.2/lib/site_perl/5.14.2 /home/rianne/perl5/perlbrew/
+perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi /home/rianne/p
+erl5/perlbrew/perls/perl-5.14.2/lib/5.14.2 . /etc/apache2) at (eval 3
+) line 2.\n, referer: http://localhost/www/Wordclouds/wordclouds.html
I can run run ldd /usr/lib/apache2/modules/mod_perl.so now, this is the outcome:
ldd /usr/lib/apache2/modules/mod_perl.so
linux-vdso.so.1 => (0x00007fffeb376000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f2498a90000
+)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f249880c000)
libcrypt.so.1 => /lib/x86_64-linux-gnu/libcrypt.so.1 (0x00007f2498
+5d2000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f
+24983b5000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f2498016000)
/lib64/ld-linux-x86-64.so.2 (0x00007f249905c000)
Do you see anything missing there?
|