LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-05-2005, 11:38 AM   #1
LAdProg2005
Member
 
Registered: Oct 2005
Posts: 50

Rep: Reputation: 15
apache1.3.33 and mod_ssl2.8.24-1.3.33


hi everyone,

i am new on centos linux and i am having problems with installing mod_ssl for apache. i have seached the forums and did a google search but doesn' help much as in trying all the work arounds or it might just be that it is so close to me that i can't see.

my problem is when i try to run make under apache_1.3.33.


main.a ./os/unix/libos.a ap/libap.a regex/libregex.a -lm -lcrypt -lssl
-lcrypto -lexpat
/home/usr/openssl-0.9.8/libcrypto.a(dso_dlfcn.o)(.text+0x3e): In function
`dlfcn_load':
: undefined reference to `dlopen'
/home/usr/openssl-0.9.8/libcrypto.a(dso_dlfcn.o)(.text+0xab): In function
`dlfcn_load':
: undefined reference to `dlclose'
/home/usr/openssl-0.9.8/libcrypto.a(dso_dlfcn.o)(.text+0xd4): In function
`dlfcn_load':
: undefined reference to `dlerror'
/home/usr/openssl-0.9.8/libcrypto.a(dso_dlfcn.o)(.text+0x14b): In function
`dlfcn_unload':
: undefined reference to `dlclose'
/home/usr/openssl-0.9.8/libcrypto.a(dso_dlfcn.o)(.text+0x20b): In function
`dlfcn_bind_var':
: undefined reference to `dlsym'
/home/usr/openssl-0.9.8/libcrypto.a(dso_dlfcn.o)(.text+0x257): In function
`dlfcn_bind_var':
: undefined reference to `dlerror'
/home/usr/openssl-0.9.8/libcrypto.a(dso_dlfcn.o)(.text+0x2fb): In function
`dlfcn_bind_func':
: undefined reference to `dlsym'
/home/usr/openssl-0.9.8/libcrypto.a(dso_dlfcn.o)(.text+0x347): In function
`dlfcn_bind_func':
: undefined reference to `dlerror'
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/home/usr/apache_1.3.33/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/home/usr/apache_1.3.33'
make: *** [build] Error 2


this is part of my work project and i am installing vsc and for this it is important that i get this working....i hope someone can help..i m in big red stop rite now and it is holding up everything. HELP PLEASE.

-pooja
 
Old 10-05-2005, 12:59 PM   #2
LAdProg2005
Member
 
Registered: Oct 2005
Posts: 50

Original Poster
Rep: Reputation: 15
someone must know..i am desparate after one week of hopeless solutions....please help
 
Old 10-11-2006, 03:12 AM   #3
comtmr
LQ Newbie
 
Registered: Apr 2006
Location: Ankara \ TURKIYE
Distribution: Red Hat Enterprise 4
Posts: 19

Rep: Reputation: 0
Post one year passed and the same problem :S

hi ;
I have a server having Rainbow Technologies CS400 ssl accelerator card;
redhat 7.3 for dirver problem (has any one knows about the ssl card ; doset it work with red hat enterprise linux 4 update X ) ?
what else the same problem ;

apache_1.3.37.tar
mod_ssl-2.8.28-1.3.37.tar
openssl-0.9.8d.tar

I have configured and builded openSSL first ;then configured mod_ssl then while building apache error occured

cd openssl-0.9.8d
sh config
make
cd mod_ssl-2.8.28-1.3.37
sh configure --with-apache=/apacheSSL/apache_1.3.37 --with-ssl=/apacheSSL/openssl-0.9.8d --prefix=/usr/local/apache
make --->ERROR


/apacheSSL/openssl-0.9.8d/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load':
dso_dlfcn.o(.text+0x45): undefined reference to `dlopen'
dso_dlfcn.o(.text+0x6e): undefined reference to `dlerror'
dso_dlfcn.o(.text+0xe1): undefined reference to `dlclose'
/apacheSSL/openssl-0.9.8d/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_var':
dso_dlfcn.o(.text+0x18a): undefined reference to `dlsym'
dso_dlfcn.o(.text+0x1b1): undefined reference to `dlerror'
/apacheSSL/openssl-0.9.8d/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_func':
dso_dlfcn.o(.text+0x26e): undefined reference to `dlsym'
dso_dlfcn.o(.text+0x295): undefined reference to `dlerror'
/apacheSSL/openssl-0.9.8d/libcrypto.a(dso_dlfcn.o): In function `dlfcn_unload':
dso_dlfcn.o(.text+0x539): undefined reference to `dlclose'
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/apacheSSL/apache_1.3.37/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/apacheSSL/apache_1.3.37'
make: *** [build] Error 2
 
Old 10-11-2006, 05:04 AM   #4
comtmr
LQ Newbie
 
Registered: Apr 2006
Location: Ankara \ TURKIYE
Distribution: Red Hat Enterprise 4
Posts: 19

Rep: Reputation: 0
yeah ı got it :)

hi everyone ;
here is the list I tried to solve the problem ;

1-Action :Build the mod_apache on other server whose operating system was RHEL4 ;
Result : Fail. Nearly all of libraries are different and alot of error lines.
2-Action :tryind with different openSSL pacakges;
Result :Fail. The same error wa given

3-Action :Help Google Help
Result :Sucsess Thanks to all linux community.

I have tired with the versions listed
openssl-0.9.8b
mod_ssl-2.8.28-1.3.37
apache_1.3.37

Step by Step Solution
1) edit /apache_1.3.37/src/MAKEFILE

(line no)56 LIBS1= -lm -lcrypt -lssl -lcrypto -lexpat -ldl
(line no)57 #LIBS1= -lm -lcrypt -lssl -lcrypto -lexpat
I have added the -ldl library (don't know the infrastructure what it does exactly)

2) Normal procedure installation
cd openssl
sh config
make

cd mod_ssl-2.8.28-1.3.37
sh configure --with-apache=/apacheSSL/apache_1.3.37 --with-ssl=/apacheSSL/openssl-0.9.8d --prefix=/usr/local/apache
make
make certificate
make install

3) https://localhost/
share the solution.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Apache1.3 and php5 squeaks_27 Linux - Networking 4 06-17-2005 09:36 PM
apache1. or apache2 merlin23 Linux - Networking 1 12-01-2004 11:58 AM
Why use Apache1.3 - What can't Apache2 do? davee Linux - Software 2 11-12-2003 11:42 AM
Slackware8: upgrade Apache1 to Apache2 m3kgt Linux - Software 3 10-27-2003 03:33 PM
Apache1.3.28 On Rh9! calissal Linux - Software 1 09-10-2003 09:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration