Новости | FAQ | Авторы | Документация | В действии | Библиотека |
Инструменты | Полезные ссылки | Хостинги | Скачать | Примеры | Форум |
minimus 05.06.2005 15:40 / 05.06.2005 16:40
Имеется:./configure --prefix=/opt/parser --host=i686-pc-linux-gnu --with-static-gc=$HOME/gc/lib \Из шелла работает все нормально, однако, при запуске из apache, вылетает с ошибкой:
--with-mysql-client=/usr/lib/mysql/libmysqlclient.so \
--with-sendmail=/usr/sbin/sendmail --disable-safe-mode
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ссылки libcrypt.so.1 на библу лежат как им и полагается в /usr/lib/ и /lib/
[Sun Jun 5 15:38:36 2005] [error] [client xxx.xxx.xxx.xxx] Premature end of script headers: /www/cgi-bin/parser3.cgi
$ 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)