a problem

2005-02-21 Thread Bulent
Hello I use Freebsd53 and I want to compile a script about ssl but I get an error as following; How can I get rid of that? gcc -I./openssl -L. -DLINUX -o paycgi paycgi.o cgic.o capi.o tcpunix.o client.o send_receive.o common.o -lssl -lcrypto ./libssl.a(s23_srvr.o): In function `ssl23_accept': s

Re: a problem

2005-02-21 Thread Bulent
unction `open_console': ui_openssl.o(.text+0x46e): undefined reference to `stdin' ui_openssl.o(.text+0x495): undefined reference to `stderr' ui_openssl.o(.text+0x4c4): undefined reference to `__errno_location' ./libcrypto.a(ui_openssl.o): In function `close_console': ui_openssl

apache2 doesn't .flv in my server

2012-06-03 Thread Bulent Malik
Hello I use apache22-worker on freebsd9 It Works. But I can't video file flv extension. I googled about that and downloaded mod_flvx.c and followed the instructions. Also I see that flv is added as shared module in apache Httpd -M . alias_module (shared) rewrite_module (shared) php5_module

RE: apache2 doesn't .flv in my server

2012-06-04 Thread Bulent Malik
>>On Sun, Jun 3, 2012 at 9:36 PM, Bulent Malik wrote: >> Hello >> >> I use apache22-worker on freebsd9 >> >> It Works. But I can't video file flv extension. >> >> I googled about that and downloaded mod_flvx.c and followed the >> ins

RE: apache2 doesn't .flv in my server

2012-06-04 Thread Bulent Malik
>>> But when i call at http://myweb/example.flv i only download this file. >>> How can I solve this case ? > >> AddHandler flv-stream .flv ? >> Yes there is that line in httpd.conf >> But flv doesn't work >do you have >video/x-flv flv >in your mime table. >b