Hi all.
Помнится, не так уж и давно тут шли речи по поводу глюков
mod_perl+Apache на тему ненахождения символов PL_****** при попытке
подключения DBD (Mysql, Pg, Oracle etc etc)
Потеряв много времени на разбирательство с этим ( mod_perl-1.23 +
Apache-1.3.12RUS на BSD 3.4/i386, perl 5.00503) впустую, стал искать коллег
по несчастию. Самое утешительное, что нашлось -
[ http://win.www.bcs.zp.ua/en/manuals/perl/mod-perl-guide/troubleshooting.html ]
Check that all your modules are compiled with the same perl that is
being compiled into mod_perl. perl 5.005 and 5.004 are not binary
compatible by default.
<...>
The solution to these problems is to rebuild Perl and any extension
modules from a fresh source tree.
It's Solaris OS specific.
^^^^^^^------------- ??
Вроде всё хорошо, но свежий Perl 5.6.0-stable при попытках сборки
осыпался с мессагами вроде
<...>
opmini.o(.text+0x5944): undefined reference to `Perl_safesysmalloc'
opmini.o(.text+0x595a): undefined reference to `PL_ppaddr'
opmini.o(.text+0x5974): undefined reference to `PL_opargs'
<...>
и тому подобное, т.е. компилятор не мог найти те же самые символы что
и в своё время DynaLoader.pm, вызываемый через mod_perl
Итак, спрашиваю уважаемых читателей - если кому-либо удалось запустить
комбинацию mod_perl+BSD3.4, то какая версия perl'а на всём этом стояла
и (если perl ставился из src а не c дистрибутивом бсди) как люди
боролись с глюками на стадии сборки perl'a
Cheers,
duke <void@xxxxxxx | http://void.ru>
---------------------------------------
nothing is illegal until you get caught
=============================================================================
= Apache-Talk@xxxxxxxxxxxxx mailing list =
Mail "unsubscribe apache-talk" to majordomo@xxxxxxxxxxxxx if you want to quit.
= Archive avaliable at http://www.lexa.ru/apache-talk =
"Russian Apache" includes software developed
by the Apache Group for use in the Apache HTTP server project
(http://www.apache.org/) See
Apache LICENSE.
Copyright (C) 1995-2001 The Apache Group. All rights reserved.
Copyright (C) 1996 Dm. Kryukov; Copyright (C)
1997-2009 Alex Tutubalin. Design (C) 1998 Max Smolev.