ld.so.1: /apache/bin/httpd: fatal: libssl.so.0.9.6: open failed

2002-10-23 Thread Zandi Patrick S TSgt AFRL/IFOSS
Title: Message hello folks,   --- Got trouble.. here is the details  .. anyone see anything..   ./apachectl startsslSyntax error on line 238 of /apache/conf/httpd.conf:Cannot load /apache/libexec/libssl.so into server: ld.so.1: /apache/bin/httpd: fatal: libssl.so.0.9.6: open failed: No such

RE: SSLCipherSuite ALL error

2002-10-07 Thread Zandi Patrick S TSgt AFRL/IFOSS
has expired Anyone ? -Original Message- From: Zandi Patrick S TSgt AFRL/IFOSS Sent: Monday, October 07, 2002 9:39 AM To: '[EMAIL PROTECTED]' Subject: SSLCipherSuite ALL error Hello , again.. I hate to be a pain here With ./apachectl startssl I am getting.. "../conf/h

Mod.so errors.

2002-10-07 Thread Zandi Patrick S TSgt AFRL/IFOSS
Hello , I cannot get mod.so to work.. And I have no Idea where it should be here.. I build apache with the following options.. EAPI_MM="/usr/local/bin" \ SSL_BASE="/usr/local/ssl" \ ./configure \ "--with-layout=Apache" \ "--server-uid=zandip" \ "--server-gid=other" \ "--with-perl=/usr/local/bin

SSLCipherSuite ALL error

2002-10-07 Thread Zandi Patrick S TSgt AFRL/IFOSS
Hello , again.. I hate to be a pain here With ./apachectl startssl I am getting.. "../conf/httpd.conf" 1234 lines, 44355 characters 109 /apache/bin > ./apachectl startssl Syntax error on line 1085 of /apache/conf/httpd.conf: Invalid command 'SSLCipherSuite', perhaps mis-spelled or defined by

RE: ErrorLog not allowed here

2002-10-04 Thread Zandi Patrick S TSgt AFRL/IFOSS
Title: Message     Options FollowSymLinks    AllowOverride None  This is the Standard Syntax Right ?So I added one here the   Below# This should be changed to whatever you set DocumentRoot to.#So If this is above correct...   Now I am getting this is not allowed here for## This controls whi

ErrorLog not allowed here

2002-10-04 Thread Zandi Patrick S TSgt AFRL/IFOSS
Hello, ./httpd -t Syntax error on line 469 of /apache/conf/httpd.conf: ErrorLog not allowed here Why is this not allowed here.. ?? Do all the Tags have to match ? Is this the issue ? __ Apache Interface to OpenSSL (mod_ssl)

RE: mod_ssl 2.8.11-1.3.27

2002-10-04 Thread Zandi Patrick S TSgt AFRL/IFOSS
Ok, I finally got it .. I hope.. I am now getting configuration errors again.. Line 340 # Controls who can get stuff from this server. 339 # 340 Order allow,deny 341 Allow from all 342 343 -Original Message- From: Zandi Patrick S TSgt AFRL/IFOSS

mod_ssl 2.8.11-1.3.27

2002-10-04 Thread Zandi Patrick S TSgt AFRL/IFOSS
I am getting the following error [04/Oct/2002 20:35:32 00056] [error] OpenSSL: error:0D09F007:asn1 encoding routines:d2i_X509:expecting an asn1 sequence [04/Oct/2002 20:30:52 29344] [info] Server: Apache/1.3.27, Interface: mod_ssl/2.8.11, Library: OpenSSL/0.9.6g On Solaris 9, Also Everytime I

RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors

2002-10-02 Thread Zandi Patrick S TSgt AFRL/IFOSS
EMAIL PROTECTED]] On Behalf Of Zandi Patrick S TSgt AFRL/IFOSS Sent: 02 October 2002 18:51 To: '[EMAIL PROTECTED]' Subject: RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors Well it compiles anyhoo.. After make, make certificate, and make install   now if I type apachectl start

RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors

2002-10-02 Thread Zandi Patrick S TSgt AFRL/IFOSS
Title: Message OK lets try again...     Env: Solaris 9 64 bit,     GCC gcc -vReading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.1/specsConfigured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nlsThread model: posixgcc version 3.1 opens

RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors

2002-10-02 Thread Zandi Patrick S TSgt AFRL/IFOSS
Title: Message Well it compiles anyhoo.. After make, make certificate, and make install   now if I type apachectl start   or apachectl startssl  Core Segmentation errors. -Original Message-From: Zandi Patrick S TSgt AFRL/IFOSS [mailto:[EMAIL PROTECTED]] Sent

RE: mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors

2002-10-02 Thread Zandi Patrick S TSgt AFRL/IFOSS
Title: Message It worked -- It figures.. Where did you find that is the Doc's ? I did not have to do that with solaris 8 ! = 8 ^) -Original Message-From: Julian R Panchen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 1:17 PMTo: [EMAIL PROTECTED]Subject: RE:

mod_ssl-2.8.10-1.3.26 on Solaris 9 getting errors

2002-10-02 Thread Zandi Patrick S TSgt AFRL/IFOSS
Title: Message Hello folks,     I getting strange errors on compile.   Anyone See this.. or have any ideas Mod_ssl seems to work fine with ./configure \ --with-apache=../apache_1.3.26 \ --with-ssl=/usr/lcoal/ssl/ \ --prefix=/apache   However When I compile the apache I am getting the follow