parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

Проблемы со сборкой (error while loading shared libraries: libcrypt.so.1)

minimus 05.06.2005 15:40 / 05.06.2005 16:40

Имеется:
ASP Linux 7.3
gcc version 3.3.4
glibc-2.3.4
Apache 1.3.33
Parser 3.1.4
./configure --prefix=/opt/parser --host=i686-pc-linux-gnu --with-static-gc=$HOME/gc/lib \
--with-mysql-client=/usr/lib/mysql/libmysqlclient.so \
--with-sendmail=/usr/sbin/sendmail --disable-safe-mode
Из шелла работает все нормально, однако, при запуске из apache, вылетает с ошибкой:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, xxx@xxx.xx and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
в лог пишет следующее:
parser3.cgi: error while loading shared libraries: libcrypt.so.1: failed to map segment from shared object: Cannot allocate memory
[Sun Jun 5 15:38:36 2005] [error] [client xxx.xxx.xxx.xxx] Premature end of script headers: /www/cgi-bin/parser3.cgi
ссылки libcrypt.so.1 на библу лежат как им и полагается в /usr/lib/ и /lib/
что делать, ума не приложу :(
Кстати:
$ ldd parser3.cgi
libdl.so.2 => /lib/libdl.so.2 (0x4001a000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x4001e000)
libm.so.6 => /lib/i686/libm.so.6 (0x40062000)
libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)