$ rpm -qi httpd
Name : httpd
Version : 2.2.22
Release : 4.fc18
Architecture: i386
Install Date: Чт. 29 авг. 2013 17:51:00
Group : System Environment/Daemons
Size : 7832692
License : ASL 2.0
Signature : (none)
Source RPM : httpd-2.2.22-4.fc18.src.rpm
Build Date : Чт. 29 авг. 2013 17:46:45$ tail /etc/httpd/conf/httpd.conf
. . .
IncludeOptional conf.d/*.conf
LoadModule _1cws_module "/opt/1C/v8.3/i386/wsapch2.so"
$ ld -rpath /opt/1C/v8.3/i386 wsapch2.so
ld: warning: cannot find entry symbol _start; not setting start address
wsapch2.so: undefined reference to `ap_rputs'
wsapch2.so: undefined reference to `apr_brigade_create'
wsapch2.so: undefined reference to `apr_brigade_cleanup'
wsapch2.so: undefined reference to `ap_get_client_block'
wsapch2.so: undefined reference to `apr_bucket_type_eos'
wsapch2.so: undefined reference to `ap_set_file_slot'
wsapch2.so: undefined reference to `ap_rwrite'
wsapch2.so: undefined reference to `apr_table_add'
wsapch2.so: undefined reference to `ap_hook_child_init'
wsapch2.so: undefined reference to `apr_table_get'
wsapch2.so: undefined reference to `ap_get_brigade'
wsapch2.so: undefined reference to `apr_palloc'
wsapch2.so: undefined reference to `apr_table_do'
wsapch2.so: undefined reference to `apr_pool_cleanup_null'
wsapch2.so: undefined reference to `ap_hook_handler'
wsapch2.so: undefined reference to `ap_rflush'
wsapch2.so: undefined reference to `apr_stat'
wsapch2.so: undefined reference to `apr_pool_cleanup_register'
wsapch2.so: undefined reference to `apr_table_set'
wsapch2.so: undefined reference to `ap_set_content_type'
wsapch2.so: undefined reference to `ap_construct_url'
$ uname -a
Linux xxx.spb.ru 3.9.4-200.fc18.i686.PAE #1 SMP Fri May 24 20:24:58 UTC 2013 i686 i686 i386 GNU/Linux
Без wsapch2.so все работает. С этой либой httpd не запускается.
Пробовал на этой(и других) машине собрать httpd 2.2, 2.4.[2,4,6]. Не помогло. Аналогично для fc19.
wsapch2.so получен с www.users.1c.ru (нужен парол). Исходников нет.
Вопрос: Где взять нормальную wsapch2.so для 1сv8.3 под Fedora 18, или, как прикрутить эту ?