Hello everyone,
����� ��������, ����� ������� � ������ � ��� ������ �����, �� ��� ��
����� ������ ������� ���������� ������ ������. ��� �������������
������ accel ��� ���������� �� ��������� ��������� ���������, �
����� �����������. ������ pcre � �������� �� ������, �� �������
�������� oops. ����� ������������ oops -lpcreposix � -lpcre
������������, �� �� ����� ���������� �������� warning ���� �����:
/usr/lib/libc.so.3: WARNING! setkey(3) not present in the system!
/usr/lib/libc.so.3: WARNING! des_setkey(3) not present in the system!
/usr/lib/libc.so.3: WARNING! encrypt(3) not present in the system!
/usr/lib/libc.so.3: WARNING! des_cipher(3) not present in the system!
/usr/lib/libc.so.3: warning: this program uses f_prealloc(), which is stupid.
���� �� ����� ������� � ��� ��������� ����. �� �� �����, �����
�������� ��� ������� � ������ ����� ������ ��� accel � ����� ���
������ �����, ��� ������ ����, �� ���� regcomp() ����� ������. ���
����� � pcretest � ������� ��������� ����� ����. ��� ���������
������������, ����� �������� accel.c �� ������� �������� ����
���������� ������ �� ����� regcomp() � ����:
rc = regcomp(&map->preg, buf, REG_EXTENDED|REG_ICASE);
if (rc != 0) {
(void)regerror(rc, &map->preg, (char *)buffer, sizeof(buffer));
verb_printf("parse_map_acl(): Cant regcomp %s, eror no: %d - %s\n", buf, rc,
buffer);
free(map);
goto done;
}
�� �����, ��� �� ���� ������������������ ������... ������� ���������
������� �� ��� ���� �� �����, ���� � ����� �� ���� �������� �� �����
������, �� �������� � segfault. �������� ���������, �������� ���
����..
#ldd oops
oops:
libc_r.so.3 => /usr/lib/libc_r.so.3 (0x28088000)
libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x28116000)
libpcreposix.so.0 => /usr/local/lib/libpcreposix.so.0 (0x2812b000)
libpcre.so.0 => /usr/local/lib/libpcre.so.0 (0x2812e000)
libc.so.3 => /usr/lib/libc.so.3 (0x28137000)
# ldd oops.old
oops.old:
libc_r.so.3 => /usr/lib/libc_r.so.3 (0x2808e000)
libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x2811c000)
map_acl UNIXUSER http\:\/\/(www\.){0,}(?!(web\.|koi\.))(.*)\/(.*) koi.$3/$4
ACL UNIXUSER ������������ ���������.
Best regards,
Alexei V. Alexandrov | @ ElcomSoft Ltd. | Phone: +7 095 974-11-62
System Administrator | www.elcomsoft.com | Mail: [EMAIL PROTECTED]
---------------------+-------------------+-------------------------
*** It`s always a long day, 86400 doesn`t fit into a short. ***
=====================================================================
If you would like to unsubscribe from this list send message to
[EMAIL PROTECTED] with "unsubscribe oops" in message body.
Archive is accessible on http://www.paco.net/oops/