apache with modssl


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users apache with modssl
# 1  
Old 10-27-2003
apache with modssl

I installed the apache 1.3.27 with modssl on my solaris 8 like

SSL_BASE=/usr/local/ssl
./configure \
"--with-apache=../apache_1.3.27" \
"--with-ssl=/usr/local/ssl" \

the installation went alright and apache is working fine with
http and https but when I stop apache and try to restart with ssl
(./apachectl startssl) I get the following error message

ld.so.1: /usr/local/apache_1.3.27/bin/httpd: fatal: libssl.so.0.9.6: open failed
No such file or directory Killed

if I set my library path to export LD_LIBRARY_PATH=/usr/local/ssl/lib
I would be able to start apache with ssl successfully without no
error message but I dont want to kept seting my LD_LIBRARY_PATH
in other to avoid the above error message and besides I want https to
startup in my startup script but the above error will be display is if
LD_LIBRARY_PATH is not set.

How can I compile apache with modssl so that onces it installed I don't keep getting the above error message.
# 2  
Old 11-04-2003
I fix the problem.

the problem was when i compile openssl the links to libcrypto.so.0.9.6 and libssl.so.0.9.6 that should have been placed in /lib or /usr/lib where missing.

I manually created the symbolic links to /usr/local/ssl/lib and this mixed the problem.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Process not running: /opt/java15/jdk/bin/java -classpath /opt/apache/apache-ant-1.7.0-mod/lib/ant-la

Have no idea on what the below error message is: Process not running: /opt/java15/jdk/bin/java -classpath /opt/apache/apache-ant-1.7.0-mod/lib/ant-launcher.jar org.apache.tools.ant.launch.Launcher -buildfile build.xml dist. Any help? (3 Replies)
Discussion started by: gull05
3 Replies

2. Web Development

Apache module development on apache 2.2

Hi, I'm new to developing modules for Apache. I understand the basics now and can develop something simple which allows a 'GET' request to happen, but what I want to do is actually 'POST' information to my site. I know the basic POST Request works and I can see that it is post by looking at... (2 Replies)
Discussion started by: fishman2001
2 Replies

3. Web Development

Apache - ModSSL (SSL Version?)

Does anyone know where Apache's use of SSL_VERSION_LIBRARY is defined and pulled from, in regard to headers? So far, I've tracked it down to mod_ssl. Which is fine, however, when I recompile mod_ssl with a new version of OpenSSL, and install the module, the request headers still report the old... (0 Replies)
Discussion started by: sun2ecliptic
0 Replies

4. Shell Programming and Scripting

Apache Help..

I have properly installed Apache server 2.0 on Linux redhat9 and its working fine and showing its test page from LAN Computers. Now i want to change the directory of apache so it can show my webpages. Can anyone tell me where i can do that ????? Please help in detail because i am facing... (1 Reply)
Discussion started by: wakhan
1 Replies

5. UNIX for Advanced & Expert Users

Apache

I am tring to configure Apache so that it displays the ip address of users browsing the web in the header. mod_header is installed on my apache as default. I tried including the following in httpd.conf file but no joy Header set remoteip %{REMOTE_ADDR} I have also tried Header add... (3 Replies)
Discussion started by: hassan2
3 Replies

6. UNIX for Dummies Questions & Answers

apache

on my webserver, and im sure many of you who also run one see this all the time, but the majority of my access log is filled with attempted exploits from computers compromised by some virus (NIMBDA?) and anyway i know this is harmless to an apache/linux webserver, but its annoying, anyway, on... (5 Replies)
Discussion started by: norsk hedensk
5 Replies

7. UNIX for Dummies Questions & Answers

apache

Hello all, solaris 8 includes apache version 1.3 but i like to get the version 2. do i have to do an upgrade or clean install and in which directory to install?? when apache is installed there are any configurations settings to set up and how to login and have access to the apache server??... (1 Reply)
Discussion started by: grep
1 Replies

8. IP Networking

Apache

I want to have multiple domains to be configured in apache web server on redhat linux can i have that without DNS server configured. What all i have to do for that.What all to configure ? And importantly i want the site be accessed by name rather IP address. Please help me ... (1 Reply)
Discussion started by: Vijayanand
1 Replies

9. UNIX for Dummies Questions & Answers

apache

how must httpd.conf be configured to exec the php files? (2 Replies)
Discussion started by: user666
2 Replies
Login or Register to Ask a Question