Hello,
> I complile ssl_server.c (attachment file), then I run it. But there is
> an error appear below:
>  
> [EMAIL PROTECTED] Codevidu]# gcc -o ssl_server ssl_server.c -lssl
> -lcrypto
> [EMAIL PROTECTED] Codevidu]# ./ssl_server 8000
> ./ssl_server: error while loading shared
> libraries: /lib/libssl.so.0.9.8: cannot restore segment prot after
> reloc: Permission denied
>  
> Please show me how to solve this error. Thanhks.
Looks to me like SELinux problem, do you have SELinux in enforce mode
enabled ?
 # getenforce
 Enforcing

If yes, look at AVC messages (on Fedora):
 # tail /var/log/audit/audit.log
 # cat /var/log/audit/audit.log | audit2allow

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to