Hello Igor,
Monday, December 04, 2000, 4:07:48 PM, you wrote:
IK> On Mon, 4 Dec 2000, Alexei V. Alexandrov wrote:
>> 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.
IK> ������� �� ����������.
IK> ��, ��� ��� �������� ������������� ����. ������ - configure �� �������
IK> regcomp � ����������� pcre (����� �������� -L/usr/local/lib) � ������ -
IK> ���� ��� ��������� ��������� ����������� ��������� �����-�� ��������
IK> �� ����� ����������.
IK> ��������� workaround:
IK> � ����� configure.in ����� ��������:
IK> case "$regexp_val" in
IK> system)
IK> AC_CHECK_FUNC(regcomp, , [echo "regcomp not found in system libraries" 2>&1
IK> AC_DEFINE(REGEX_H, <regex.h>)
IK> ;;
IK> pcre)
IK> ����� pcre) ������ ����
IK> CFLAGS="$CFLAGS -I/usr/local/include"
IK> LIBS="$LIBS /usr/local/lib/libpcreposix.a /usr/local/lib/libpcre.a"
IK> AC_DEFINE(REGEX_H, <pcreposix.h>)
IK> ;;
IK> ������ ���� ��� ���� ������.
IK> ����� ���������� ��������� �� ���������� ��� ��������� configure.in �����
IK> �������
IK> autoconf
IK> ./configure --with-regexp=pcre
IK> make
IK> � ����������, �������� ����� � ����������.
���� � ���� -- ���������� ��� ������� � ��� ��������� �������� �����
p�reposix �� �� regcomp() ������ ��� �� ����� ������� ��� ����� ���
��������� http\:\/\/(www\.){0,}(?!(web\.|koi\.))(.*)\/(.*). ����� ����
����� ������ �������� ������ ���. �������� �� 1.4.22 � �� 1.4.31
(experimental).
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/