[OPEN-ILS-GENERAL] I can't find examples/apache_24/websockets/apache2.conf

Jason Stephenson jason at sigio.com
Sun Jul 10 09:28:31 EDT 2016


Did you get OpenSRF from git? It will be with the OpenSRF files and not
with the Apache websocket files.

On 07/10/2016 08:37 AM, Jim Lynch wrote:
> I obtained the files via git:
> 
> root at ubuntu-OptiPlex-755:/tmp# git clone
> https://github.com/disconnect/apache-websocket
> Cloning into 'apache-websocket'...
> remote: Counting objects: 124, done.
> remote: Total 124 (delta 0), reused 0 (delta 0), pack-reused 124
> Receiving objects: 100% (124/124), 63.59 KiB | 0 bytes/s, done.
> Resolving deltas: 100% (73/73), done.
> Checking connectivity... done.
> root at ubuntu-OptiPlex-755:/tmp# cd apache-websocket
> root at ubuntu-OptiPlex-755:/tmp/apache-websocket# apxs2 -i -a -c
> mod_websocket.c
> /usr/share/apr-1.0/build/libtool --silent --mode=compile
> --tag=disable-static x86_64-linux-gnu-gcc -std=gnu99 -prefer-pic -pipe
> -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
> -Werror=format-security  -D_FORTIFY_SOURCE=2   -DLINUX -D_REENTRANT
> -D_GNU_SOURCE  -pthread  -I/usr/include/apache2 -I/usr/include/apr-1.0  
> -I/usr/include/apr-1.0 -I/usr/include  -c -o mod_websocket.lo
> mod_websocket.c && touch mod_websocket.slo
> /usr/share/apr-1.0/build/libtool --silent --mode=link
> --tag=disable-static x86_64-linux-gnu-gcc -std=gnu99 -Wl,--as-needed
> -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now    -o mod_websocket.la 
> -rpath /usr/lib/apache2/modules -module -avoid-version    mod_websocket.lo
> /usr/share/apache2/build/instdso.sh
> SH_LIBTOOL='/usr/share/apr-1.0/build/libtool' mod_websocket.la
> /usr/lib/apache2/modules
> /usr/share/apr-1.0/build/libtool --mode=install install mod_websocket.la
> /usr/lib/apache2/modules/
> libtool: install: install .libs/mod_websocket.so
> /usr/lib/apache2/modules/mod_websocket.so
> libtool: install: install .libs/mod_websocket.lai
> /usr/lib/apache2/modules/mod_websocket.la
> libtool: finish:
> PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig
> -n /usr/lib/apache2/modules
> ----------------------------------------------------------------------
> Libraries have been installed in:
>    /usr/lib/apache2/modules
> 
> On 07/10/2016 07:52 AM, Jim Lynch wrote:
>> Step 5 (trusty) of the opensrf install instructions says to:
>>
>> cp examples/apache_24/websockets/apache2.conf /etc/apache2-websockets/
>> But there is no examples/apache_24 directory.
>>
>> root at ubuntu-OptiPlex-755:/tmp/apache-websocket# ls -l examples
>> total 24
>> -rw-r--r-- 1 root root 1608 Jul 10 07:42 client.html
>> -rw-r--r-- 1 root root 1621 Jul 10 07:42 increment.html
>> -rw-r--r-- 1 root root 4762 Jul 10 07:42 mod_websocket_dumb_increment.c
>> -rw-r--r-- 1 root root 1364 Jul 10 07:42 mod_websocket_echo.c
>> -rw-r--r-- 1 root root 2192 Jul 10 07:42 SConstruct
>>
>> Thanks,
>> Jim.
>>
>>
> 


More information about the Open-ils-general mailing list